JAMES-2521 Refine james-core dependencies
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/85cd5e66 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/85cd5e66 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/85cd5e66 Branch: refs/heads/master Commit: 85cd5e662a923fb34bfb072b2114045749514b6b Parents: a7544f1 Author: Benoit Tellier <[email protected]> Authored: Wed Aug 15 10:56:58 2018 +0700 Committer: Benoit Tellier <[email protected]> Committed: Wed Aug 29 10:12:44 2018 +0700 ---------------------------------------------------------------------- core/pom.xml | 17 +++++++++++++++-- mailet/icalendar/pom.xml | 4 ++++ server/container/jetty/pom.xml | 4 ++++ 3 files changed, 23 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/85cd5e66/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index ba3bce5..ffda134 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -33,12 +33,21 @@ <dependencies> <dependency> <groupId>${james.groupId}</groupId> - <artifactId>javax-mail-extension</artifactId> + <artifactId>james-server-util</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>${james.groupId}</groupId> - <artifactId>james-server-util</artifactId> + <artifactId>javax-mail-extension</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>com.github.fge</groupId> + <artifactId>throwing-lambdas</artifactId> + </dependency> + <dependency> + <groupId>com.github.steveash.guavate</groupId> + <artifactId>guavate</artifactId> </dependency> <dependency> <groupId>com.google.guava</groupId> @@ -49,6 +58,10 @@ <artifactId>javax.mail</artifactId> </dependency> <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + </dependency> + <dependency> <groupId>nl.jqno.equalsverifier</groupId> <artifactId>equalsverifier</artifactId> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/james-project/blob/85cd5e66/mailet/icalendar/pom.xml ---------------------------------------------------------------------- diff --git a/mailet/icalendar/pom.xml b/mailet/icalendar/pom.xml index 40dd824..78cddde 100644 --- a/mailet/icalendar/pom.xml +++ b/mailet/icalendar/pom.xml @@ -41,6 +41,10 @@ </dependency> <dependency> <groupId>${james.groupId}</groupId> + <artifactId>james-server-util</artifactId> + </dependency> + <dependency> + <groupId>${james.groupId}</groupId> <artifactId>javax-mail-extension</artifactId> <type>test-jar</type> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/james-project/blob/85cd5e66/server/container/jetty/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/jetty/pom.xml b/server/container/jetty/pom.xml index 6431658..2b66a9a 100644 --- a/server/container/jetty/pom.xml +++ b/server/container/jetty/pom.xml @@ -38,6 +38,10 @@ <artifactId>james-core</artifactId> </dependency> <dependency> + <groupId>${james.groupId}</groupId> + <artifactId>james-server-util</artifactId> + </dependency> + <dependency> <groupId>com.github.fge</groupId> <artifactId>throwing-lambdas</artifactId> </dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
