Update spring boot 1.5.1 to 1.5.10 85/37185/1
authorKajur, Harish (vk250x) <vk250x@att.com>
Tue, 20 Mar 2018 16:56:45 +0000 (12:56 -0400)
committerKajur, Harish (vk250x) <vk250x@att.com>
Tue, 20 Mar 2018 16:56:48 +0000 (12:56 -0400)
Issue-ID: AAI-799
Change-Id: I3510c96721922de50897379247fc87677d834b83
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
aai-traversal/pom.xml
aai-traversal/src/main/assembly/descriptor.xml

index 4152756..2f02801 100644 (file)
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>1.5.1.RELEASE</version>
+        <version>1.5.10.RELEASE</version>
     </parent>
 
     <properties>
             <version>${jsonassert.version}</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.eclipse.jetty</groupId>
-            <artifactId>jetty-util</artifactId>
-            <version>${eclipse.jetty.version}</version>
-        </dependency>
         <!--
             Explicitly stating the security spring framework and
             exclude the bouncy castle since that is somehow overwriting
index 11c7ba2..c0dc10e 100644 (file)
@@ -25,7 +25,7 @@
             <directory>${project.build.directory}</directory>
             <outputDirectory>/lib</outputDirectory>
             <includes>
-                <include>*.jar</include>
+                <include>${project.artifactId}-${project.version}.jar</include>
             </includes>
         </fileSet>
     </fileSets>