Commit 1c3073074be17fe282d9a841a7af97027a54333a
1 parent
37f9b369
运管处路单上传BUG修改
Showing
1 changed file
with
23 additions
and
1 deletions
pom.xml
| ... | ... | @@ -24,7 +24,12 @@ |
| 24 | 24 | <artifactId>spring-boot-starter-tomcat</artifactId> |
| 25 | 25 | <scope>provided</scope> |
| 26 | 26 | </dependency> |
| 27 | - | |
| 27 | + <dependency> | |
| 28 | + <groupId>javax.servlet</groupId> | |
| 29 | + <artifactId>javax.servlet-api</artifactId> | |
| 30 | + <version>3.1.0</version> | |
| 31 | + <scope>provided</scope> | |
| 32 | + </dependency> | |
| 28 | 33 | <dependency> |
| 29 | 34 | <groupId>org.springframework.boot</groupId> |
| 30 | 35 | <artifactId>spring-boot-starter-security</artifactId> |
| ... | ... | @@ -229,6 +234,23 @@ |
| 229 | 234 | <version>1.1</version> |
| 230 | 235 | </dependency> |
| 231 | 236 | |
| 237 | + <dependency> | |
| 238 | + <groupId>org.apache.axis2</groupId> | |
| 239 | + <artifactId>axis2-adb</artifactId> | |
| 240 | + <version>1.7.4</version> | |
| 241 | + </dependency> | |
| 242 | + <dependency> | |
| 243 | + <groupId>org.apache.axis2</groupId> | |
| 244 | + <artifactId>axis2-transport-local</artifactId> | |
| 245 | + <version>1.7.4</version> | |
| 246 | + </dependency> | |
| 247 | + <dependency> | |
| 248 | + <groupId>org.apache.axis2</groupId> | |
| 249 | + <artifactId>axis2-transport-http</artifactId> | |
| 250 | + <version>1.7.4</version> | |
| 251 | + </dependency> | |
| 252 | + | |
| 253 | + | |
| 232 | 254 | <!-- <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> |
| 233 | 255 | <optional>true</optional> </dependency> --> |
| 234 | 256 | <dependency> | ... | ... |