diff --git a/history/taskana-simplehistory-provider/pom.xml b/history/taskana-simplehistory-provider/pom.xml index fd5e3d125..19fe46c16 100644 --- a/history/taskana-simplehistory-provider/pom.xml +++ b/history/taskana-simplehistory-provider/pom.xml @@ -26,6 +26,19 @@ slf4j-api ${version.slf4j} + + org.mybatis + mybatis + ${version.mybatis} + + + + + org.assertj + assertj-core + ${version.assertj} + test + org.apache.logging.log4j log4j-slf4j-impl @@ -38,11 +51,6 @@ ${version.log4j} test - - org.mybatis - mybatis - ${version.mybatis} - org.junit.jupiter junit-jupiter-api @@ -79,7 +87,6 @@ ${version.mockito} test - com.h2database h2 diff --git a/history/taskana-simplehistory-spring-test/pom.xml b/history/taskana-simplehistory-spring-test/pom.xml index a6ca15eb3..d81b51daa 100644 --- a/history/taskana-simplehistory-spring-test/pom.xml +++ b/history/taskana-simplehistory-spring-test/pom.xml @@ -50,6 +50,14 @@ org.springframework.plugin spring-plugin-core + + + + org.assertj + assertj-core + ${version.assertj} + test + org.junit.jupiter junit-jupiter-api diff --git a/lib/taskana-cdi/pom.xml b/lib/taskana-cdi/pom.xml index 09011ef9e..dce18af21 100644 --- a/lib/taskana-cdi/pom.xml +++ b/lib/taskana-cdi/pom.xml @@ -25,6 +25,13 @@ ${project.version} + + + org.assertj + assertj-core + ${version.assertj} + test + org.junit.jupiter junit-jupiter-api diff --git a/lib/taskana-core/pom.xml b/lib/taskana-core/pom.xml index 2b7ad76df..c4f5e5ce3 100644 --- a/lib/taskana-core/pom.xml +++ b/lib/taskana-core/pom.xml @@ -48,6 +48,12 @@ ${version.junit.jupiter} test + + org.assertj + assertj-core + ${version.assertj} + test + org.hamcrest hamcrest-library diff --git a/lib/taskana-data/pom.xml b/lib/taskana-data/pom.xml index ce2e51e17..c74c11414 100644 --- a/lib/taskana-data/pom.xml +++ b/lib/taskana-data/pom.xml @@ -24,12 +24,20 @@ slf4j-api ${version.slf4j} + + org.slf4j slf4j-simple ${version.slf4j} test + + org.assertj + assertj-core + ${version.assertj} + test + org.junit.jupiter junit-jupiter diff --git a/lib/taskana-spring-example/pom.xml b/lib/taskana-spring-example/pom.xml index 230d5bee8..71a1a213a 100644 --- a/lib/taskana-spring-example/pom.xml +++ b/lib/taskana-spring-example/pom.xml @@ -35,6 +35,7 @@ ${project.version} + org.junit.jupiter junit-jupiter-api @@ -53,6 +54,12 @@ ${version.junit.jupiter} test + + org.assertj + assertj-core + ${version.assertj} + test + org.hamcrest hamcrest-library diff --git a/lib/taskana-spring/pom.xml b/lib/taskana-spring/pom.xml index aa4460105..9c59cc907 100644 --- a/lib/taskana-spring/pom.xml +++ b/lib/taskana-spring/pom.xml @@ -36,7 +36,7 @@ ${version.spring.mybatis} - + org.springframework.boot spring-boot-starter-web @@ -55,6 +55,12 @@ ${version.spring.boot} test + + org.assertj + assertj-core + ${version.assertj} + test + org.junit.jupiter junit-jupiter-api diff --git a/pom.xml b/pom.xml index 118964707..e01579e7c 100644 --- a/pom.xml +++ b/pom.xml @@ -58,6 +58,9 @@ 2.3.2.RELEASE 0.24.0.RELEASE + + 11.0.0.Final + 4.4.2.Final 2.6.0.Final @@ -66,6 +69,7 @@ 1.6.0.Final + 3.14.0 5.6.0 2.13.0 0.13.0 diff --git a/rest/taskana-rest-spring-example-common/pom.xml b/rest/taskana-rest-spring-example-common/pom.xml index b21be1d2d..946d41d0f 100644 --- a/rest/taskana-rest-spring-example-common/pom.xml +++ b/rest/taskana-rest-spring-example-common/pom.xml @@ -60,6 +60,11 @@ spring-ldap-core ${version.spring.ldap} + + org.springframework.boot + spring-boot-starter-thymeleaf + ${version.spring.boot} + + + + + org.assertj + assertj-core + ${version.assertj} + test + org.springframework.boot spring-boot-starter-test ${version.spring.boot} test - org.springframework.security spring-security-test @@ -90,7 +101,6 @@ ${version.h2} test - org.junit.jupiter junit-jupiter-api @@ -109,7 +119,6 @@ ${version.junit.jupiter} test - org.springframework.ldap spring-ldap-test @@ -122,11 +131,6 @@ - - org.springframework.boot - spring-boot-starter-thymeleaf - ${version.spring.boot} - \ No newline at end of file diff --git a/rest/taskana-rest-spring-example-wildfly/pom.xml b/rest/taskana-rest-spring-example-wildfly/pom.xml index 3e954bdab..c87a9d4e6 100644 --- a/rest/taskana-rest-spring-example-wildfly/pom.xml +++ b/rest/taskana-rest-spring-example-wildfly/pom.xml @@ -91,7 +91,13 @@ ${version.wildfly.security} - + + + org.assertj + assertj-core + ${version.assertj} + test + org.junit.jupiter junit-jupiter-api @@ -110,7 +116,6 @@ ${version.junit.jupiter} test - org.jboss.resteasy resteasy-client @@ -176,7 +181,7 @@ wildfly-maven-plugin ${version.maven.wildfly} - 11.0.0.Final + ${version.wildfly} diff --git a/rest/taskana-rest-spring/pom.xml b/rest/taskana-rest-spring/pom.xml index 3384b4f96..bbfefa2a3 100644 --- a/rest/taskana-rest-spring/pom.xml +++ b/rest/taskana-rest-spring/pom.xml @@ -84,7 +84,13 @@ ${version.aspectjweaver} - + + + org.assertj + assertj-core + ${version.assertj} + test + pro.taskana taskana-data