From 7fd198b8ebe97cd06b10f96b9179caebe679783c Mon Sep 17 00:00:00 2001 From: 潘志宝 <979469083@qq.com> Date: 星期四, 05 九月 2024 10:43:26 +0800 Subject: [PATCH] 重构model --- iailab-module-model/iailab-module-model-biz/pom.xml | 90 +++++++++----------------------------------- 1 files changed, 19 insertions(+), 71 deletions(-) diff --git a/iailab-module-model/iailab-module-model-biz/pom.xml b/iailab-module-model/iailab-module-model-biz/pom.xml index 5627af3..5271e15 100644 --- a/iailab-module-model/iailab-module-model-biz/pom.xml +++ b/iailab-module-model/iailab-module-model-biz/pom.xml @@ -15,6 +15,7 @@ <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> @@ -94,37 +95,6 @@ <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> @@ -139,46 +109,6 @@ <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> @@ -192,6 +122,24 @@ <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> -- Gitblit v1.9.3