Title: [waffle-scm] [111] trunk/examples/simple-example/pom.xml: adding ognl as a dependecy: DateTypeConverterTest has a test that throws OgnlException, and was not compiling
Revision
111
Author
paulosilveira
Date
2007-05-30 22:58:38 -0500 (Wed, 30 May 2007)

Log Message

adding ognl as a dependecy: DateTypeConverterTest has a test that throws OgnlException, and was not compiling

Modified Paths

Diff

Modified: trunk/examples/simple-example/pom.xml (110 => 111)

--- trunk/examples/simple-example/pom.xml	2007-05-30 08:09:09 UTC (rev 110)
+++ trunk/examples/simple-example/pom.xml	2007-05-31 03:58:38 UTC (rev 111)
@@ -27,6 +27,10 @@
       <scope>runtime</scope>
     </dependency>
     <dependency>
+      <groupId>ognl</groupId>
+      <artifactId>ognl</artifactId>
+    </dependency>
+    <dependency>
       <groupId>taglibs</groupId>
       <artifactId>standard</artifactId>
       <scope>runtime</scope>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to