summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 1ebf280..4eb9642 100644
--- a/pom.xml
+++ b/pom.xml
@@ -310,7 +310,7 @@
<dependency>
<groupId>com.101tec</groupId>
<artifactId>zkclient</artifactId>
- <version>0.2</version>
+ <version>0.11</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
@@ -755,7 +755,7 @@
<profile>
<id>docker</id>
<properties>
-
+ <skipTests>true</skipTests>
</properties>
<build>
<plugins>
@@ -792,7 +792,7 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>0.28.0</version>
+ <version>0.33.0</version>
<configuration>
<skipBuild>${skip.docker.build}</skipBuild>
<skipPush>${skip.docker.push}</skipPush>