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 <[email protected]>
Authored: Sun Jun 30 22:09:20 2013 +0200
Committer: Raphaël P. Barazzutti <[email protected]>
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>
 

Reply via email to