summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/binding-ejb-runtime/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-04-04 07:27:35 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-04-04 07:27:35 +0000
commit072e21cd89332043ae82be1e6592a719f5a60b3a (patch)
treee225214c05fb748682d6fae091a4dfbe55d1b3ac /branches/sca-java-1.x/modules/binding-ejb-runtime/pom.xml
parent369f0c170e4800d6c0de321c10553c73358037f9 (diff)
Make the openejb version consistent and fix the NPE & UnsupportedModuleType
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761874 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.x/modules/binding-ejb-runtime/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/branches/sca-java-1.x/modules/binding-ejb-runtime/pom.xml b/branches/sca-java-1.x/modules/binding-ejb-runtime/pom.xml
index 07911b3d4b..60bd30e713 100644
--- a/branches/sca-java-1.x/modules/binding-ejb-runtime/pom.xml
+++ b/branches/sca-java-1.x/modules/binding-ejb-runtime/pom.xml
@@ -49,7 +49,7 @@
<version>2.2</version>
<scope>compile</scope>
</dependency>
-
+
<dependency>
<groupId>backport-util-concurrent</groupId>
<artifactId>backport-util-concurrent</artifactId>
@@ -87,7 +87,7 @@
<dependency>
<groupId>org.apache.geronimo.modules</groupId>
<artifactId>geronimo-openejb</artifactId>
- <version>2.0.2</version>
+ <version>2.1.4</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -136,7 +136,7 @@
</exclusion>
</exclusions>
</dependency>
-
+
<dependency>
<groupId>asm</groupId>
<artifactId>asm-all</artifactId>
@@ -154,7 +154,7 @@
<artifactId>geronimo-jms_1.1_spec</artifactId>
</exclusion>
</exclusions>
- </dependency>
+ </dependency>
</dependencies>