summaryrefslogtreecommitdiffstats
path: root/branches
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-09-17 17:55:55 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-09-17 17:55:55 +0000
commit02b539671481532412ea0b71ba760a220fb5d3e5 (patch)
treef8ffa74d2f8d863cd0137b23fe5a4b3d7a80fd15 /branches
parent162c9898f899bff727adeb31ec9779f7e6d26365 (diff)
TUSCANY-3165 - revert to Simon's approach of skipping the JEE test for the time being
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@816306 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r--branches/sca-java-1.5.1/itest/pom.xml2
-rw-r--r--branches/sca-java-1.5.1/modules/contribution-jee-impl/pom.xml16
2 files changed, 18 insertions, 0 deletions
diff --git a/branches/sca-java-1.5.1/itest/pom.xml b/branches/sca-java-1.5.1/itest/pom.xml
index a4363b8fc0..2c3766abe1 100644
--- a/branches/sca-java-1.5.1/itest/pom.xml
+++ b/branches/sca-java-1.5.1/itest/pom.xml
@@ -79,7 +79,9 @@
<!--
<module>contribution-classloader</module>
-->
+ <!-- TUSCANY-3165 - waiting for OpenEJB 3.0.2 release
<module>contribution-jee</module>
+ -->
<module>contribution-jee-samples</module>
<module>conversations</module>
<module>corba</module>
diff --git a/branches/sca-java-1.5.1/modules/contribution-jee-impl/pom.xml b/branches/sca-java-1.5.1/modules/contribution-jee-impl/pom.xml
index 8c995e5f2d..ef31ab481e 100644
--- a/branches/sca-java-1.5.1/modules/contribution-jee-impl/pom.xml
+++ b/branches/sca-java-1.5.1/modules/contribution-jee-impl/pom.xml
@@ -63,6 +63,9 @@
<version>1.5.1-SNAPSHOT</version>
</dependency>
+ <!-- TUSCANY-3165 Waiting for 3.0.2 to be released so
+ reverting to 3.0.1 for now. JEE itest will no work on
+ windows due to this
<dependency>
<groupId>org.apache.openejb</groupId>
<artifactId>openejb-core</artifactId>
@@ -74,6 +77,19 @@
<artifactId>openejb-jee</artifactId>
<version>3.0.2-SNAPSHOT</version>
</dependency>
+ -->
+
+ <dependency>
+ <groupId>org.apache.openejb</groupId>
+ <artifactId>openejb-core</artifactId>
+ <version>3.0.1</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.openejb</groupId>
+ <artifactId>openejb-jee</artifactId>
+ <version>3.0.1</version>
+ </dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>