This is an automated email from the ASF dual-hosted git repository.
jgallimore pushed a commit to branch tomee-7.0.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-7.0.x by this push:
new 64c4d89 Update to ASM7
64c4d89 is described below
commit 64c4d8994564fae77bce42f0f4f19c75d97789b8
Author: Jonathan Gallimore <[email protected]>
AuthorDate: Sun Jun 2 21:50:33 2019 +0100
Update to ASM7
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1d662ec..7520acd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1297,7 +1297,7 @@
</dependency>
<dependency>
<groupId>org.apache.xbean</groupId>
- <artifactId>xbean-asm6-shaded</artifactId>
+ <artifactId>xbean-asm7-shaded</artifactId>
<version>${xbeanVersion}</version>
</dependency>
<dependency>