You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by rb...@apache.org on 2013/07/01 14:35:55 UTC

[4/5] git commit: removed transitive dependency of hamcrest-core-1.1 through mockito-core

removed transitive dependency of hamcrest-core-1.1 through mockito-core


Project: http://git-wip-us.apache.org/repos/asf/mina/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina/commit/8884bafd
Tree: http://git-wip-us.apache.org/repos/asf/mina/tree/8884bafd
Diff: http://git-wip-us.apache.org/repos/asf/mina/diff/8884bafd

Branch: refs/heads/trunk
Commit: 8884bafd0d0e308fbeef0ca03af69e1cc8a208c4
Parents: 5a48e1a
Author: Raphaël P. Barazzutti <rb...@apache.org>
Authored: Sun Jun 30 22:09:20 2013 +0200
Committer: Raphaël P. Barazzutti <rb...@apache.org>
Committed: Sun Jun 30 22:09:20 2013 +0200

----------------------------------------------------------------------
 codec/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina/blob/8884bafd/codec/pom.xml
----------------------------------------------------------------------
diff --git a/codec/pom.xml b/codec/pom.xml
index 02af71e..596eb2c 100644
--- a/codec/pom.xml
+++ b/codec/pom.xml
@@ -46,6 +46,12 @@
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
       <scope>test</scope>
+      <exclusions>
+	    <exclusion>
+	      <artifactId>hamcrest-core</artifactId>
+	      <groupId>org.hamcrest</groupId>
+	    </exclusion>
+	  </exclusions>
     </dependency>
   </dependencies>