Exception handling for image software versions
[aai/babel.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 97e2afd..3dc7475 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,8 +4,8 @@
     ============LICENSE_START=======================================================
     org.onap.aai
     ================================================================================
-    Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved.
-    Copyright © 2017-2018 European Software Marketing Ltd.
+    Copyright (c) 2017-2019 AT&T Intellectual Property. All rights reserved.
+    Copyright (c) 2017-2019 European Software Marketing Ltd.
     ================================================================================
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
@@ -42,7 +42,7 @@
 
        <properties>
                <!-- Spring boot version -->
-               <spring.boot.version>1.5.15.RELEASE</spring.boot.version>
+               <spring.boot.version>1.5.19.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.4</sdc.tosca.version>
+               <sdc.tosca.version>1.5.0</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>
                                        <jvmArguments>
                                                -DCONFIG_HOME=./appconfig-local
                                                -DAPP_HOME=.
-                                               -Dartifactgenerator.config=./appconfig-local/artifact-generator.properties
-                                               -Dgroupfilter.config=./appconfig-local/filter-types.properties
+                                                -Dtosca.mappings.config=./appconfig-local/tosca-mappings.json
                                                -DKEY_STORE_PASSWORD=${KEY_STORE_PASSWORD}
                                        </jvmArguments>
                                </configuration>