summaryrefslogtreecommitdiffstats
path: root/sparkybe-onap-service/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sparkybe-onap-service/pom.xml')
-rw-r--r--sparkybe-onap-service/pom.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/sparkybe-onap-service/pom.xml b/sparkybe-onap-service/pom.xml
index c27c51c..d558246 100644
--- a/sparkybe-onap-service/pom.xml
+++ b/sparkybe-onap-service/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>1.5.18.RELEASE</version>
+ <version>1.5.19.RELEASE</version>
</parent>
<groupId>org.onap.aai.sparky-be</groupId>
@@ -64,6 +64,17 @@ some of the depedencies should probably have a scope of provided so they don't a
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-tomcat</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-jetty</artifactId>
</dependency>
<dependency>