You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by je...@apache.org on 2013/01/28 23:30:13 UTC

git commit: Remove mockito from codec as it causes build failure and is not used

Updated Branches:
  refs/heads/trunk 220885fbe -> 090bb20a7


Remove mockito from codec as it causes build failure and is not used


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

Branch: refs/heads/trunk
Commit: 090bb20a795cef6c9ac645d4e45a1a1ddaee1207
Parents: 220885f
Author: Jeff MAURY <je...@apache.org>
Authored: Mon Jan 28 23:29:57 2013 +0100
Committer: Jeff MAURY <je...@apache.org>
Committed: Mon Jan 28 23:29:57 2013 +0100

----------------------------------------------------------------------
 codec/pom.xml |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina/blob/090bb20a/codec/pom.xml
----------------------------------------------------------------------
diff --git a/codec/pom.xml b/codec/pom.xml
index 2ed93ad..35a217a 100644
--- a/codec/pom.xml
+++ b/codec/pom.xml
@@ -38,12 +38,6 @@
 
   <dependencies>
     <dependency>
-      <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
       <groupId>org.apache.logging.log4j.adapters</groupId>
       <artifactId>slf4j-impl</artifactId>
       <scope>test</scope>