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
This commit is contained in:
parent
162c9898f8
commit
02b5396714
2 changed files with 18 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue