Update ASM to 7.0 and CGLIB to 3.2.9 (for better Java 11 support)

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

Branch: refs/heads/WICKET-6563
Commit: d1239aadd26325a0aa785268c060bed74cf4033c
Parents: 47170ff
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Authored: Mon Oct 29 10:07:04 2018 +0200
Committer: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Committed: Mon Oct 29 10:08:02 2018 +0200

----------------------------------------------------------------------
 pom.xml | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/d1239aad/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b4c79f8..8be1af8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
                <maven.compiler.target>11</maven.compiler.target>
 
                <!-- Project Versions -->
-               <cglib.version>3.2.8</cglib.version>
+               <cglib.version>3.2.9</cglib.version>
                <jacoco.version>0.8.2</jacoco.version>
                <jetty.version>9.4.12.v20180830</jetty.version>
                <junit.version>5.3.1</junit.version>
@@ -188,13 +188,6 @@
                                <groupId>cglib</groupId>
                                <artifactId>cglib</artifactId>
                                <version>${cglib.version}</version>
-                               <exclusions>
-                                       <!-- excluded due to conflict with asm 
5 in wicket-ioc -->
-                                       <exclusion>
-                                               <groupId>org.ow2.asm</groupId>
-                                               <artifactId>asm</artifactId>
-                                       </exclusion>
-                               </exclusions>
                        </dependency>
                        <dependency>
                                <groupId>com.fasterxml.jackson.core</groupId>
@@ -433,7 +426,7 @@
                        <dependency>
                                <groupId>org.ow2.asm</groupId>
                                <artifactId>asm-util</artifactId>
-                               <version>6.2</version>
+                               <version>7.0</version>
                        </dependency>
                        <dependency>
                                <groupId>org.slf4j</groupId>

Reply via email to