Author: grobmeier Date: Tue Sep 3 21:15:08 2013 New Revision: 1519850 URL: http://svn.apache.org/r1519850 Log: removed ognl 3 dependency for testing
Modified: commons/proper/ognl/trunk/pom.xml Modified: commons/proper/ognl/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/pom.xml?rev=1519850&r1=1519849&r2=1519850&view=diff ============================================================================== --- commons/proper/ognl/trunk/pom.xml (original) +++ commons/proper/ognl/trunk/pom.xml Tue Sep 3 21:15:08 2013 @@ -437,12 +437,6 @@ limitations under the License. <dependencies> <dependency> - <groupId>ognl</groupId> - <artifactId>ognl</artifactId> - <version>3.0.2</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.6.1</version>