diff --git a/CHANGELOG.md b/CHANGELOG.md index 599d22840..4f0e9cd38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ Note: version releases in the 0.x.y range may introduce breaking changes. ### Added - Flat : added more test and devise fixes ( see https://github.com/ehrbase/openEHR_SDK/pull/291) +- Upgrade to Archie 1.0.4 ([#292](https://github.com/ehrbase/openEHR_SDK/pull/292)) ### Fixed diff --git a/building/pom.xml b/building/pom.xml index 34203e403..f0cabe526 100644 --- a/building/pom.xml +++ b/building/pom.xml @@ -32,9 +32,17 @@ - com.github.openEHR.archie + com.nedap.healthcare.archie + archie-utils + + + com.nedap.healthcare.archie openehr-rm + + com.nedap.healthcare.archie + tools + org.apache.commons commons-collections4 diff --git a/pom.xml b/pom.xml index 8ee49d4f8..98d816e70 100644 --- a/pom.xml +++ b/pom.xml @@ -87,7 +87,7 @@ UTF-8 4.9.1 - 1.0.3 + 1.0.4 3.18.1 3.3.0 4.8.98 @@ -314,6 +314,7 @@ ossrh https://oss.sonatype.org/ true + 30 @@ -472,15 +473,25 @@ ${everit-json-schema.version} - com.github.openEHR - archie + com.nedap.healthcare.archie + archie-utils ${archie.version} - com.github.openEHR.archie + com.nedap.healthcare.archie openehr-rm ${archie.version} + + com.nedap.healthcare.archie + test-rm + ${archie.version} + + + com.nedap.healthcare.archie + tools + ${archie.version} + com.google.code.gson gson diff --git a/response-dto/pom.xml b/response-dto/pom.xml index 266fde5e6..303acc2ae 100644 --- a/response-dto/pom.xml +++ b/response-dto/pom.xml @@ -33,8 +33,12 @@ - com.github.openEHR - archie + com.nedap.healthcare.archie + openehr-rm + + + com.google.guava + guava com.fasterxml.jackson.dataformat diff --git a/serialisation/pom.xml b/serialisation/pom.xml index 5110837e3..6b5ef3029 100644 --- a/serialisation/pom.xml +++ b/serialisation/pom.xml @@ -32,6 +32,10 @@ serialisation + + com.nedap.healthcare.archie + test-rm + org.ehrbase.openehr.sdk web-template @@ -70,10 +74,6 @@ org.json json - - com.github.openEHR - archie - org.slf4j slf4j-api diff --git a/terminology/pom.xml b/terminology/pom.xml index 6407f3e66..2afdf6904 100644 --- a/terminology/pom.xml +++ b/terminology/pom.xml @@ -33,8 +33,8 @@ - com.github.openEHR - archie + com.nedap.healthcare.archie + openehr-rm org.ehrbase.openehr.sdk diff --git a/validation/pom.xml b/validation/pom.xml index a49502188..e99b34b7d 100644 --- a/validation/pom.xml +++ b/validation/pom.xml @@ -41,8 +41,9 @@ opt-1.4 - com.github.openEHR - archie + com.nedap.healthcare.archie + archie-utils + test org.ehrbase.openehr.sdk diff --git a/web-template/pom.xml b/web-template/pom.xml index 40533bf4d..b52bd26d7 100644 --- a/web-template/pom.xml +++ b/web-template/pom.xml @@ -65,10 +65,6 @@ assertj-core test - - com.github.openEHR - archie - javax.cache cache-api