Repository: james-project
Updated Branches:
  refs/heads/master f89a2abd2 -> 4e92aefcc


JAMES-1704 junit, assertj and hamcrest are needed to play Memory Guice 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/f1f50560
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/f1f50560
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/f1f50560

Branch: refs/heads/master
Commit: f1f505608e658eaf82881b986830a91c21d2345e
Parents: f89a2ab
Author: Benoit Tellier <btell...@linagora.com>
Authored: Thu Mar 24 11:41:43 2016 +0700
Committer: Benoit Tellier <btell...@linagora.com>
Committed: Thu Mar 24 11:42:18 2016 +0700

----------------------------------------------------------------------
 .../memory-jmap-integration-testing/pom.xml         | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/f1f50560/server/protocols/jmap-integration-testing/memory-jmap-integration-testing/pom.xml
----------------------------------------------------------------------
diff --git 
a/server/protocols/jmap-integration-testing/memory-jmap-integration-testing/pom.xml
 
b/server/protocols/jmap-integration-testing/memory-jmap-integration-testing/pom.xml
index e6d15cc..6404f9c 100644
--- 
a/server/protocols/jmap-integration-testing/memory-jmap-integration-testing/pom.xml
+++ 
b/server/protocols/jmap-integration-testing/memory-jmap-integration-testing/pom.xml
@@ -170,6 +170,22 @@
                     <artifactId>rest-assured</artifactId>
                     <scope>test</scope>
                 </dependency>
+                <dependency>
+                    <groupId>junit</groupId>
+                    <artifactId>junit</artifactId>
+                    <scope>test</scope>
+                </dependency>
+                <dependency>
+                    <groupId>org.assertj</groupId>
+                    <artifactId>assertj-core</artifactId>
+                    <version>${assertj-3.version}</version>
+                    <scope>test</scope>
+                </dependency>
+                <dependency>
+                    <groupId>org.hamcrest</groupId>
+                    <artifactId>java-hamcrest</artifactId>
+                    <scope>test</scope>
+                </dependency>
             </dependencies>
             <build>
                 <plugins>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to