From e8960c6f2f6e6944c48833f36526fe3c174b5881 Mon Sep 17 00:00:00 2001 From: Lawrence <1934378145@qq.com> Date: 星期日, 10 一月 2021 23:12:30 +0800 Subject: [PATCH] 取消报警响应后查询目录操作 --- pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2f45a6d..b3accea 100644 --- a/pom.xml +++ b/pom.xml @@ -131,7 +131,7 @@ <artifactId>jain-sip-ri</artifactId> <version>1.3.0-92</version> <scope>system</scope> - <systemPath>${project.basedir}/libs/jain-sip-ri-1.3.0-92.jar</systemPath> + <systemPath>${pom.basedir}/libs/jain-sip-ri-1.3.0-92.jar</systemPath> </dependency> <dependency> <groupId>log4j</groupId> @@ -141,7 +141,7 @@ <!-- xml瑙f瀽搴� --> <dependency> - <groupId>org.dom4j</groupId> + <groupId>org.dom4j</groupId> <artifactId>dom4j</artifactId> <version>2.1.3</version> </dependency> -- Gitblit v1.8.0