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 2007/03/17 12:55:56 UTC

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

Author: meerajk
Date: Sat Mar 17 04:55:56 2007
New Revision: 519298

URL: http://svn.apache.org/viewvc?view=rev&rev=519298
Log:
Added HTTP Jetty to the dependency.

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=519298&r1=519297&r2=519298
==============================================================================
--- incubator/tuscany/java/sca/runtime/standalone/server.start/pom.xml (original)
+++ incubator/tuscany/java/sca/runtime/standalone/server.start/pom.xml Sat Mar 17 04:55:56 2007
@@ -46,7 +46,12 @@
             <version>${project.version}</version>
             <scope>compile</scope>
         </dependency>
-
+        <dependency>
+            <groupId>org.apache.tuscany.sca.services</groupId>
+            <artifactId>http-jetty</artifactId>
+            <version>${project.version}</version>
+            <scope>compile</scope>
+        </dependency>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>



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