Eliminate atomix.utils.memory
[controller.git] / third-party / atomix / utils / pom.xml
index 2ec2997f30eec818ae07cc3f3d5fd942cb6633af..cf46d877a4996a7cce708944cc65722f068d500c 100644 (file)
       <artifactId>kryo</artifactId>
       <version>4.0.2</version>
     </dependency>
-    <dependency>
-      <groupId>com.typesafe</groupId>
-      <artifactId>config</artifactId>
-    </dependency>
 
     <dependency>
       <groupId>com.google.guava</groupId>
 
   <build>
     <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <extensions>true</extensions>
-        <configuration>
-          <instructions>
-            <Export-Package>
-              io.atomix.utils.*
-            </Export-Package>
-            <Import-Package>
-              sun.nio.ch;resolution:=optional,sun.misc;resolution:=optional,*
-            </Import-Package>
-          </instructions>
-        </configuration>
-      </plugin>
       <plugin>
         <artifactId>maven-checkstyle-plugin</artifactId>
         <executions>