Commit 1c3073074be17fe282d9a841a7af97027a54333a
1 parent
37f9b369
运管处路单上传BUG修改
Showing
1 changed file
with
23 additions
and
1 deletions
pom.xml
| @@ -24,7 +24,12 @@ | @@ -24,7 +24,12 @@ | ||
| 24 | <artifactId>spring-boot-starter-tomcat</artifactId> | 24 | <artifactId>spring-boot-starter-tomcat</artifactId> |
| 25 | <scope>provided</scope> | 25 | <scope>provided</scope> |
| 26 | </dependency> | 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 | <dependency> | 33 | <dependency> |
| 29 | <groupId>org.springframework.boot</groupId> | 34 | <groupId>org.springframework.boot</groupId> |
| 30 | <artifactId>spring-boot-starter-security</artifactId> | 35 | <artifactId>spring-boot-starter-security</artifactId> |
| @@ -229,6 +234,23 @@ | @@ -229,6 +234,23 @@ | ||
| 229 | <version>1.1</version> | 234 | <version>1.1</version> |
| 230 | </dependency> | 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 | <!-- <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> | 254 | <!-- <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> |
| 233 | <optional>true</optional> </dependency> --> | 255 | <optional>true</optional> </dependency> --> |
| 234 | <dependency> | 256 | <dependency> |