|
@ -65,7 +65,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.jw</groupId>
|
|
|
<artifactId>im-service</artifactId>
|
|
|
<version>2.4.0</version>
|
|
|
<version>${version.wlyy-common}</version>
|
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
|
|
|
@ -189,7 +189,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.jw</groupId>
|
|
|
<artifactId>base-service</artifactId>
|
|
|
<version>2.4.0</version>
|
|
|
<version>${version.wlyy-common}</version>
|
|
|
<exclusions>
|
|
|
<exclusion>
|
|
|
<groupId>xalan</groupId>
|
|
@ -201,7 +201,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.jw</groupId>
|
|
|
<artifactId>sms-service</artifactId>
|
|
|
<version>2.4.0</version>
|
|
|
<version>${version.wlyy-common}</version>
|
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
|
<!-- poi xml导入导出工具 end -->
|
|
@ -209,9 +209,13 @@
|
|
|
<dependency>
|
|
|
<groupId>com.oracle</groupId>
|
|
|
<artifactId>ojdbc6</artifactId>
|
|
|
<version>11.2.0.3</version>
|
|
|
<version>${version.oracle}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
<artifactId>commons-pool2</artifactId>
|
|
|
<version>2.4.2</version>
|
|
|
</dependency>
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|
|
@ -220,6 +224,7 @@
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
<version>3.2.0</version>
|
|
|
<configuration>
|
|
|
<archive>
|
|
|
<!-- 生成的jar中,不要包含pom.xml和pom.properties这两个文件 -->
|
|
@ -238,6 +243,7 @@
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
|
<version>3.2.0</version>
|
|
|
<executions>
|
|
|
<execution>
|
|
|
<id>copy-lib</id>
|
|
@ -259,6 +265,7 @@
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
<version>3.2.0</version>
|
|
|
<configuration>
|
|
|
<archive>
|
|
|
<!-- 指定配置文件目录,这样jar运行时会去找到同目录下的resources文件夹下查找 -->
|