From 9789c55ef944ffdbfd7b2bdaf9d2a210f6572a32 Mon Sep 17 00:00:00 2001 From: Lawrence <1934378145@qq.com> Date: 星期三, 20 一月 2021 20:42:58 +0800 Subject: [PATCH] 增加SSE前端推送支持 --- pom.xml | 10 +++------- 1 files changed, 3 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 2f45a6d..c2f5d82 100644 --- a/pom.xml +++ b/pom.xml @@ -129,10 +129,9 @@ <dependency> <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-92.jar</systemPath> + <version>1.3.0-91</version> </dependency> + <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> @@ -141,7 +140,7 @@ <!-- xml瑙f瀽搴� --> <dependency> - <groupId>org.dom4j</groupId> + <groupId>org.dom4j</groupId> <artifactId>dom4j</artifactId> <version>2.1.3</version> </dependency> @@ -174,9 +173,6 @@ <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> - <configuration> - <includeSystemScope>true</includeSystemScope> - </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> -- Gitblit v1.8.0