diff options
Diffstat (limited to 'aai-resources/pom.xml')
-rw-r--r-- | aai-resources/pom.xml | 7 |
1 files changed, 1 insertions, 6 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 |