diff --git a/api/src/test/java/org/openmrs/module/addresshierarchy/AddressHierarchyActivatorTest.java b/api/src/test/java/org/openmrs/module/addresshierarchy/AddressHierarchyActivatorTest.java index a3198df..1016602 100644 --- a/api/src/test/java/org/openmrs/module/addresshierarchy/AddressHierarchyActivatorTest.java +++ b/api/src/test/java/org/openmrs/module/addresshierarchy/AddressHierarchyActivatorTest.java @@ -211,4 +211,4 @@ public void started_shouldWipeExistingEntries() { Assert.assertTrue(entryNames.contains("Auburndale")); Assert.assertTrue(entryNames.contains("Chestnut Hill")); } -} \ No newline at end of file +} diff --git a/pom.xml b/pom.xml index 56493b9..5a165b7 100644 --- a/pom.xml +++ b/pom.xml @@ -75,9 +75,22 @@ pom test + + com.thoughtworks.xstream + xstream + 1.4.17 + provided + + + + com.thoughtworks.xstream + xstream + + + 1.10.6 1.9 @@ -93,8 +106,8 @@ org.apache.maven.plugins maven-compiler-plugin - 1.6 - 1.6 + 1.7 + 1.7 UTF-8 @@ -188,6 +201,27 @@ 1.10 + + + Java 17 + + 17 + + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.2.2 + + --add-opens java.base/java.lang=ALL-UNNAMED + --add-opens java.base/java.util=ALL-UNNAMED + + + + + +