[jboss-svn-commits] JBL Code SVN: r9550 - labs/jbossrules/trunk.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Feb 16 02:34:02 EST 2007


Author: michael.neale at jboss.com
Date: 2007-02-16 02:34:02 -0500 (Fri, 16 Feb 2007)
New Revision: 9550

Modified:
   labs/jbossrules/trunk/pom.xml
Log:
added fileupload which is needed by the repo :(

Modified: labs/jbossrules/trunk/pom.xml
===================================================================
--- labs/jbossrules/trunk/pom.xml	2007-02-16 07:24:59 UTC (rev 9549)
+++ labs/jbossrules/trunk/pom.xml	2007-02-16 07:34:02 UTC (rev 9550)
@@ -602,6 +602,11 @@
         <groupId>google</groupId>
         <artifactId>gwt-servlet</artifactId>
         <version>1.2.11</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-fileupload</groupId>
+        <artifactId>commons-fileupload</artifactId>
+        <version>1.1.1</version>
       </dependency>
 
       <!--




More information about the jboss-svn-commits mailing list