Remove redundant methods from codebase
[aai/babel.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 69810ce..0798d5c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
 
        <properties>
                <!-- Spring boot version -->
-               <spring.boot.version>1.5.17.RELEASE</spring.boot.version>
+               <spring.boot.version>1.5.18.RELEASE</spring.boot.version>
 
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@@ -53,7 +53,7 @@
 
                <!-- Dependency Versions -->
                <common.logging.version>1.2.2</common.logging.version>
-               <sdc.tosca.version>1.4.6</sdc.tosca.version>
+               <sdc.tosca.version>1.4.7</sdc.tosca.version>
                <commons.compress.version>1.18</commons.compress.version>
                <javax.ws.rs.version>2.1</javax.ws.rs.version>
                <mvn.jaxb2.version>0.13.2</mvn.jaxb2.version>
                <dependency>
                        <groupId>org.springframework.boot</groupId>
                        <artifactId>spring-boot-starter-jersey</artifactId>
+                       <exclusions>
+                         <exclusion>
+                           <groupId>org.springframework.boot</groupId>
+                           <artifactId>spring-boot-starter-tomcat</artifactId>
+                         </exclusion>
+                       </exclusions>
                </dependency>
                <dependency>
                        <groupId>org.onap.aai.logging-service</groupId>
                        <artifactId>rest-client</artifactId>
                        <version>${aai.rest.client.version}</version>
                </dependency>
-
+               
                <!-- Testing -->
                <dependency>
                        <groupId>org.springframework.boot</groupId>
                                                -DCONFIG_HOME=./appconfig-local
                                                -DAPP_HOME=.
                                                -Dartifactgenerator.config=./appconfig-local/artifact-generator.properties
-                                               -Dgroupfilter.config=./appconfig-local/filter-types.properties
                                                -DKEY_STORE_PASSWORD=${KEY_STORE_PASSWORD}
                                        </jvmArguments>
                                </configuration>