diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-10 08:12:29 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-10 08:12:29 +0000 |
commit | e2e1ca43ef3c934392a9d384f3e29ffc0a506246 (patch) | |
tree | c761e5a0f7b802ab268186ce2bd747a1266f6a84 /java/sca/modules/policy-security | |
parent | 2cf279fa31d28865471014c30be5edb073616c9f (diff) |
Redo the contribution modules merge started in r772861 but this time including svn history. As everyone seems happy with this approach now instead of doing it in a new module its just done directly in the existing contribution module. This is the start of what was described on the ML as'contribution (or core-contribution or contribution-runtime) for all the spi/infrastructure type of stuff', right now it has everything so its all in one place to make things obvious and the other contribution-* modules can be be created by moving bits out of here.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773311 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/policy-security')
-rw-r--r-- | java/sca/modules/policy-security/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/java/sca/modules/policy-security/pom.xml b/java/sca/modules/policy-security/pom.xml index f9037997dd..5dbc7ee7b7 100644 --- a/java/sca/modules/policy-security/pom.xml +++ b/java/sca/modules/policy-security/pom.xml @@ -40,6 +40,13 @@ <artifactId>tuscany-assembly-xml</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-core-spi</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
</dependencies>
</project>
|