diff --git a/pom.xml b/pom.xml
index 2a5086bd..b83b2cce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,6 +10,7 @@
qanary_commons
qanary_pipeline-template
qanary_component-template
+ qanary_component-parent
qald-evaluator
diff --git a/qanary_component-archetype/pom.xml b/qanary_component-archetype/pom.xml
index 5505ac66..c1272425 100644
--- a/qanary_component-archetype/pom.xml
+++ b/qanary_component-archetype/pom.xml
@@ -5,7 +5,7 @@
eu.wdaqua.qanary.component
qa.qanarycomponent-archetype
- 1.1.1
+ 1.2.0
maven-archetype
qanary-component-archetype
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 2488661c..8b9596b7 100644
--- a/qanary_component-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/qanary_component-archetype/src/main/resources/archetype-resources/pom.xml
@@ -8,14 +8,13 @@
${version}
- org.springframework.boot
- spring-boot-starter-parent
- 2.6.7
+
+ eu.wdaqua.qanary
+ qa.qanarycomponent-parent
+ 0.1.0
17
- [3.7.1,4.0.0)
- 2.7.10
qanary
+
com.jayway.jsonpath
json-path
@@ -71,7 +36,15 @@
json-path-assert
test
+
+ org.springdoc
+ springdoc-openapi-ui
+
+
+
+
+
@@ -106,6 +79,16 @@
push
+
+ default-2
+
+ tag
+ push
+
+
+ latest
+
+
${docker.image.name}
diff --git a/qanary_component-parent/pom.xml b/qanary_component-parent/pom.xml
new file mode 100644
index 00000000..ca0df338
--- /dev/null
+++ b/qanary_component-parent/pom.xml
@@ -0,0 +1,109 @@
+
+
+ 4.0.0
+ eu.wdaqua.qanary
+ qa.qanarycomponent-parent
+ 0.1.0
+ pom
+
+ qanary-component-parent
+
+
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 2.6.7
+
+
+
+ 17
+ [3.7.0,4.0.0)
+ 2.6.7
+ 5.8.2
+ 2.4.0
+
+
+
+
+
+ eu.wdaqua.qanary
+ qa.component
+ ${qanary.version}
+
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+ ${spring-boot-admin.version}
+
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ ${spring-boot-admin.version}
+ test
+
+
+
+ de.codecentric
+ spring-boot-admin-starter-client
+ ${spring-boot-admin.version}
+
+
+
+ org.hamcrest
+ hamcrest-all
+ 1.3
+ test
+
+
+
+
+
+
+
+
+ com.jayway.jsonpath
+ json-path
+ ${json-path.version}
+ test
+
+
+
+ com.jayway.jsonpath
+ json-path-assert
+ ${json-path.version}
+ test
+
+
+
+ com.google.code.gson
+ gson
+ 2.10.1
+
+
+
+ org.junit.jupiter
+ junit-jupiter-engine
+ ${junit-jupiter.version}
+ test
+
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ ${junit-jupiter.version}
+ test
+
+
+
+ org.springdoc
+ springdoc-openapi-ui
+ 1.7.0
+
+
+
+
+