Upversion for Dublin release
[aai/model-loader.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index e9ed010..af10150 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
        <groupId>org.onap.aai.model-loader</groupId>
        <artifactId>model-loader</artifactId>
        <name>aai-model-loader</name>
-       <version>1.4.0-SNAPSHOT</version>
+       <version>1.4.1-SNAPSHOT</version>
 
        <dependencyManagement>
                <dependencies>
@@ -51,7 +51,7 @@
                <start-class>org.onap.aai.modelloader.service.ModelLoaderApplication</start-class>
                <nexusproxy>https://nexus.onap.org</nexusproxy>
                <docker.location>${basedir}/target</docker.location>
-               <spring-boot.version>1.5.18.RELEASE</spring-boot.version>
+               <spring-boot.version>1.5.20.RELEASE</spring-boot.version>
                <apache.commons-text.version>1.1</apache.commons-text.version>
                <commons-compress.version>1.18</commons-compress.version>
                <hamcrest-all.version>1.3</hamcrest-all.version>
        </distributionManagement>
 
        <dependencies>
+               <dependency>
+                       <groupId>org.springframework.boot</groupId>
+                       <artifactId>spring-boot-starter-jetty</artifactId>
+               </dependency>
                <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.onap.aai</groupId>