summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/contribution-jee-impl/pom.xml
diff options
context:
space:
mode:
authorvamsic007 <vamsic007@13f79535-47bb-0310-9956-ffa450edef68>2009-04-03 16:52:56 +0000
committervamsic007 <vamsic007@13f79535-47bb-0310-9956-ffa450edef68>2009-04-03 16:52:56 +0000
commitc325773ebd2d22bed049cbbcf9fa357184057ed9 (patch)
treea527a3fee198abacca164aa7c684c7997d88f030 /branches/sca-java-1.x/modules/contribution-jee-impl/pom.xml
parentc187078bc0e1fac273862bf11ba8a54b1928cb37 (diff)
TUSCANY-2935 Integration tests for Java EE contribution processing
o Adding more needed dependencies o Not enabling the module contribution-jee in itests since it will required OPENEJB-1005 be resolved for the tests to run successfully on Windows. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761729 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/modules/contribution-jee-impl/pom.xml')
-rw-r--r--branches/sca-java-1.x/modules/contribution-jee-impl/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-java-1.x/modules/contribution-jee-impl/pom.xml b/branches/sca-java-1.x/modules/contribution-jee-impl/pom.xml
index 5661b3ebfe..2a55908944 100644
--- a/branches/sca-java-1.x/modules/contribution-jee-impl/pom.xml
+++ b/branches/sca-java-1.x/modules/contribution-jee-impl/pom.xml
@@ -66,13 +66,13 @@
<dependency>
<groupId>org.apache.openejb</groupId>
<artifactId>openejb-core</artifactId>
- <version>3.0</version>
+ <version>3.0.1</version>
</dependency>
<dependency>
<groupId>org.apache.openejb</groupId>
<artifactId>openejb-jee</artifactId>
- <version>3.0</version>
+ <version>3.0.1</version>
</dependency>
<dependency>