diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-04-04 07:27:35 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-04-04 07:27:35 +0000 |
commit | 072e21cd89332043ae82be1e6592a719f5a60b3a (patch) | |
tree | e225214c05fb748682d6fae091a4dfbe55d1b3ac /branches/sca-java-1.x/modules/host-openejb | |
parent | 369f0c170e4800d6c0de321c10553c73358037f9 (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 'branches/sca-java-1.x/modules/host-openejb')
-rw-r--r-- | branches/sca-java-1.x/modules/host-openejb/pom.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/branches/sca-java-1.x/modules/host-openejb/pom.xml b/branches/sca-java-1.x/modules/host-openejb/pom.xml index 00ba5326e2..ec185503fa 100644 --- a/branches/sca-java-1.x/modules/host-openejb/pom.xml +++ b/branches/sca-java-1.x/modules/host-openejb/pom.xml @@ -7,15 +7,15 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations - * under the License. + * under the License. --> <project> <modelVersion>4.0.0</modelVersion> @@ -34,11 +34,11 @@ <artifactId>tuscany-host-ejb</artifactId> <version>1.5-SNAPSHOT</version> </dependency> - + <dependency> <groupId>org.apache.geronimo.modules</groupId> <artifactId>geronimo-openejb</artifactId> - <version>2.1.1</version> + <version>2.1.4</version> <exclusions> <exclusion> <groupId>org.apache.geronimo.modules</groupId> @@ -66,13 +66,13 @@ </exclusion> </exclusions> </dependency> - + <dependency> <groupId>backport-util-concurrent</groupId> <artifactId>backport-util-concurrent</artifactId> <version>3.1</version> </dependency> - + <dependency> <groupId>asm</groupId> <artifactId>asm-all</artifactId> |