Files
alfresco-community-repo/amps/ags/rm-community/pom.xml
alandavis 79095ce544 Simplify dependencies so they are inherited.
Includes Cezar's removal of eclipse profiles.

[ags]

(cherry picked from commit cd2afea3be4a89f25b1585af3f5d4f7519e9d464)
2021-05-05 21:26:14 +01:00

24 lines
818 B
XML

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>alfresco-governance-services-community-repo-parent</artifactId>
<packaging>pom</packaging>
<name>Alfresco Governance Services Community</name>
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-governance-services-community-parent</artifactId>
<version>11.7-ags-1.0-SNAPSHOT</version>
</parent>
<modules>
<module>rm-community-rest-api-explorer</module>
<module>rm-community-repo</module>
</modules>
<licenses>
<license>
<name>LGPL 3</name>
</license>
</licenses>
</project>