WW-3653 - reverts to previous Ognl groupId / artifactId

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1138566 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Lukasz Lenart
2011-06-22 17:47:46 +00:00
parent 294d91b989
commit ea2c03bd71
+3 -3
View File
@@ -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>