| | |
| | | <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> |
| | |
| | | |
| | | <!-- xml解析库 --> |
| | | <dependency> |
| | | <groupId>org.dom4j</groupId> |
| | | <groupId>org.dom4j</groupId> |
| | | <artifactId>dom4j</artifactId> |
| | | <version>2.1.3</version> |
| | | </dependency> |
| | |
| | | <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> |