summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/shades/bpel
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-10-14 09:34:47 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-10-14 09:34:47 +0000
commitdcc69e02cd85b02d02aceab998c047a6019bfb43 (patch)
treeb689523d88e8cfa20eefe4d64d8dc3d74a0a8066 /sca-java-2.x/trunk/shades/bpel
parent775ae0d8549e59b7f625a91a82cc6b88119cce77 (diff)
Start to get rid of shades and replace with the aggregate jars. This moves the shades/base and base-nodep out of shades and into distribution/aggregates and updates to use those. The remaining ones in shades i think can probably just be deleted but i'll do that in separate steps.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022443 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/shades/bpel')
-rw-r--r--sca-java-2.x/trunk/shades/bpel/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/shades/bpel/pom.xml b/sca-java-2.x/trunk/shades/bpel/pom.xml
index baa096015d..4fbfac8dfa 100644
--- a/sca-java-2.x/trunk/shades/bpel/pom.xml
+++ b/sca-java-2.x/trunk/shades/bpel/pom.xml
@@ -93,8 +93,8 @@
</dependency>
<dependency>
- <groupId>org.apache.tuscany.sca.shades</groupId>
- <artifactId>tuscany-base</artifactId>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-base-runtime</artifactId>
<version>${pom.version}</version>
<scope>provided</scope>
</dependency>