You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by na...@apache.org on 2010/01/08 10:04:13 UTC

svn commit: r897137 - /tuscany/sandbox/travelsample/launchers/databinding/pom.xml

Author: nash
Date: Fri Jan  8 09:04:12 2010
New Revision: 897137

URL: http://svn.apache.org/viewvc?rev=897137&view=rev
Log:
Add Jetty to dependencies so that distribution jar can run

Modified:
    tuscany/sandbox/travelsample/launchers/databinding/pom.xml

Modified: tuscany/sandbox/travelsample/launchers/databinding/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sandbox/travelsample/launchers/databinding/pom.xml?rev=897137&r1=897136&r2=897137&view=diff
==============================================================================
--- tuscany/sandbox/travelsample/launchers/databinding/pom.xml (original)
+++ tuscany/sandbox/travelsample/launchers/databinding/pom.xml Fri Jan  8 09:04:12 2010
@@ -128,6 +128,13 @@
         </dependency>
 
         <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-host-jetty</artifactId>
+            <version>${tuscany.version}</version>
+            <scope>runtime</scope>
+        </dependency>        
+
+        <dependency>
             <groupId>org.apache.derby</groupId>
             <artifactId>derby</artifactId>
             <version>10.3.1.4</version>