summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/implementation-jee/pom.xml
diff options
context:
space:
mode:
authorvamsic007 <vamsic007@13f79535-47bb-0310-9956-ffa450edef68>2009-03-19 19:34:49 +0000
committervamsic007 <vamsic007@13f79535-47bb-0310-9956-ffa450edef68>2009-03-19 19:34:49 +0000
commit33a374fb68af272fb1b130ed8e68538141028cef (patch)
treeae7fb86e0981a058bfb2fda9dab6459d3066ce2d /branches/sca-java-1.x/modules/implementation-jee/pom.xml
parentf13e6c2f949e741093fbb0136b698922053be4cf (diff)
Use the JavaEE extensions to compute SCA services, SCA references and SCA properties from EJB3 business interfaces, Remote EJB3 references and EnvEntries.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756150 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.x/modules/implementation-jee/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/modules/implementation-jee/pom.xml b/branches/sca-java-1.x/modules/implementation-jee/pom.xml
index ebe1daa169..e35c93dfd0 100644
--- a/branches/sca-java-1.x/modules/implementation-jee/pom.xml
+++ b/branches/sca-java-1.x/modules/implementation-jee/pom.xml
@@ -48,6 +48,12 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-contribution-jee</artifactId>
+ <version>1.5-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
<version>1.5-SNAPSHOT</version>
<scope>test</scope>