Corrected group ids back to ca.uhn.hapi.fhir

This commit is contained in:
Matti Uusitalo 2018-12-18 11:21:29 +02:00
parent 01eb7faf66
commit a3e7f5b18f
2 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,6 @@
<relativePath>../hapi-deployable-pom/pom.xml</relativePath> <relativePath>../hapi-deployable-pom/pom.xml</relativePath>
</parent> </parent>
<groupId>fi.kela.kanta.phr</groupId>
<artifactId>hapi-fhir-converter</artifactId> <artifactId>hapi-fhir-converter</artifactId>
<packaging>bundle</packaging> <packaging>bundle</packaging>

View File

@ -26,7 +26,7 @@
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>fi.kela.kanta.phr</groupId> <groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-converter</artifactId> <artifactId>hapi-fhir-converter</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>