From 8b07bc15f04f1447af7821ef3b60f247f1595261 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期五, 06 十一月 2020 13:34:25 +0800 Subject: [PATCH] 修改打包方式 --- pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3a805e7..a8cf147 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> -- Gitblit v1.8.0