Optionally disable client authentication
[aai/search-data-service.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 5cba315..65c8d40 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
       <artifactId>spring-boot-starter-parent</artifactId>
       <groupId>org.springframework.boot</groupId>
-      <version>1.5.15.RELEASE</version>
+      <version>1.5.18.RELEASE</version>
     </parent>
     <groupId>org.onap.aai</groupId>
     <artifactId>search-data-service</artifactId>
-    <version>1.3.1-SNAPSHOT</version>
+    <version>1.4.0-SNAPSHOT</version>
     <name>aai-search-data-service</name>
 
     <properties>
           <version>20180130</version>
         </dependency>
 
-               <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>
                </dependency>
                
                <dependency>
-                       <groupId>org.springframework.boot</groupId>
-                       <artifactId>spring-boot-starter-jersey</artifactId>
+                 <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>