diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-03-20 12:56:45 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-03-20 12:56:48 -0400 |
commit | 832cd164d15ca9d1e8b8f08f6778cfc65d6d98e4 (patch) | |
tree | 4a79530bb4be016fe10d34279727e21658f44403 /aai-traversal/pom.xml | |
parent | 34f6c50e73f56be1a8df3c39e8c945a48997ec2c (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>
Diffstat (limited to 'aai-traversal/pom.xml')
-rw-r--r-- | aai-traversal/pom.xml | 7 |
1 files changed, 1 insertions, 6 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 |