Upgrade reflectasm to 1.11.9 51/105051/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 27 Mar 2023 11:58:44 +0000 (13:58 +0200)
committerRobert Varga <nite@hq.sk>
Mon, 27 Mar 2023 12:08:48 +0000 (12:08 +0000)
https://github.com/EsotericSoftware/reflectasm/issues/68, removing the
need to override ASM version.

Change-Id: I489f75a63f9649518493291fe0f36362d4011242
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
opendaylight/md-sal/sal-akka-segmented-journal/pom.xml

index ec3ca3c44f7a8a97bb454848c4675abfeea61902..84107585680e8bdd70c90cd5db6cd9e20732dd3d 100644 (file)
@@ -80,13 +80,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>com.esotericsoftware</groupId>
             <artifactId>reflectasm</artifactId>
-            <version>1.11.8</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.ow2.asm</groupId>
-            <artifactId>asm</artifactId>
-            <version>5.2</version>
+            <version>1.11.9</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -128,7 +122,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
                             *;inline=true;groupId=io.atomix,
                             *;inline=true;groupId=com.esotericsoftware,
                             *;inline=true;groupId=org.objenesis,
-                            *;inline=true;groupId=org.ow2.asm,
                         </Embed-Dependency>
                     </instructions>
                 </configuration>