Repository: james-project Updated Branches: refs/heads/master 343962800 -> 3b7cf2c8b
JAMES-2484 ical4j no longer needs this dependency, see https://github.com/ical4j/ical4j/issues/250 Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/3b7cf2c8 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/3b7cf2c8 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/3b7cf2c8 Branch: refs/heads/master Commit: 3b7cf2c8b5ab58b790accd15cb5fd80b0af8a37a Parents: 629de6f Author: Matthieu Baechler <matth...@apache.org> Authored: Thu Dec 13 18:03:51 2018 +0100 Committer: Raphael Ouazana <raphael.ouaz...@linagora.com> Committed: Fri Dec 14 09:25:24 2018 +0100 ---------------------------------------------------------------------- mailet/icalendar/pom.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/3b7cf2c8/mailet/icalendar/pom.xml ---------------------------------------------------------------------- diff --git a/mailet/icalendar/pom.xml b/mailet/icalendar/pom.xml index d7cbf01..9b7eab4 100644 --- a/mailet/icalendar/pom.xml +++ b/mailet/icalendar/pom.xml @@ -116,13 +116,7 @@ <dependency> <groupId>org.mnode.ical4j</groupId> <artifactId>ical4j</artifactId> - <version>3.0.1</version> - </dependency> - <dependency> - <groupId>javax.cache</groupId> - <artifactId>cache-api</artifactId> - <version>1.1.0</version> - <!-- JSR-107 JCache is used by ICAl4J version 3.0.0 --> + <version>3.0.3</version> </dependency> <dependency> <groupId>org.slf4j</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org