Repository: tomee
Updated Branches:
  refs/heads/tomee-1.7.x 9fcbdf922 -> adc30c818


TOMEE-1610 fixing asm5 OSGi version


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/adc30c81
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/adc30c81
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/adc30c81

Branch: refs/heads/tomee-1.7.x
Commit: adc30c818c3351b5673a0fdd86069e70404230f4
Parents: 9fcbdf9
Author: Romain Manni-Bucau <rmannibu...@apache.org>
Authored: Wed Jul 8 03:51:27 2015 +0200
Committer: Romain Manni-Bucau <rmannibu...@apache.org>
Committed: Wed Jul 8 03:51:27 2015 +0200

----------------------------------------------------------------------
 container/openejb-core/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/adc30c81/container/openejb-core/pom.xml
----------------------------------------------------------------------
diff --git a/container/openejb-core/pom.xml b/container/openejb-core/pom.xml
index 6d766ec..805b509 100644
--- a/container/openejb-core/pom.xml
+++ b/container/openejb-core/pom.xml
@@ -192,8 +192,8 @@
       org.apache.webbeans.util;version="[1.1,2)",
       org.apache.webbeans.web.context;version="[1.1,2)",
       org.apache.webbeans.xml;version="[1.1,2)",
-      org.apache.xbean.asm5;version="[3.1,4)",
-      org.apache.xbean.asm5.commons;version="[3.1,4)",
+      org.apache.xbean.asm5;version="[3.1,5)",
+      org.apache.xbean.asm5.commons;version="[3.1,5)",
       org.apache.xbean.finder;version="[3.8,4)",
       org.apache.xbean.finder.archive;version="[3.8,4)",
       org.apache.xbean.finder.filter;version="[3.8,4)",

Reply via email to