diff --git a/amps/ags/pom.xml b/amps/ags/pom.xml index aa7fee8de1..2c4e8de8d0 100644 --- a/amps/ags/pom.xml +++ b/amps/ags/pom.xml @@ -17,72 +17,56 @@ true + + 1.9.1 + 3.8.0 + 3.0.0-M2 + 3.1.0 + 8080 + UTF-8 UTF-8 + + true + false + + ${project.build.directory}/${project.build.finalName}-war + src/main/amp + ../${project.build.finalName} true + ** + src/main/properties/local + ** + src/test/properties/local - - - - org.mockito - mockito-all - ${mockito.version} - - - org.alfresco.surf - spring-webscripts - ${alfresco-spring-webscripts.version} - tests - - - postgresql - postgresql - ${alfresco.postgres.version} - - - mysql - mysql-connector-java - ${dependency.mysql.version} - - - - - - junit - junit - 4.13.2 - test - - javax.xml.bind - jaxb-api - ${javax-jaxb.version} + jakarta.jws + jakarta.jws-api provided - - org.apache.camel - camel-mock - ${camel.mock.version} - test - + + + + + + - - com.sun.xml.bind - jaxb-impl - ${javax-jaxb-impl.version} - provided - + + + + + - - org.apache.bcel - bcel - 6.2.99 - provided - + + + + + + @@ -123,7 +107,7 @@ ags.module.repo.version.min - ${alfresco.min.version} + ${amp.min.version} (\d+)\.(\d+).* $1.$2 false @@ -287,8 +271,8 @@ testCompile - ${testJavaVersion} - ${testJavaVersion} + ${java.version} + ${java.version} @@ -487,7 +471,7 @@ org.apache.commons commons-compress - ${apache-compress.version} + ${dependency.apache-compress.version} org.alfresco.maven.plugin diff --git a/amps/ags/rm-community/pom.xml b/amps/ags/rm-community/pom.xml index a83000e57a..2fdcfcf9a8 100644 --- a/amps/ags/rm-community/pom.xml +++ b/amps/ags/rm-community/pom.xml @@ -28,31 +28,6 @@ spring-test ${dependency.spring.version} - - com.fasterxml.jackson.core - jackson-core - ${jackson.version} - - - com.fasterxml.jackson.core - jackson-annotations - ${jackson.version} - - - com.fasterxml.jackson.core - jackson-databind - ${jackson-databind.version} - - - com.fasterxml.jackson.datatype - jackson-datatype-joda - ${jackson.version} - - - com.fasterxml.jackson.dataformat - jackson-dataformat-yaml - ${jackson.version} - diff --git a/amps/ags/rm-community/rm-community-repo/pom.xml b/amps/ags/rm-community/rm-community-repo/pom.xml index a358e10a02..3e352d91fd 100644 --- a/amps/ags/rm-community/rm-community-repo/pom.xml +++ b/amps/ags/rm-community/rm-community-repo/pom.xml @@ -12,24 +12,7 @@ - ${basedir}/target/alf_test_data - org.alfresco.repo.domain.dialect.MySQLInnoDBDialect - alfresco - alfresco - alfresco - localhost - alfresco-test - - 5.7.23 - 3306 - 3307 - - 5432 - - 5431 - alfresco-platform - 9.1-901.jdbc4 alfresco/alfresco-governance-repository-community @@ -99,7 +82,7 @@ test - postgresql + org.postgresql postgresql test @@ -563,7 +546,7 @@ - mysql:${mysql.version} + mysql:${dependency.mysql-image.version} ${mysql.tests.port}:${mysql.port} diff --git a/pom.xml b/pom.xml index 7e34e60e02..11504caa78 100644 --- a/pom.xml +++ b/pom.xml @@ -26,6 +26,7 @@ 1 0 + ${acs.version.major}.0.0 Community community @@ -65,6 +66,7 @@ 8.18 1.68 3.8.0 + 1.10.19 20210307 1.4-DBCP330 2.8.0 @@ -85,6 +87,7 @@ 3.4.1.Final 3.7.1 5.16.1 + 1.20 1.2.5 4.0.3 3.38.0 @@ -105,9 +108,9 @@ 7.0.0 2.2.0 - 42.2.19 8.0.23 + 8 2.7.2 3.0.44 3.3.0 @@ -119,52 +122,20 @@ 2.6 - - 8.15 - - 7.0.0 - - 5.15.8 61616 5672 - 3.7.0 - /share - - ${java.version} - - 1.9.1 - 3.8.0 - 3.0.0-M2 - 3.1.0 - 8080 - - 2.12.1 - 2.12.1 - 0.34.1 - 1.10.19 - - 42.2.16 5432 - 5.1.40 + 5431 3306 - - 5431 + 3307 - true - false - - ${project.build.directory}/${project.build.finalName}-war - src/main/amp - ../${project.build.finalName} - ** - src/main/properties/local - ** - src/test/properties/local - - 2.4.0-b180830.0359 - 3.0.0-M4 - 4.0.1 - 1.19 + ${basedir}/target/alf_test_data + org.alfresco.repo.domain.dialect.MySQLInnoDBDialect + alfresco + alfresco + alfresco + localhost + alfresco-test @@ -528,6 +499,16 @@ jackson-databind ${dependency.jackson-databind.version} + + com.fasterxml.jackson.datatype + jackson-datatype-joda + ${dependency.jackson.version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + ${dependency.jackson.version} + com.fasterxml.jackson.core jackson-annotations @@ -661,7 +642,7 @@ org.apache.commons commons-compress - 1.20 + ${dependency.apache-compress.version} org.apache.commons @@ -750,7 +731,7 @@ junit junit - 4.13.1 + 4.13.2 test @@ -759,6 +740,12 @@ ${dependency.antlr.version} test + + org.mockito + mockito-all + ${dependency.mockito-all.version} + test + org.mockito mockito-core