|
@ -126,22 +126,12 @@ |
|
|
</dependency> |
|
|
</dependency> |
|
|
|
|
|
|
|
|
<!-- sip协议栈 --> |
|
|
<!-- 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> |
|
|
<dependency> |
|
|
<groupId>javax.sip</groupId> |
|
|
<groupId>javax.sip</groupId> |
|
|
<artifactId>jain-sip-ri</artifactId> |
|
|
<artifactId>jain-sip-ri</artifactId> |
|
|
<version>1.3.0-91</version> |
|
|
<version>1.3.0-91</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>log4j</groupId> |
|
|
<groupId>log4j</groupId> |
|
|
<artifactId>log4j</artifactId> |
|
|
<artifactId>log4j</artifactId> |
|
@ -183,9 +173,6 @@ |
|
|
<plugin> |
|
|
<plugin> |
|
|
<groupId>org.springframework.boot</groupId> |
|
|
<groupId>org.springframework.boot</groupId> |
|
|
<artifactId>spring-boot-maven-plugin</artifactId> |
|
|
<artifactId>spring-boot-maven-plugin</artifactId> |
|
|
<configuration> |
|
|
|
|
|
<includeSystemScope>true</includeSystemScope> |
|
|
|
|
|
</configuration> |
|
|
|
|
|
</plugin> |
|
|
</plugin> |
|
|
<plugin> |
|
|
<plugin> |
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|