aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index a92ae1e..f8bde80 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>