去除pom多余文件
This commit is contained in:
parent
9fb1caca10
commit
0075ad6a9c
13
pom.xml
13
pom.xml
@ -126,22 +126,12 @@
|
||||
</dependency>
|
||||
|
||||
<!-- sip协议栈 -->
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>javax.sip</groupId>-->
|
||||
<!-- <artifactId>jain-sip-ri</artifactId>-->
|
||||
<!-- <version>1.3.0-92</version>-->
|
||||
<!-- <scope>system</scope>-->
|
||||
<!-- <systemPath>${pom.basedir}/libs/jain-sip-ri-1.3.0-92.jar</systemPath>-->
|
||||
<!-- </dependency>-->
|
||||
|
||||
<!-- https://mvnrepository.com/artifact/javax.sip/jain-sip-ri -->
|
||||
<dependency>
|
||||
<groupId>javax.sip</groupId>
|
||||
<artifactId>jain-sip-ri</artifactId>
|
||||
<version>1.3.0-91</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<dependency>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
@ -183,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>
|
||||
|
Loading…
Reference in New Issue
Block a user