优化打包的参数
parent
f875c1da27
commit
366d57b2b3
8
pom.xml
8
pom.xml
|
@ -123,8 +123,8 @@
|
|||
<groupId>javax.sip</groupId>
|
||||
<artifactId>jain-sip-ri</artifactId>
|
||||
<version>1.3.0-92</version>
|
||||
<!-- <scope>system</scope>
|
||||
<systemPath>${project.basedir}/libs/jain-sip-ri-1.3.0-91.jar</systemPath> -->
|
||||
<scope>system</scope>
|
||||
<systemPath>${project.basedir}/libs/jain-sip-ri-1.3.0-92.jar</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.dom4j</groupId>
|
||||
|
@ -177,7 +177,7 @@
|
|||
<configuration>
|
||||
<source>1.8</source>
|
||||
<target>1.8</target>
|
||||
<webResources>
|
||||
<!-- <webResources>
|
||||
<resource>
|
||||
<directory>${project.basedir}/libs</directory>
|
||||
<targetPath>WEB-INF/lib</targetPath>
|
||||
|
@ -186,7 +186,7 @@
|
|||
<include>**/*.jar</include>
|
||||
</includes>
|
||||
</resource>
|
||||
</webResources>
|
||||
</webResources> -->
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
|
|
Loading…
Reference in New Issue