From 366d57b2b39e894def409dd444fad265e39ff03b Mon Sep 17 00:00:00 2001
From: Lawrence <1934378145@qq.com>
Date: 星期六, 07 十一月 2020 16:53:49 +0800
Subject: [PATCH] 优化打包的参数

---
 pom.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3c4edf1..0463182 100644
--- a/pom.xml
+++ b/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>
 

--
Gitblit v1.8.0