JAMES-2521 Remove duplicated dependency
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/fb6139d1 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/fb6139d1 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/fb6139d1 Branch: refs/heads/master Commit: fb6139d1f7c417ae865879ad46a693d626f26138 Parents: 151e120 Author: Benoit Tellier <[email protected]> Authored: Wed Aug 15 11:19:09 2018 +0700 Committer: Benoit Tellier <[email protected]> Committed: Wed Aug 29 10:12:44 2018 +0700 ---------------------------------------------------------------------- server/mailet/mailetcontainer-camel/pom.xml | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/fb6139d1/server/mailet/mailetcontainer-camel/pom.xml ---------------------------------------------------------------------- diff --git a/server/mailet/mailetcontainer-camel/pom.xml b/server/mailet/mailetcontainer-camel/pom.xml index dd66701..1f6963b 100644 --- a/server/mailet/mailetcontainer-camel/pom.xml +++ b/server/mailet/mailetcontainer-camel/pom.xml @@ -98,10 +98,6 @@ </dependency> <dependency> <groupId>${james.groupId}</groupId> - <artifactId>james-server-util</artifactId> - </dependency> - <dependency> - <groupId>${james.groupId}</groupId> <artifactId>metrics-api</artifactId> </dependency> <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
