JAMES-1888 missing jar for runtime while playing contract tests
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/3c8cec1d Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/3c8cec1d Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/3c8cec1d Branch: refs/heads/master Commit: 3c8cec1dec609f8ceab9c62c24bd9322da590e5a Parents: b6feaa0 Author: Benoit Tellier <[email protected]> Authored: Mon Feb 13 18:52:27 2017 +0700 Committer: Benoit Tellier <[email protected]> Committed: Tue Feb 14 07:28:04 2017 +0700 ---------------------------------------------------------------------- mailbox/cassandra/pom.xml | 5 +++++ mailbox/jpa/pom.xml | 5 +++++ 2 files changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/3c8cec1d/mailbox/cassandra/pom.xml ---------------------------------------------------------------------- diff --git a/mailbox/cassandra/pom.xml b/mailbox/cassandra/pom.xml index 2622c77..862fb98 100644 --- a/mailbox/cassandra/pom.xml +++ b/mailbox/cassandra/pom.xml @@ -218,6 +218,11 @@ <type>test-jar</type> </dependency> <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>james-server-util</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/3c8cec1d/mailbox/jpa/pom.xml ---------------------------------------------------------------------- diff --git a/mailbox/jpa/pom.xml b/mailbox/jpa/pom.xml index 906d820..6630dc5 100644 --- a/mailbox/jpa/pom.xml +++ b/mailbox/jpa/pom.xml @@ -76,6 +76,11 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.apache.james</groupId> + <artifactId>james-server-util</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <version>${assertj-1.version}</version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
