| | |
| | | <maven.compiler.source>8</maven.compiler.source> |
| | | <maven.compiler.target>8</maven.compiler.target> |
| | | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| | | <mdk.version>MDK.taisteel.202308231710</mdk.version> |
| | | </properties> |
| | | |
| | | <dependencies> |
| | |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.iailab</groupId> |
| | | <artifactId>iailab-common-biz-tenant</artifactId> |
| | | <version>${revision}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.iailab</groupId> |
| | | <artifactId>iailab-module-model-api</artifactId> |
| | | <version>${revision}</version> |
| | | </dependency> |
| | |
| | | <version>2.3.2</version> |
| | | </dependency> |
| | | |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>org.quartz-scheduler</groupId>--> |
| | | <!-- <artifactId>quartz</artifactId>--> |
| | | <!-- <version>${quartz.version}</version>--> |
| | | <!-- <exclusions>--> |
| | | <!-- <exclusion>--> |
| | | <!-- <groupId>com.mchange</groupId>--> |
| | | <!-- <artifactId>c3p0</artifactId>--> |
| | | <!-- </exclusion>--> |
| | | <!-- <exclusion>--> |
| | | <!-- <groupId>com.zaxxer</groupId>--> |
| | | <!-- <artifactId>HikariCP-java6</artifactId>--> |
| | | <!-- </exclusion>--> |
| | | <!-- </exclusions>--> |
| | | <!-- </dependency>--> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>cn.afterturn</groupId>--> |
| | | <!-- <artifactId>easypoi-base</artifactId>--> |
| | | <!-- <version>${easypoi.version}</version>--> |
| | | <!-- </dependency>--> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>cn.afterturn</groupId>--> |
| | | <!-- <artifactId>easypoi-web</artifactId>--> |
| | | <!-- <version>${easypoi.version}</version>--> |
| | | <!-- </dependency>--> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>cn.afterturn</groupId>--> |
| | | <!-- <artifactId>easypoi-annotation</artifactId>--> |
| | | <!-- <version>${easypoi.version}</version>--> |
| | | <!-- </dependency>--> |
| | | |
| | | <!-- 引用POI --> |
| | | <dependency> |
| | | <groupId>org.apache.poi</groupId> |
| | |
| | | <scope>compile</scope> |
| | | </dependency> |
| | | |
| | | <!-- ModBus TCP --> |
| | | <dependency> |
| | | <groupId>com.infiniteautomation</groupId> |
| | | <artifactId>modbus4j</artifactId> |
| | | <version>3.0.4</version> |
| | | </dependency> |
| | | |
| | | <!-- OPC UA --> |
| | | <dependency> |
| | | <groupId>org.eclipse.milo</groupId> |
| | | <artifactId>sdk-client</artifactId> |
| | | <version>0.6.9</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.eclipse.milo</groupId> |
| | | <artifactId>sdk-server</artifactId> |
| | | <version>0.6.9</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.google.guava</groupId> |
| | | <artifactId>guava</artifactId> |
| | | <version>31.0.1-jre</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.quartz-scheduler</groupId> |
| | | <artifactId>quartz</artifactId> |
| | | <version>2.3.2</version> |
| | | </dependency> |
| | | <!-- influxdb --> |
| | | <dependency> |
| | | <groupId>com.influxdb</groupId> |
| | | <artifactId>influxdb-client-java</artifactId> |
| | | <version>6.8.0</version> |
| | | </dependency> |
| | | |
| | | <!-- websocket --> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-websocket</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.iailab</groupId> |
| | | <artifactId>iailab-module-data-biz</artifactId> |
| | |
| | | <scope>test</scope> |
| | | </dependency> |
| | | |
| | | <!-- 引用MDK --> |
| | | <dependency> |
| | | <groupId>com.iail</groupId> |
| | | <artifactId>IAILMDK</artifactId> |
| | | <version>0.94.9</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.iail</groupId> |
| | | <artifactId>MDK</artifactId> |
| | | <version>${mdk.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.iail</groupId> |
| | | <artifactId>IAILMDK</artifactId> |
| | | <version>0.94.9</version> |
| | | </dependency> |
| | | |
| | | |
| | | </dependencies> |
| | | |
| | | <build> |