Author: lukaszlenart Date: Wed Jun 22 17:47:46 2011 New Revision: 1138566 URL: http://svn.apache.org/viewvc?rev=1138566&view=rev Log: WW-3653 - reverts to previous Ognl groupId / artifactId
Modified: struts/struts2/trunk/pom.xml Modified: struts/struts2/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=1138566&r1=1138565&r2=1138566&view=diff ============================================================================== --- struts/struts2/trunk/pom.xml (original) +++ struts/struts2/trunk/pom.xml Wed Jun 22 17:47:46 2011 @@ -390,9 +390,9 @@ </dependency> <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-ognl</artifactId> - <version>4.0-incubating-SNAPSHOT</version> + <groupId>ognl</groupId> + <artifactId>ognl</artifactId> + <version>${ognl.version}</version> </dependency> <dependency> <groupId>asm</groupId>