From f68cfd8de2cf6e516e220d1a706cecabb2b185aa Mon Sep 17 00:00:00 2001 From: Lawrence <1934378145@qq.com> Date: 星期六, 07 十一月 2020 16:54:42 +0800 Subject: [PATCH] 优化播放程序,缩短播放加载时间 --- pom.xml | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index ebb4e80..0463182 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> @@ -167,6 +167,9 @@ <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> @@ -174,7 +177,7 @@ <configuration> <source>1.8</source> <target>1.8</target> - <webResources> + <!-- <webResources> <resource> <directory>${project.basedir}/libs</directory> <targetPath>WEB-INF/lib</targetPath> @@ -183,7 +186,7 @@ <include>**/*.jar</include> </includes> </resource> - </webResources> + </webResources> --> </configuration> </plugin> -- Gitblit v1.8.0