60 lines
1.7 KiB
XML
60 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<parent>
|
|
<groupId>com.zhwl</groupId>
|
|
<artifactId>zhwl-device</artifactId>
|
|
<version>3.8.7</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>zhwl-device-gate</artifactId>
|
|
|
|
|
|
<description>
|
|
zhwl-gate
|
|
</description>
|
|
|
|
|
|
<dependencies>
|
|
<!-- 通用工具-->
|
|
<dependency>
|
|
<groupId>com.zhwl</groupId>
|
|
<artifactId>zhwl-common</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-web</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.zhwl</groupId>
|
|
<artifactId>zhwl-api-common</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.zhwl</groupId>
|
|
<artifactId>zhwl-check-point</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.ruoyi</groupId>
|
|
<artifactId>javastruct</artifactId>
|
|
<version>0.1</version>
|
|
<scope>system</scope>
|
|
<!-- ${project.basedir}代表根目录 -->
|
|
<systemPath>${project.basedir}/lib/javastruct-0.1.jar</systemPath>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.ruoyi</groupId>
|
|
<artifactId>JNative</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/lib/JNative.jar</systemPath>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</project>
|