#834 Fix dependency management issue for POM files (#940)

This commit is contained in:
Per Wramdemark
2019-10-03 20:50:50 +02:00
committed by Ilkka Seppälä
parent 823c58bef2
commit 05d0f0babf
7 changed files with 1 additions and 66 deletions

View File

@ -211,11 +211,6 @@
<artifactId>spring-webmvc</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>${spring-boot.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>