Upgrade reflectasm to 1.11.9
[controller.git] / third-party / atomix / storage / pom.xml
index df50be6e546b0e623a2bf9a123625d755c32b14a..07c2dd14dd9bf22b13f87da4738a9b9b15a15194 100644 (file)
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>commons-lang3</artifactId>
-    </dependency>
     <dependency>
       <groupId>com.esotericsoftware</groupId>
       <artifactId>kryo</artifactId>
     <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>
           <instructions>
             <Export-Package>
               io.atomix.storage.journal,
-              io.atomix.utils.serializer,
               com.esotericsoftware.kryo.*;version=4.0.2
             </Export-Package>
             <Import-Package>
             <Embed-Dependency>
                 *;inline=true;groupId=com.esotericsoftware,
                 *;inline=true;groupId=org.objenesis,
-                *;inline=true;groupId=org.ow2.asm,
             </Embed-Dependency>
           </instructions>
         </configuration>