Repository: james-project
Updated Branches:
  refs/heads/master 7c7fb76db -> 2e4005bc2


MAILET-150 ICalendarParser move ical4j to parent module


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/c6edcbca
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/c6edcbca
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/c6edcbca

Branch: refs/heads/master
Commit: c6edcbca676abd9125fef3ed1f95f7ab72d55a75
Parents: 7c7fb76
Author: Quynh Nguyen <qngu...@linagora.com>
Authored: Fri Jan 13 17:40:59 2017 +0700
Committer: Antoine Duprat <adup...@linagora.com>
Committed: Wed Jan 18 15:46:18 2017 +0100

----------------------------------------------------------------------
 mailet/icalendar/pom.xml | 1 -
 mailet/pom.xml           | 7 +++++++
 2 files changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/c6edcbca/mailet/icalendar/pom.xml
----------------------------------------------------------------------
diff --git a/mailet/icalendar/pom.xml b/mailet/icalendar/pom.xml
index c66123e..f63a699 100644
--- a/mailet/icalendar/pom.xml
+++ b/mailet/icalendar/pom.xml
@@ -218,7 +218,6 @@
                 <dependency>
                     <groupId>org.mnode.ical4j</groupId>
                     <artifactId>ical4j</artifactId>
-                    <version>1.0.2</version>
                 </dependency>
                 <dependency>
                     <groupId>org.slf4j</groupId>

http://git-wip-us.apache.org/repos/asf/james-project/blob/c6edcbca/mailet/pom.xml
----------------------------------------------------------------------
diff --git a/mailet/pom.xml b/mailet/pom.xml
index fa203b2..b5d7cb6 100644
--- a/mailet/pom.xml
+++ b/mailet/pom.xml
@@ -61,6 +61,8 @@
         <slf4j.version>1.7.7</slf4j.version>
         <jackson-data.version>2.6.3</jackson-data.version>
         <guavate.version>1.0.0</guavate.version>
+        <ical4j.version>1.0.2</ical4j.version>
+        <assertj-3.version>3.3.0</assertj-3.version>
     </properties>
 
 
@@ -148,6 +150,11 @@
                 <version>${maven-reporting-api.version}</version>
             </dependency>
             <dependency>
+                <groupId>org.mnode.ical4j</groupId>
+                <artifactId>ical4j</artifactId>
+                <version>${ical4j.version}</version>
+            </dependency>
+            <dependency>
                 <groupId>commons-collections</groupId>
                 <artifactId>commons-collections</artifactId>
                 <version>${commons-collections.version}</version>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to