thingsboard-aplcache

fix missing dependency

1/14/2019 12:50:52 PM

Changes

application/pom.xml 14(+0 -14)

Details

application/pom.xml 14(+0 -14)

diff --git a/application/pom.xml b/application/pom.xml
index 929b556..bc0856b 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -185,10 +185,6 @@
             <artifactId>curator-recipes</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.zookeeper</groupId>
-            <artifactId>zookeeper</artifactId>
-        </dependency>
-        <dependency>
             <groupId>com.google.protobuf</groupId>
             <artifactId>protobuf-java</artifactId>
         </dependency>
@@ -536,16 +532,6 @@
                 </configuration>
                 <executions>
                     <execution>
-                        <id>boot</id>
-                        <goals>
-                            <goal>repackage</goal>
-                        </goals>
-                        <!--<configuration>-->
-                            <!--<classifier>axians-custom</classifier>-->
-                        <!--</configuration>-->
-                    </execution>
-                    <execution>
-                        <id>custom</id>
                         <goals>
                             <goal>repackage</goal>
                         </goals>