Skip to content

Commit

Permalink
SAK-32119 Upgrade to ical4j 2.0 (sakaiproject#3791)
Browse files Browse the repository at this point in the history
Mainly just dependency updates, only one change to the actual code of an import.
  • Loading branch information
buckett authored and ottenhoff committed Jan 26, 2017
1 parent 44ef6a0 commit 87cffa1
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 27 deletions.
5 changes: 0 additions & 5 deletions calendar/calendar-impl/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,6 @@
<groupId>org.mnode.ical4j</groupId>
<artifactId>ical4j</artifactId>
</dependency>
<!-- ical4j is dependent on backport -->
<dependency>
<groupId>backport-util-concurrent</groupId>
<artifactId>backport-util-concurrent</artifactId>
</dependency>
<dependency>
<groupId>fop</groupId>
<artifactId>fop</artifactId>
Expand Down
6 changes: 1 addition & 5 deletions external-calendaring-service/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,7 @@
<groupId>org.mnode.ical4j</groupId>
<artifactId>ical4j</artifactId>
</dependency>
<dependency>
<groupId>backport-util-concurrent</groupId>
<artifactId>backport-util-concurrent</artifactId>
</dependency>


<!-- test dependencies -->
<dependency>
<groupId>org.springframework</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
import net.fortuna.ical4j.model.TimeZone;
import net.fortuna.ical4j.model.TimeZoneRegistry;
import net.fortuna.ical4j.model.TimeZoneRegistryFactory;
import net.fortuna.ical4j.model.ValidationException;
import net.fortuna.ical4j.model.component.VEvent;
import net.fortuna.ical4j.model.component.VTimeZone;
import net.fortuna.ical4j.model.parameter.Cn;
Expand All @@ -48,6 +47,7 @@
import net.fortuna.ical4j.model.parameter.Rsvp;
import net.fortuna.ical4j.model.property.*;

import net.fortuna.ical4j.validate.ValidationException;
import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.lang.StringUtils;
import org.sakaiproject.calendar.api.CalendarEvent;
Expand Down
3 changes: 1 addition & 2 deletions master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -716,10 +716,9 @@
<dependency>
<groupId>org.mnode.ical4j</groupId>
<artifactId>ical4j</artifactId>
<version>1.0.7</version>
<version>2.0.0</version>
<scope>provided</scope>
</dependency>
<!-- ical4j is dependent on backport -->
<dependency>
<groupId>backport-util-concurrent</groupId>
<artifactId>backport-util-concurrent</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions signup/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@
<groupId>org.mnode.ical4j</groupId>
<artifactId>ical4j</artifactId>
</dependency>
<dependency>
<groupId>backport-util-concurrent</groupId>
<artifactId>backport-util-concurrent</artifactId>
</dependency>
</dependencies>

<build>
Expand Down
5 changes: 0 additions & 5 deletions signup/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,6 @@
<groupId>org.mnode.ical4j</groupId>
<artifactId>ical4j</artifactId>
</dependency>
<!-- ical4j is dependent on backport -->
<dependency>
<groupId>backport-util-concurrent</groupId>
<artifactId>backport-util-concurrent</artifactId>
</dependency>
<!-- test dependencies -->
<dependency>
<groupId>org.mockito</groupId>
Expand Down
5 changes: 0 additions & 5 deletions signup/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,6 @@
<groupId>org.mnode.ical4j</groupId>
<artifactId>ical4j</artifactId>
</dependency>
<!-- ical4j is dependent on backport -->
<dependency>
<groupId>backport-util-concurrent</groupId>
<artifactId>backport-util-concurrent</artifactId>
</dependency>
<!-- test dependencies -->
<dependency>
<groupId>org.mockito</groupId>
Expand Down

0 comments on commit 87cffa1

Please sign in to comment.