You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2013/03/15 16:02:04 UTC

[1/2] git commit: Removed the reference to javassist, it's already pulled by the ognl lib. Fix for DIRMINA-938

Removed the reference to javassist, it's already pulled by the ognl lib. Fix for DIRMINA-938


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

Branch: refs/heads/2.0
Commit: 38320573a53a3d255bde142c5ff2b98a6bead651
Parents: 0627d25
Author: Emmanuel Lécharny <el...@apache.org>
Authored: Fri Mar 15 15:59:32 2013 +0100
Committer: Emmanuel Lécharny <el...@apache.org>
Committed: Fri Mar 15 15:59:32 2013 +0100

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


http://git-wip-us.apache.org/repos/asf/mina/blob/38320573/mina-integration-ognl/pom.xml
----------------------------------------------------------------------
diff --git a/mina-integration-ognl/pom.xml b/mina-integration-ognl/pom.xml
index 5bb4e7a..ac3b4b8 100644
--- a/mina-integration-ognl/pom.xml
+++ b/mina-integration-ognl/pom.xml
@@ -55,11 +55,5 @@
       <groupId>ognl</groupId>
       <artifactId>ognl</artifactId>
     </dependency>
-
-    <dependency>
-      <groupId>jboss</groupId>
-      <artifactId>javassist</artifactId>
-      <scope>runtime</scope>
-    </dependency>
   </dependencies>
 </project>