diff --git a/rm-community/rm-community-repo/docker-compose.yml b/rm-community/rm-community-repo/docker-compose.yml index ac8ad66ceb..44fffaf8a5 100644 --- a/rm-community/rm-community-repo/docker-compose.yml +++ b/rm-community/rm-community-repo/docker-compose.yml @@ -61,9 +61,9 @@ services: - 8083:8983 #Browser port activemq: - image: alfresco/alfresco-activemq:${ACTIVEMQ_TAG} - ports: - - 8161:8161 # Web Console - - 5672:5672 # AMQP - - 61616:61616 # OpenWire - - 61613:61613 # STOMP \ No newline at end of file + image: alfresco/alfresco-activemq:${ACTIVEMQ_TAG} + ports: + - 8161:8161 # Web Console + - 5672:5672 # AMQP + - 61616:61616 # OpenWire + - 61613:61613 # STOMP \ No newline at end of file diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml index 1a5492d350..689c87e236 100644 --- a/rm-community/rm-community-repo/pom.xml +++ b/rm-community/rm-community-repo/pom.xml @@ -25,6 +25,10 @@ 9.1-901.jdbc4 alfresco-governance-services-community-repo true + 9.4.12 + 5.15.6 + 61616 + 5672 7.5.1 @@ -136,7 +140,7 @@ test-database - postgres:9.4.12 + postgres:${postgres.version} ${database.port}:${postgresql.port} @@ -156,11 +160,11 @@ - alfresco/alfresco-activemq:5.15.6 + alfresco/alfresco-activemq:${activemq.version} - 61616:61616 - 5672:5672 + ${activemq.port1}:${activemq.port1} + ${activemq.port2}:${activemq.port2}