You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2019/02/08 10:13:05 UTC

[syncope] branch master updated: Removing some commons deps definition

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new 6f86a2f  Removing some commons deps definition
6f86a2f is described below

commit 6f86a2f10bab861f7094651e6222e54edd1da90b
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Feb 8 11:12:54 2019 +0100

    Removing some commons deps definition
---
 ext/flowable/flowable-bpmn/pom.xml |  4 ----
 pom.xml                            | 27 ---------------------------
 2 files changed, 31 deletions(-)

diff --git a/ext/flowable/flowable-bpmn/pom.xml b/ext/flowable/flowable-bpmn/pom.xml
index 783d701..6dbf83f 100644
--- a/ext/flowable/flowable-bpmn/pom.xml
+++ b/ext/flowable/flowable-bpmn/pom.xml
@@ -43,10 +43,6 @@ under the License.
       <artifactId>commons-io</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>commons-email</artifactId>
-    </dependency>
-    <dependency>
       <groupId>org.apache.geronimo.javamail</groupId>
       <artifactId>geronimo-javamail_1.4_mail</artifactId>
     </dependency>
diff --git a/pom.xml b/pom.xml
index ae3f62b..6115002 100644
--- a/pom.xml
+++ b/pom.xml
@@ -424,8 +424,6 @@ under the License.
     <log4j.version>2.11.1</log4j.version>
     <disruptor.version>3.4.2</disruptor.version>
 
-    <commons-io.version>2.6</commons-io.version>
-    <commons-email.version>1.5</commons-email.version>
     <commons-jexl.version>3.1</commons-jexl.version>
     <commons-lang.version>3.8.1</commons-lang.version>
     <commons-text.version>1.6</commons-text.version>
@@ -1135,26 +1133,6 @@ under the License.
       </dependency>
       
       <dependency>
-        <groupId>commons-io</groupId>
-        <artifactId>commons-io</artifactId>
-        <version>${commons-io.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-email</artifactId>
-        <version>${commons-email.version}</version>
-        <exclusions>
-          <exclusion>
-            <groupId>com.sun.mail</groupId>
-            <artifactId>javax.mail</artifactId>
-          </exclusion>
-          <exclusion>
-            <groupId>javax.activation</groupId>
-            <artifactId>activation</artifactId>
-          </exclusion>
-        </exclusions>
-      </dependency>
-      <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-jexl3</artifactId>
         <version>${commons-jexl.version}</version>
@@ -1324,10 +1302,6 @@ under the License.
             <groupId>org.springframework</groupId>
             <artifactId>spring-beans</artifactId>
           </exclusion>
-          <exclusion>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-email</artifactId>
-          </exclusion>
         </exclusions>
       </dependency>
       <dependency>
@@ -2461,7 +2435,6 @@ under the License.
             <link>http://www.javadoc.io/doc/org.apache.camel/camel-spring/2.23.1/</link>
             <link>https://ci.apache.org/projects/wicket/apidocs/8.x/</link>
             <link>https://commons.apache.org/proper/commons-lang/javadocs/api-release/</link>
-            <link>https://commons.apache.org/proper/commons-io/javadocs/api-2.6/</link>
             <link>https://commons.apache.org/proper/commons-jexl/apidocs/</link>
             <link>https://tika.apache.org/1.20/api/</link>
             <link>https://docs.spring.io/spring-boot/docs/current/api/</link>