diff options
-rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -85,6 +85,12 @@ <version>${springboot.version}</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-tomcat</artifactId> + <version>${springboot.version}</version> + <scope>provided</scope> + </dependency> <!-- cxf --> <dependency> <groupId>org.apache.cxf</groupId> |