diff options
-rw-r--r-- | pom.xml | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -50,7 +50,7 @@ <start-class>org.onap.aai.modelloader.service.ModelLoaderApplication</start-class> <nexusproxy>https://nexus.onap.org</nexusproxy> <docker.location>${basedir}/target</docker.location> - <spring-boot.version>1.5.12.RELEASE</spring-boot.version> + <spring-boot.version>1.5.14.RELEASE</spring-boot.version> <apache.commons-text.version>1.1</apache.commons-text.version> <commons-compress.version>1.14</commons-compress.version> <hamcrest-all.version>1.3</hamcrest-all.version> @@ -144,10 +144,6 @@ <artifactId>jetty-security</artifactId> </dependency> <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-webmvc</artifactId> - </dependency> - <dependency> <groupId>jline</groupId> <artifactId>jline</artifactId> <version>2.12.1</version> |