summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/distribution/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/distribution/pom.xml30
1 files changed, 28 insertions, 2 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/distribution/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/distribution/pom.xml
index e85611b07f..371e68324f 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/distribution/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/distribution/pom.xml
@@ -105,11 +105,37 @@
<!--don't put two servlet hosts in the classpath TUSCANY-1954 -->
<!--include tomcat here so it is shipped in modules/ but not -->
<!--in the all jar -->
- <!-- dependency>
+ <dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>tuscany-host-tomcat</artifactId>
<version>1.6.1-SNAPSHOT</version>
- </dependency -->
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>tuscany-binding-atom-js-dojo</artifactId>
+ <version>1.6.1-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>tuscany-binding-jsonrpc-js-dojo</artifactId>
+ <version>1.6.1-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>tuscany-implementation-widget-runtime-dojo</artifactId>
+ <version>1.6.1-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>tuscany-web-javascript-dojo</artifactId>
+ <version>1.6.1-SNAPSHOT</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.dojotoolkit</groupId>
+ <artifactId>dojo</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
<dependency>
<groupId>org.apache.tuscany.sdo</groupId>
<artifactId>tuscany-sdo-impl</artifactId>