Brian O'Connor

Removing commons-io and concurrent-trees from onlab-thirdparty

Change-Id: Id65a4e05292d9ca2e7a743c48b96c09767602e1d
......@@ -68,5 +68,10 @@
<groupId>org.onosproject</groupId>
<artifactId>onlab-thirdparty</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons.io.version}</version>
</dependency>
</dependencies>
</project>
......
......@@ -54,6 +54,8 @@
<bundle>mvn:commons-collections/commons-collections/3.2.1</bundle>
<bundle>mvn:com.typesafe/config/1.2.1</bundle>
<bundle>wrap:mvn:com.googlecode.concurrent-trees/concurrent-trees/2.4.0$Bundle-SymbolicName=concurrent-trees&amp;Bundle-Version=2.4.0</bundle>
<bundle>mvn:commons-io/commons-io/2.4</bundle>
<bundle>mvn:org.onosproject/onlab-thirdparty/@ONOS-VERSION</bundle>
<bundle>mvn:org.glassfish.jersey.core/jersey-client/2.22.2</bundle>
......
......@@ -33,17 +33,6 @@
<dependencies>
<dependency>
<groupId>com.googlecode.concurrent-trees</groupId>
<artifactId>concurrent-trees</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons.io.version}</version>
</dependency>
<dependency>
<groupId>io.atomix.catalyst</groupId>
<artifactId>catalyst-transport</artifactId>
<version>${catalyst.version}</version>
......@@ -104,25 +93,11 @@
<exclude>org.ow2.asm:asm</exclude>
<exclude>org.objenesis:objenesis</exclude>
<exclude>io.netty:*</exclude>
<exclude>commons-io:commons-io</exclude>
</excludes>
</artifactSet>
<filters>
<filter>
<artifact>com.googlecode.concurrent-trees:concurrent-trees</artifact>
<includes>
<include>com/googlecode/**</include>
</includes>
</filter>
<filter>
<artifact>commons-io:commons-io</artifact>
<includes>
<include>org/apache/commons/io/**</include>
</includes>
</filter>
<filter>
<artifact>org.onosproject:copycat*</artifact>
<includes>
......@@ -134,14 +109,6 @@
</filter>
<filter>
<artifact>org.onosproject</artifact>
<excludes>
<exclude>org/apache/commons/io/**</exclude>
<exclude>com/googlecode/concurrenttrees/**</exclude>
</excludes>
</filter>
<filter>
<artifact>io.atomix:atomix-all</artifact>
<includes>
<include>**</include>
......@@ -165,7 +132,7 @@
<configuration>
<instructions>
<Export-Package>
com.googlecode.concurrenttrees.*;net.kuujo.copycat.*;io.atomix.*;org.apache.commons.io.*
net.kuujo.copycat.*;io.atomix.*
</Export-Package>
<Import-Package>
!sun.nio.ch,!sun.misc,*
......