diff --git a/amps/ags/README.md b/amps/ags/README.md
index 3f952da331..5a321152ab 100644
--- a/amps/ags/README.md
+++ b/amps/ags/README.md
@@ -163,19 +163,6 @@ mvn clean install -DskipTests -Dalfresco.aikau.version=LATEST -U
Thereafter start the Share instance and run automation tests as described above.
-## Configuring Outlook Integration
-To download and run RM with the Outlook Integration AMPs installed on the repo and Share use the following commands:
-
-```
-mvn clean install -Pstart-repo,outlook-integration
-mvn clean install -Pstart-share,outlook-integration
-```
-
-Follow these instructions to install licence and Outlook plugin:
-
-* http://docs.alfresco.com/outlook2.1/tasks/Outlook-license.html
-* http://docs.alfresco.com/outlook2.1/tasks/Outlook-install_v2.html
-
## SNAPSHOT dependencies
If you're building Enterprise RM, the base project (Community) is pulled in via a snapshot dependency configured in maven.
This dependency will either be loaded from your local .m2 cache, or from Nexus if the version in your .m2 doesn't exist or is old
diff --git a/amps/ags/pom.xml b/amps/ags/pom.xml
index 8bfa7f0618..af43179048 100644
--- a/amps/ags/pom.xml
+++ b/amps/ags/pom.xml
@@ -26,8 +26,8 @@
alfresco
8.15
7.0.0
-
- 0.0
+
+ 7.0.0
61616
5672
@@ -129,6 +129,7 @@
org.apache.camel
camel-mock
${camel.mock.version}
+ test
diff --git a/amps/ags/rm-community/pom.xml b/amps/ags/rm-community/pom.xml
index bb3d57b624..a83000e57a 100644
--- a/amps/ags/rm-community/pom.xml
+++ b/amps/ags/rm-community/pom.xml
@@ -15,12 +15,6 @@
rm-community-repo
-
- 5.3.3
- 7.0.0
- true
-
-
LGPL 3
@@ -29,17 +23,10 @@
-
- org.alfresco
- alfresco-community-repo
- ${project.version}
- pom
- import
-
org.springframework
spring-test
- ${spring.version}
+ ${dependency.spring.version}
com.fasterxml.jackson.core
diff --git a/amps/ags/rm-community/rm-community-repo/pom.xml b/amps/ags/rm-community/rm-community-repo/pom.xml
index 1da191248d..45c6794b3a 100644
--- a/amps/ags/rm-community/rm-community-repo/pom.xml
+++ b/amps/ags/rm-community/rm-community-repo/pom.xml
@@ -30,7 +30,6 @@
alfresco-platform
9.1-901.jdbc4
- alfresco-governance-services-community-repo
alfresco/alfresco-governance-repository-community
@@ -617,160 +616,6 @@
-
- start-repo
-
-
-
- org.apache.maven.plugins
- maven-dependency-plugin
-
-
- unpack-alfresco
- prepare-package
-
- unpack
-
-
- ${app.amp.client.war.folder}
-
-
- org.alfresco
- content-services-community
- war
- ${project.version}
-
-
-
-
-
-
-
- org.alfresco.maven.plugin
- alfresco-maven-plugin
-
-
- amps-to-war-overlay
- package
-
- install
-
-
-
-
- false
-
-
-
- org.apache.tomcat.maven
- tomcat7-maven-plugin
-
-
- run-embedded
-
- run
-
- integration-test
-
- false
- true
- true
-
- ${project.build.directory}
-
- false
- ${project.basedir}/tomcat/context.xml
-
-
- org.alfresco
- api-explorer
- ${api.explorer.version}
- /api-explorer
- war
- true
-
-
- org.alfresco
- alfresco-governance-services-community-rest-api-explorer
- ${project.version}
- /gs-api-explorer
- war
- true
-
-
-
-
-
-
-
- postgresql
- postgresql
- ${alfresco.postgres.version}
-
-
- mysql
- mysql-connector-java
- ${dependency.mysql.version}
-
-
-
-
-
-
-
-
- wipeDB
-
-
-
- org.codehaus.mojo
- sql-maven-plugin
-
- true
- ${alfresco.db.datasource.class}
- ${alfresco.db.master.url}
- ${alfresco.db.username}
- ${alfresco.db.password}
-
-
-
- postgresql
- postgresql
- ${alfresco.postgres.version}
-
-
- mysql
- mysql-connector-java
- ${dependency.mysql.version}
-
-
-
-
- wipe-database
- process-test-resources
-
- execute
-
-
- drop database if exists alfresco
-
-
-
- create-database
- process-test-resources
-
- execute
-
-
- create database alfresco
-
-
-
-
-
-
-
-
communityDocker