diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-03-20 12:55:12 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-03-20 12:55:18 -0400 |
commit | 588efc99e920092094161ad03df9721d8257be41 (patch) | |
tree | bce12e8860e0b9a47799a27206ce0844e2b0717b | |
parent | e19b2d7d2d6ed2f91c537a1af4634c3c37f0fe82 (diff) |
Update spring boot 1.5.1 to 1.5.10
Issue-ID: AAI-800
Change-Id: I11e52ef14d43b0577a021c581a35ae30f43c397b
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
-rw-r--r-- | aai-resources/pom.xml | 7 | ||||
-rw-r--r-- | aai-resources/src/main/assembly/descriptor.xml | 2 |
2 files changed, 2 insertions, 7 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 759fccd..80cf1c1 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/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> @@ -649,11 +649,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-resources/src/main/assembly/descriptor.xml b/aai-resources/src/main/assembly/descriptor.xml index b3a8ab0..91e8e18 100644 --- a/aai-resources/src/main/assembly/descriptor.xml +++ b/aai-resources/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>
|