|
@ -81,25 +81,6 @@
|
|
|
<!--<groupId>com.yihu.jw</groupId>-->
|
|
|
<!--<artifactId>common-util</artifactId>-->
|
|
|
<!--</dependency>-->
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.jw</groupId>
|
|
|
<artifactId>base-service</artifactId>
|
|
|
<version>${project.parent.version}</version>
|
|
|
<exclusions>
|
|
|
<exclusion>
|
|
|
<groupId>xalan</groupId>
|
|
|
<artifactId>xalan</artifactId>
|
|
|
</exclusion>
|
|
|
<exclusion>
|
|
|
<artifactId>javax.el</artifactId>
|
|
|
<groupId>org.glassfish</groupId>
|
|
|
</exclusion>
|
|
|
<exclusion>
|
|
|
<artifactId>cron-utils</artifactId>
|
|
|
<groupId>com.cronutils</groupId>
|
|
|
</exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.jw</groupId>
|
|
|
<artifactId>im-service</artifactId>
|
|
@ -135,10 +116,18 @@
|
|
|
<artifactId>base-service</artifactId>
|
|
|
<version>${version.wlyy-common}</version>
|
|
|
<exclusions>
|
|
|
<exclusion>
|
|
|
<groupId>xalan</groupId>
|
|
|
<artifactId>xalan</artifactId>
|
|
|
</exclusion>
|
|
|
<exclusion>
|
|
|
<artifactId>javax.el</artifactId>
|
|
|
<groupId>org.glassfish</groupId>
|
|
|
</exclusion>
|
|
|
<exclusion>
|
|
|
<artifactId>cron-utils</artifactId>
|
|
|
<groupId>com.cronutils</groupId>
|
|
|
</exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
@ -214,15 +203,11 @@
|
|
|
<groupId>net.java.dev.jna</groupId>
|
|
|
<artifactId>jna</artifactId>
|
|
|
<version>4.2.2</version>
|
|
|
<scope>system</scope>
|
|
|
<systemPath>${basedir}/src/main/lib/jna-4.2.2.jar</systemPath>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.zoesoft</groupId>
|
|
|
<artifactId>zoe-encrypt-sm</artifactId>
|
|
|
<version>1.0-PK-SNAPSHOT</version>
|
|
|
<scope>system</scope>
|
|
|
<systemPath>${basedir}/src/main/lib/zoe-encrypt-sm-1.0-PK-SNAPSHOT.jar</systemPath>
|
|
|
<version>1.0</version>
|
|
|
</dependency>
|
|
|
|
|
|
</dependencies>
|
|
@ -264,7 +249,7 @@
|
|
|
<outputDirectory>${project.build.directory}/lib</outputDirectory>
|
|
|
<excludeTransitive>false</excludeTransitive>
|
|
|
<stripVersion>false</stripVersion>
|
|
|
<includeScope>runtime</includeScope>
|
|
|
<includeScope>compile</includeScope>
|
|
|
</configuration>
|
|
|
</execution>
|
|
|
</executions>
|