From 9d7e020fb49c52068aba885fd84836490f7e31d5 Mon Sep 17 00:00:00 2001 From: 潘志宝 <979469083@qq.com> Date: 星期二, 20 八月 2024 11:36:31 +0800 Subject: [PATCH] data --- iailab-module-data/iailab-module-data-biz/pom.xml | 80 +++++++++++++++------------------------ 1 files changed, 31 insertions(+), 49 deletions(-) diff --git a/iailab-module-data/iailab-module-data-biz/pom.xml b/iailab-module-data/iailab-module-data-biz/pom.xml index 0da9f4b..bac12f8 100644 --- a/iailab-module-data/iailab-module-data-biz/pom.xml +++ b/iailab-module-data/iailab-module-data-biz/pom.xml @@ -95,35 +95,38 @@ <artifactId>quartz</artifactId> <version>2.3.2</version> </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>--> -<!-- <artifactId>poi</artifactId>--> -<!-- <version>4.1.1</version>--> -<!-- </dependency>--> - -<!-- <dependency>--> -<!-- <groupId>org.jetbrains</groupId>--> -<!-- <artifactId>annotations</artifactId>--> -<!-- <version>17.0.0</version>--> -<!-- <scope>compile</scope>--> -<!-- </dependency>--> + <!-- OPC DA --> + <dependency> + <groupId>org.openscada.external</groupId> + <artifactId>org.openscada.external.jcifs</artifactId> + <version>1.2.25</version> + </dependency> + <dependency> + <groupId>org.openscada.jinterop</groupId> + <artifactId>org.openscada.jinterop.core</artifactId> + <version>2.1.8</version> + </dependency> + <dependency> + <groupId>org.openscada.jinterop</groupId> + <artifactId>org.openscada.jinterop.deps</artifactId> + <version>1.5.0</version> + </dependency> + <dependency> + <groupId>org.openscada.utgard</groupId> + <artifactId>org.openscada.opc.dcom</artifactId> + <version>1.5.0</version> + </dependency> + <dependency> + <groupId>org.openscada.utgard</groupId> + <artifactId>org.openscada.opc.lib</artifactId> + <version>1.5.0</version> + </dependency> + <dependency> + <groupId>org.bouncycastle</groupId> + <artifactId>bcprov-jdk15on</artifactId> + <version>1.61</version> + </dependency> <!-- ModBus TCP --> <dependency> @@ -162,12 +165,6 @@ <scope>test</scope> </dependency> -<!-- <!– websocket –>--> -<!-- <dependency>--> -<!-- <groupId>org.springframework.boot</groupId>--> -<!-- <artifactId>spring-boot-starter-websocket</artifactId>--> -<!-- </dependency>--> - </dependencies> <build> @@ -180,21 +177,6 @@ <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> </plugin> - - <!-- <plugin>--> -<!-- <groupId>org.springframework.boot</groupId>--> -<!-- <artifactId>spring-boot-maven-plugin</artifactId>--> -<!-- <version>${spring.boot.version}</version>--> -<!-- <executions>--> -<!-- <execution>--> -<!-- <goals>--> -<!-- <goal>repackage</goal> <!– 将引入的 jar 打入其中 –>--> -<!-- </goals>--> -<!-- </execution>--> -<!-- </executions>--> -<!-- </plugin>--> </plugins> </build> - - </project> \ No newline at end of file -- Gitblit v1.9.3