summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-03-19 16:19:27 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-03-19 16:19:27 +0000
commit9241bd233312d3cc791c4d251c1519b9558e5903 (patch)
treef2cb8871cc98217035242e0a6bb277f1c2d47bdf /java
parent1250f11f4c599ded68d9dd3e4a709e66387e14e0 (diff)
Add a rfc119 profile to include related modules
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756076 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r--java/sca/features/ejava/pom.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/java/sca/features/ejava/pom.xml b/java/sca/features/ejava/pom.xml
index c7776601d7..16963c0fca 100644
--- a/java/sca/features/ejava/pom.xml
+++ b/java/sca/features/ejava/pom.xml
@@ -87,6 +87,7 @@
</dependency>
-->
+
<!-- Policies -->
<!--
<dependency>
@@ -97,4 +98,29 @@
-->
</dependencies>
+ <profiles>
+ <profile>
+ <id>rfc119</id>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-implementation-osgi-runtime</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-contribution-osgi</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-node-impl-osgi</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+ </profile>
+ </profiles>
+
</project>