| | |
| | | <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> |
| | |
| | | <scope>test</scope> |
| | | </dependency> |
| | | |
| | | <!-- <!– websocket –>--> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>org.springframework.boot</groupId>--> |
| | | <!-- <artifactId>spring-boot-starter-websocket</artifactId>--> |
| | | <!-- </dependency>--> |
| | | |
| | | </dependencies> |
| | | |
| | | <build> |
| | |
| | | <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> |