diff --git a/qanary_component-archetype/src/main/resources/archetype-resources/pom.xml b/qanary_component-archetype/src/main/resources/archetype-resources/pom.xml index 29f6e4b4..46d46d75 100644 --- a/qanary_component-archetype/src/main/resources/archetype-resources/pom.xml +++ b/qanary_component-archetype/src/main/resources/archetype-resources/pom.xml @@ -8,7 +8,6 @@ ${version} - eu.wdaqua.qanary qa.qanarycomponent-parent 0.1.0 @@ -25,37 +24,8 @@ - - eu.wdaqua.qanary - qa.component - ${qanary.version} - - - org.springframework.boot - spring-boot-starter-web - - - org.hamcrest - hamcrest-all - 1.3 - test - - - junit - junit - test - - - hamcrest-core - org.hamcrest - - - - - org.springframework.boot - spring-boot-starter-test - test - + + com.jayway.jsonpath json-path diff --git a/qanary_component-parent/pom.xml b/qanary_component-parent/pom.xml index 66856abd..422381f8 100644 --- a/qanary_component-parent/pom.xml +++ b/qanary_component-parent/pom.xml @@ -19,7 +19,7 @@ 17 - [3.7.1,4.0.0) + [3.9.0,4.0.0) 2.7.11 5.8.2 2.4.0 @@ -51,6 +51,18 @@ spring-boot-admin-starter-client ${spring-boot-admin.version} + + + junit + junit + test + + + hamcrest-core + org.hamcrest + + + org.hamcrest