From 574f224767fc6ecd194b7d4b2469739c2778ecc6 Mon Sep 17 00:00:00 2001 From: Lawrence <1934378145@qq.com> Date: 星期一, 09 十一月 2020 18:41:51 +0800 Subject: [PATCH] 仅在Update Cache时纠正离线在线偏差,无需反复修正 --- pom.xml | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3c4edf1..b5e44c0 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,6 +177,7 @@ <configuration> <source>1.8</source> <target>1.8</target> + <!-- <webResources> <resource> <directory>${project.basedir}/libs</directory> @@ -187,6 +188,7 @@ </includes> </resource> </webResources> + --> </configuration> </plugin> -- Gitblit v1.8.0