Commit ded8262985af925742ef28ce01cc70cf6b17b5f3
1 parent
e9607202
去除pom多余文件
Showing
1 changed file
with
0 additions
and
13 deletions
pom.xml
| ... | ... | @@ -126,22 +126,12 @@ |
| 126 | 126 | </dependency> |
| 127 | 127 | |
| 128 | 128 | <!-- sip协议栈 --> |
| 129 | -<!-- <dependency>--> | |
| 130 | -<!-- <groupId>javax.sip</groupId>--> | |
| 131 | -<!-- <artifactId>jain-sip-ri</artifactId>--> | |
| 132 | -<!-- <version>1.3.0-92</version>--> | |
| 133 | -<!-- <scope>system</scope>--> | |
| 134 | -<!-- <systemPath>${pom.basedir}/libs/jain-sip-ri-1.3.0-92.jar</systemPath>--> | |
| 135 | -<!-- </dependency>--> | |
| 136 | - | |
| 137 | - <!-- https://mvnrepository.com/artifact/javax.sip/jain-sip-ri --> | |
| 138 | 129 | <dependency> |
| 139 | 130 | <groupId>javax.sip</groupId> |
| 140 | 131 | <artifactId>jain-sip-ri</artifactId> |
| 141 | 132 | <version>1.3.0-91</version> |
| 142 | 133 | </dependency> |
| 143 | 134 | |
| 144 | - | |
| 145 | 135 | <dependency> |
| 146 | 136 | <groupId>log4j</groupId> |
| 147 | 137 | <artifactId>log4j</artifactId> |
| ... | ... | @@ -183,9 +173,6 @@ |
| 183 | 173 | <plugin> |
| 184 | 174 | <groupId>org.springframework.boot</groupId> |
| 185 | 175 | <artifactId>spring-boot-maven-plugin</artifactId> |
| 186 | - <configuration> | |
| 187 | - <includeSystemScope>true</includeSystemScope> | |
| 188 | - </configuration> | |
| 189 | 176 | </plugin> |
| 190 | 177 | <plugin> |
| 191 | 178 | <groupId>org.apache.maven.plugins</groupId> | ... | ... |