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