From a683d9f6763cbe7a36dc36dd09502ce2a595f937 Mon Sep 17 00:00:00 2001
From: panlinlin <648540858@qq.com>
Date: 星期二, 12 一月 2021 10:46:41 +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