Upgrade reflectasm to 1.11.9 39/105039/3
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 27 Mar 2023 11:58:44 +0000 (13:58 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 27 Mar 2023 12:14:47 +0000 (14:14 +0200)
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>
third-party/atomix/storage/pom.xml

index f05cd2e6e17a9a2a28e57ae18a90586441126892..07c2dd14dd9bf22b13f87da4738a9b9b15a15194 100644 (file)
     <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>
             <Embed-Dependency>
                 *;inline=true;groupId=com.esotericsoftware,
                 *;inline=true;groupId=org.objenesis,
-                *;inline=true;groupId=org.ow2.asm,
             </Embed-Dependency>
           </instructions>
         </configuration>