Browse Source

修改打包方式

648540858 5 years ago
parent
commit
8b07bc15f0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pom.xml

+ 2 - 2
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>