diff --git a/metis-core-common/pom.xml b/metis-core-common/pom.xml index 87b18d09..3fe467ec 100644 --- a/metis-core-common/pom.xml +++ b/metis-core-common/pom.xml @@ -9,20 +9,8 @@ metis-core-common - - org.junit.jupiter - junit-jupiter-api - - - org.junit.jupiter - junit-jupiter-engine - - - org.junit.jupiter - junit-jupiter-params - ${version.junit} - test - + + eu.europeana.metis metis-common-utils @@ -50,6 +38,8 @@ + + dev.morphia.morphia morphia-core @@ -83,6 +73,22 @@ org.apache.commons commons-lang3 + + + + + org.junit.jupiter + junit-jupiter-api + + + org.junit.jupiter + junit-jupiter-engine + + + org.junit.jupiter + junit-jupiter-params + ${version.junit} + diff --git a/metis-core-rest/pom.xml b/metis-core-rest/pom.xml index f132b5d5..e7ac98f9 100644 --- a/metis-core-rest/pom.xml +++ b/metis-core-rest/pom.xml @@ -8,34 +8,23 @@ metis-core-rest + - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-logging - - - - - org.springframework.boot - spring-boot-starter-actuator - - - org.springframework.boot - spring-boot-configuration-processor - true + eu.europeana.metis + metis-core-service + ${project.version} + + - org.springframework.boot - spring-boot-starter-log4j2 + eu.europeana.metis + metis-authentication-rest-client + ${version.metis-framework} - co.elastic.apm - apm-agent-attach - ${version.elastic.apm} - runtime + eu.europeana.metis + metis-common-spring-properties + ${version.metis-framework} eu.europeana.cloud @@ -61,6 +50,23 @@ ecloud-service-dps-rest-client-java ${version.ecloud} + + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-logging + + + + + org.springframework.boot + spring-boot-configuration-processor + true + org.springframework spring-webmvc @@ -79,18 +85,6 @@ org.springframework spring-web - - eu.europeana.metis - metis-common-spring-properties - ${version.metis-framework} - - - eu.europeana.metis - metis-core-service - ${version.metis-framework} - - - com.fasterxml.jackson.core jackson-databind @@ -107,16 +101,33 @@ ${version.jackson} + + + org.springframework.boot + spring-boot-starter-actuator + runtime + + + org.springframework.boot + spring-boot-starter-log4j2 + runtime + + + co.elastic.apm + apm-agent-attach + ${version.elastic.apm} + runtime + + + org.hamcrest hamcrest-all - test org.mockito mockito-core - org.junit.jupiter junit-jupiter-api @@ -129,11 +140,6 @@ org.springframework spring-test - - eu.europeana.metis - metis-authentication-rest-client - ${version.metis-framework} - com.jayway.jsonpath json-path @@ -145,6 +151,7 @@ test + diff --git a/metis-core-service/pom.xml b/metis-core-service/pom.xml index 36d2b6c0..314d6060 100644 --- a/metis-core-service/pom.xml +++ b/metis-core-service/pom.xml @@ -9,19 +9,17 @@ metis-core-service - - jakarta.xml.bind - jakarta.xml.bind-api - test - + eu.europeana.metis - metis-authentication-common - ${version.metis-framework} + metis-core-common + ${project.version} + + eu.europeana.metis - metis-core-common + metis-authentication-common ${version.metis-framework} @@ -51,6 +49,8 @@ + + org.apache.commons commons-lang3 @@ -75,12 +75,6 @@ org.springframework spring-test - - de.flapdoodle.embed - de.flapdoodle.embed.mongo - ${version.embedded.mongo} - test - org.wiremock wiremock-standalone @@ -124,20 +118,38 @@ ${version.redisson} - org.awaitility - awaitility - ${version.awaitability} + org.jetbrains + annotations + + + + + + jakarta.xml.bind + jakarta.xml.bind-api test - org.jetbrains - annotations + de.flapdoodle.embed + de.flapdoodle.embed.mongo + ${version.embedded.mongo} + test org.mockito mockito-junit-jupiter test + + org.awaitility + awaitility + ${version.awaitability} + test + + + + +