REPO-4860 - Remove library commons-net:commons-net from alfresco-repo… (#718)

This commit is contained in:
antoniojfelix
2020-01-08 10:07:32 +00:00
committed by GitHub
parent 58033fc237
commit 1e2a27eb28

11
pom.xml
View File

@@ -216,11 +216,6 @@
<artifactId>commons-io</artifactId>
<version>2.6</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.6</version>
</dependency>
<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
@@ -1031,6 +1026,12 @@
<artifactId>aspectjrt</artifactId>
<version>1.9.5</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.6</version>
<scope>test</scope>
</dependency>
</dependencies>
<profiles>