summaryrefslogtreecommitdiffstats
path: root/java/sca/distribution/all/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-02 16:15:37 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-02 16:15:37 +0000
commit6c6ad2fbdd72a4aabc4025339a3d6aa090668444 (patch)
treea19b0baac920fb973f8f1d00304f4dc6e80ced13 /java/sca/distribution/all/pom.xml
parent371719aff07b3a1d4f1f72a662c6c34bbd41099e (diff)
Add the archetypes to the reactor build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@749343 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/distribution/all/pom.xml')
-rw-r--r--java/sca/distribution/all/pom.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/java/sca/distribution/all/pom.xml b/java/sca/distribution/all/pom.xml
index e51dbcdeb9..bf1349b357 100644
--- a/java/sca/distribution/all/pom.xml
+++ b/java/sca/distribution/all/pom.xml
@@ -37,6 +37,26 @@
<type>pom</type>
<version>2.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-implementation-bpel</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-implementation-bpel-ode</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-stripes</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-myfaces</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
</dependencies>
<build>