diff --git a/pom.xml b/pom.xml index 9e493fa..26d5aec 100644 --- a/pom.xml +++ b/pom.xml @@ -11,10 +11,10 @@ simplenotes-persistance simplenotes-app simplenotes-domain - simplenotes-shared simplenotes-search simplenotes-types simplenotes-config + simplenotes-test-resources pom diff --git a/simplenotes-app/pom.xml b/simplenotes-app/pom.xml index ee06139..74f8635 100644 --- a/simplenotes-app/pom.xml +++ b/simplenotes-app/pom.xml @@ -30,11 +30,6 @@ simplenotes-domain 1.0-SNAPSHOT - - be.simplenotes - simplenotes-shared - 1.0-SNAPSHOT - be.simplenotes simplenotes-config @@ -86,7 +81,7 @@ be.simplenotes - simplenotes-shared + simplenotes-test-resources 1.0-SNAPSHOT test-jar test diff --git a/simplenotes-domain/pom.xml b/simplenotes-domain/pom.xml index b7d7137..a8e3da4 100644 --- a/simplenotes-domain/pom.xml +++ b/simplenotes-domain/pom.xml @@ -11,11 +11,6 @@ simplenotes-domain - - be.simplenotes - simplenotes-shared - 1.0-SNAPSHOT - be.simplenotes simplenotes-config @@ -23,7 +18,7 @@ be.simplenotes - simplenotes-shared + simplenotes-test-resources 1.0-SNAPSHOT test-jar test diff --git a/simplenotes-persistance/pom.xml b/simplenotes-persistance/pom.xml index a3bff0a..7c0c2db 100644 --- a/simplenotes-persistance/pom.xml +++ b/simplenotes-persistance/pom.xml @@ -32,12 +32,7 @@ be.simplenotes - simplenotes-shared - 1.0-SNAPSHOT - - - be.simplenotes - simplenotes-shared + simplenotes-test-resources 1.0-SNAPSHOT test-jar test diff --git a/simplenotes-search/pom.xml b/simplenotes-search/pom.xml index 08eebdd..1e777c3 100644 --- a/simplenotes-search/pom.xml +++ b/simplenotes-search/pom.xml @@ -64,7 +64,7 @@ be.simplenotes - simplenotes-shared + simplenotes-test-resources 1.0-SNAPSHOT test-jar test diff --git a/simplenotes-shared/pom.xml b/simplenotes-test-resources/pom.xml similarity index 68% rename from simplenotes-shared/pom.xml rename to simplenotes-test-resources/pom.xml index 19cf28d..ea6766a 100644 --- a/simplenotes-shared/pom.xml +++ b/simplenotes-test-resources/pom.xml @@ -8,20 +8,7 @@ 4.0.0 - simplenotes-shared - - - - io.arrow-kt - arrow-core - test - - - com.natpryce - hamkrest - test - - + simplenotes-test-resources diff --git a/simplenotes-shared/src/test/resources/junit-platform.properties b/simplenotes-test-resources/src/test/resources/junit-platform.properties similarity index 100% rename from simplenotes-shared/src/test/resources/junit-platform.properties rename to simplenotes-test-resources/src/test/resources/junit-platform.properties