Skip to content

Commit

Permalink
SAK-44079 update Apache commons-net 3.7 (sakaiproject#8439)
Browse files Browse the repository at this point in the history
* SAK-44079 commons-net => lib
update commons-net 3.7

* SAK-44079
  • Loading branch information
axxter99 authored Aug 26, 2020
1 parent f63a18f commit 7a53cce
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions deploy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,11 @@
<artifactId>commons-validator</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
Expand Down
1 change: 0 additions & 1 deletion kernel/kernel-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.6</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
Expand Down
1 change: 0 additions & 1 deletion mailarchive/mailarchive-subetha/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.6</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
7 changes: 7 additions & 0 deletions master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<sakai.commons-validator.version>1.7</sakai.commons-validator.version>
<sakai.commons-logging.version>1.2</sakai.commons-logging.version>
<sakai.commons.configuration.version>1.6</sakai.commons.configuration.version>
<sakai.commons.net>3.7</sakai.commons.net>
<sakai.ehcache.groupId>net.sf.ehcache</sakai.ehcache.groupId>
<sakai.ehcache.artifactId>ehcache-core</sakai.ehcache.artifactId>
<sakai.ehcache.version>2.6.11</sakai.ehcache.version>
Expand Down Expand Up @@ -755,6 +756,12 @@
<artifactId>commons-validator</artifactId>
<version>${sakai.commons-validator.version}</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>${sakai.commons.net}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
Expand Down

0 comments on commit 7a53cce

Please sign in to comment.