Updates third-party pom to ensure atomix classes are included in shaded jar

Change-Id: I8a4aa340f24c77fffa9abf822d493117887df983
diff --git a/utils/thirdparty/pom.xml b/utils/thirdparty/pom.xml
index 2e573ab..7da402c 100644
--- a/utils/thirdparty/pom.xml
+++ b/utils/thirdparty/pom.xml
@@ -113,16 +113,15 @@
               <artifact>org.onosproject</artifact>
                 <excludes>
                   <exclude>org/apache/commons/io/**</exclude>
-                  <exclude>io/atomix/**</exclude>
                   <exclude>com/googlecode/concurrenttrees/**</exclude>
                 </excludes>
             </filter>
 
             <filter>
-              <artifact>io.atomix:atomix-resource-manager</artifact>
-                <excludes>
-                  <exclude>io/atomix/resource/**</exclude>
-                </excludes>
+              <artifact>io.atomix:atomix-all</artifact>
+                <includes>
+                  <include>**</include>
+                </includes>
             </filter>
 
           </filters>