aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKajur, Harish (vk250x) <vk250x@att.com>2018-03-20 12:56:45 -0400
committerKajur, Harish (vk250x) <vk250x@att.com>2018-03-20 12:56:48 -0400
commit832cd164d15ca9d1e8b8f08f6778cfc65d6d98e4 (patch)
tree4a79530bb4be016fe10d34279727e21658f44403
parent34f6c50e73f56be1a8df3c39e8c945a48997ec2c (diff)
Update spring boot 1.5.1 to 1.5.10
Issue-ID: AAI-799 Change-Id: I3510c96721922de50897379247fc87677d834b83 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
-rw-r--r--aai-traversal/pom.xml7
-rw-r--r--aai-traversal/src/main/assembly/descriptor.xml2
2 files changed, 2 insertions, 7 deletions
diff --git a/aai-traversal/pom.xml b/aai-traversal/pom.xml
index 4152756..2f02801 100644
--- a/aai-traversal/pom.xml
+++ b/aai-traversal/pom.xml
@@ -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>
@@ -653,11 +653,6 @@
<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
diff --git a/aai-traversal/src/main/assembly/descriptor.xml b/aai-traversal/src/main/assembly/descriptor.xml
index 11c7ba2..c0dc10e 100644
--- a/aai-traversal/src/main/assembly/descriptor.xml
+++ b/aai-traversal/src/main/assembly/descriptor.xml
@@ -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>