Author: lukaszlenart Date: Thu Nov 26 08:01:33 2009 New Revision: 884452 URL: http://svn.apache.org/viewvc?rev=884452&view=rev Log: Removed javassist exclusion from ognl
Modified: struts/struts2/trunk/core/pom.xml Modified: struts/struts2/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?rev=884452&r1=884451&r2=884452&view=diff ============================================================================== --- struts/struts2/trunk/core/pom.xml (original) +++ struts/struts2/trunk/core/pom.xml Thu Nov 26 08:01:33 2009 @@ -261,12 +261,6 @@ <groupId>ognl</groupId> <artifactId>ognl</artifactId> <version>2.7.3</version> - <exclusions> - <exclusion> - <groupId>jboss</groupId> - <artifactId>javassist</artifactId> - </exclusion> - </exclusions> </dependency> <!-- Velocity -->