Do we really need to add this to the system classpath?
--
Jeremy

On Dec 27, 2006, at 4:49 PM, [EMAIL PROTECTED] wrote:

Author: meerajk
Date: Wed Dec 27 16:49:54 2006
New Revision: 490620

URL: http://svn.apache.org/viewvc?view=rev&rev=490620
Log:
Added commons-io dep.

Modified:
    incubator/tuscany/java/sca/runtime/standalone/server.start/pom.xml

Modified: incubator/tuscany/java/sca/runtime/standalone/ server.start/pom.xml URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/ runtime/standalone/server.start/pom.xml? view=diff&rev=490620&r1=490619&r2=490620 ====================================================================== ======== --- incubator/tuscany/java/sca/runtime/standalone/server.start/ pom.xml (original) +++ incubator/tuscany/java/sca/runtime/standalone/server.start/ pom.xml Wed Dec 27 16:49:54 2006
@@ -47,6 +47,11 @@
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
         </dependency>
+        <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+            <version>1.2</version>
+        </dependency>
     </dependencies>

     <build>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to