diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-08 09:04:12 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-08 09:04:12 +0000 |
commit | be541ac147adc0c438f145d7a4b2912190c8f91b (patch) | |
tree | cf098bd05edc324d85ba075e80227cd8dee49204 /sandbox/travelsample | |
parent | f3735dc15dabdd56bf813422137d05cc6b8b882f (diff) |
Add Jetty to dependencies so that distribution jar can run
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897137 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample')
-rw-r--r-- | sandbox/travelsample/launchers/databinding/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sandbox/travelsample/launchers/databinding/pom.xml b/sandbox/travelsample/launchers/databinding/pom.xml index dd61dc4374..517b3e23c3 100644 --- a/sandbox/travelsample/launchers/databinding/pom.xml +++ b/sandbox/travelsample/launchers/databinding/pom.xml @@ -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> |