diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 25 |
1 files changed, 11 insertions, 14 deletions
@@ -41,7 +41,6 @@ limitations under the License. <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> <testRouteOffer>workstation</testRouteOffer> <testEnv>DEV</testEnv> - <version.org.hamcrest.hamcrest-library>1.3</version.org.hamcrest.hamcrest-library> </properties> <dependencyManagement> @@ -85,6 +84,17 @@ limitations under the License. <artifactId>spring-boot-starter-actuator</artifactId> </dependency> <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId> + spring-boot-configuration-processor + </artifactId> + <optional>true</optional> + </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-test</artifactId> + </dependency> + <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxrs</artifactId> <version>3.2.4</version> @@ -289,12 +299,6 @@ limitations under the License. <scope>test</scope> </dependency> <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-library</artifactId> - <version>${version.org.hamcrest.hamcrest-library}</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.5.3</version> @@ -304,13 +308,6 @@ limitations under the License. <artifactId>httpcore</artifactId> <version>4.4.1</version> </dependency> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId> - spring-boot-configuration-processor - </artifactId> - <optional>true</optional> - </dependency> </dependencies> <build> |