diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-19 16:19:27 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-19 16:19:27 +0000 |
commit | 9241bd233312d3cc791c4d251c1519b9558e5903 (patch) | |
tree | f2cb8871cc98217035242e0a6bb277f1c2d47bdf /java/sca/features/ejava | |
parent | 1250f11f4c599ded68d9dd3e4a709e66387e14e0 (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/sca/features/ejava')
-rw-r--r-- | java/sca/features/ejava/pom.xml | 26 |
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>
|