diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml
index 434c7dc340..72410de0c6 100644
--- a/rm-community/rm-community-repo/pom.xml
+++ b/rm-community/rm-community-repo/pom.xml
@@ -27,10 +27,10 @@
true
- 7.5
- 7.43
- 7.35
- 6.1.0-RC3
+ 7.5.1
+ 7.33.12
+ 7.34.1
+ 6.1.0
alfresco/alfresco-governance-repository-community
@@ -155,6 +155,15 @@
+
+ alfresco/alfresco-activemq:5.15.6
+
+
+ 61616:61616
+ 5672:5672
+
+
+
${skip.integrationtests}
diff --git a/rm-community/rm-community-repo/test/java/org/alfresco/module/org_alfresco_module_rm/test/util/BaseRMTestCase.java b/rm-community/rm-community-repo/test/java/org/alfresco/module/org_alfresco_module_rm/test/util/BaseRMTestCase.java
index 4eeb564b49..6d6862dfe3 100644
--- a/rm-community/rm-community-repo/test/java/org/alfresco/module/org_alfresco_module_rm/test/util/BaseRMTestCase.java
+++ b/rm-community/rm-community-repo/test/java/org/alfresco/module/org_alfresco_module_rm/test/util/BaseRMTestCase.java
@@ -548,11 +548,6 @@ public abstract class BaseRMTestCase extends RetryingTransactionHelperTestCase
protected void setupTestDataImpl()
{
AuthorityDAO authDao = (AuthorityDAO)applicationContext.getBean("authorityDAO");
- if (!authDao.authorityExists(AuthenticationUtil.getSystemUserName()))
- {
- createPerson(AuthenticationUtil.getSystemUserName(), false);
- }
- assertTrue("No person object for System available.", authDao.authorityExists(AuthenticationUtil.getSystemUserName()));
storeRef = StoreRef.STORE_REF_WORKSPACE_SPACESSTORE;
rootNodeRef = nodeService.getRootNode(storeRef);