diff --git a/osgi/hapi-fhir-karaf-features/pom.xml b/osgi/hapi-fhir-karaf-features/pom.xml index 67e74d50c43..7cab5d3bab8 100644 --- a/osgi/hapi-fhir-karaf-features/pom.xml +++ b/osgi/hapi-fhir-karaf-features/pom.xml @@ -5,9 +5,9 @@ ca.uhn.hapi.fhir - hapi-deployable-pom + hapi-fhir-karaf 3.8.0-SNAPSHOT - ../../hapi-deployable-pom/pom.xml + ../pom.xml ca.uhn.hapi.fhir.karaf diff --git a/osgi/hapi-fhir-karaf-integration-tests/pom.xml b/osgi/hapi-fhir-karaf-integration-tests/pom.xml index bc64dc57db8..2a2055395ed 100644 --- a/osgi/hapi-fhir-karaf-integration-tests/pom.xml +++ b/osgi/hapi-fhir-karaf-integration-tests/pom.xml @@ -19,9 +19,9 @@ ca.uhn.hapi.fhir - hapi-deployable-pom + hapi-fhir-karaf 3.8.0-SNAPSHOT - ../../hapi-deployable-pom/pom.xml + ../pom.xml hapi-fhir-karaf-integration-tests diff --git a/osgi/pom.xml b/osgi/pom.xml new file mode 100644 index 00000000000..9bd8cbf310e --- /dev/null +++ b/osgi/pom.xml @@ -0,0 +1,35 @@ + + + 4.0.0 + + + ca.uhn.hapi.fhir + hapi-deployable-pom + 3.8.0-SNAPSHOT + ../hapi-deployable-pom/pom.xml + + + hapi-fhir-karaf + pom + HAPI-FHIR Apache Karaf + + + hapi-fhir-karaf-features + hapi-fhir-karaf-integration-tests + +