JAMES-2615 Update pom merged 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/00ace5d2 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/00ace5d2 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/00ace5d2 Branch: refs/heads/master Commit: 00ace5d20651473d32d79b3f1664808baa8244a1 Parents: ffded84 Author: datph <[email protected]> Authored: Thu Nov 29 16:47:33 2018 +0700 Committer: Benoit Tellier <[email protected]> Committed: Mon Dec 3 08:55:53 2018 +0700 ---------------------------------------------------------------------- server/data/data-ldap/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/00ace5d2/server/data/data-ldap/pom.xml ---------------------------------------------------------------------- diff --git a/server/data/data-ldap/pom.xml b/server/data/data-ldap/pom.xml index 4b72c98..31ae9c7 100644 --- a/server/data/data-ldap/pom.xml +++ b/server/data/data-ldap/pom.xml @@ -43,6 +43,11 @@ </dependency> <dependency> <groupId>${james.groupId}</groupId> + <artifactId>james-server-testing</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>${james.groupId}</groupId> <artifactId>james-server-util</artifactId> </dependency> <dependency> @@ -93,11 +98,6 @@ <artifactId>testcontainers</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.james</groupId> - <artifactId>james-server-testing</artifactId> - <scope>test</scope> - </dependency> </dependencies> <build> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
