RM-4617 (Update Repo/Share dependency for RM Community)

This commit is contained in:
Tuna Aksoy
2017-01-26 23:01:37 +00:00
parent e604d2baa9
commit 385d6fca1d
3 changed files with 4 additions and 11 deletions

View File

@@ -93,11 +93,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<argLine>-Xmx1024m -XX:MaxPermSize=256m -Duser.language=en -Dcom.sun.management.jmxremote</argLine>
<!-- license properties -->
<license.update.dryrun>true</license.update.dryrun>
<license.verbose>false</license.verbose>
</properties>
<dependencies>
@@ -324,7 +321,6 @@
</configuration>
</plugin>
<!-- License header generation -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>

View File

@@ -39,11 +39,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>0.9.10</version>
</dependency>
</dependencies>
</dependencyManagement>

View File

@@ -269,6 +269,7 @@
<groupId>${alfresco.groupId}</groupId>
<artifactId>alfresco-remote-api</artifactId>
<version>${alfresco.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
@@ -344,6 +345,7 @@
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>0.9.10</version>
<scope>test</scope>
</dependency>
</dependencies>