You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by me...@apache.org on 2006/12/28 01:49:54 UTC

svn commit: r490620 - /incubator/tuscany/java/sca/runtime/standalone/server.start/pom.xml

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: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org


Re: svn commit: r490620 - /incubator/tuscany/java/sca/runtime/standalone/server.start/pom.xml

Posted by Jeremy Boynes <jb...@apache.org>.
Do we really need to add this to the system classpath?
--
Jeremy

On Dec 27, 2006, at 4:49 PM, meerajk@apache.org 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: tuscany-commits-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-commits-help@ws.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org