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/ab618cd5 Tree: http://git-wip-us.apache.org/repos/asf/mina/tree/ab618cd5 Diff: http://git-wip-us.apache.org/repos/asf/mina/diff/ab618cd5 Branch: refs/heads/2.0 Commit: ab618cd52920640ae75d718195c95d6221a18d98 Parents: 9f9af07 Author: Emmanuel Lécharny <[email protected]> Authored: Fri Mar 15 15:59:32 2013 +0100 Committer: Jeff MAURY <[email protected]> Committed: Wed Nov 27 13:23:04 2013 +0100 ---------------------------------------------------------------------- mina-integration-ognl/pom.xml | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina/blob/ab618cd5/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>
