diff --git a/pom.xml b/pom.xml index ccdb64b7eaaee07ca2cf8bf51ab11d25110a37fa..b1458fd5719a2ed131cb123e1dabe61365d3781b 100644 --- a/pom.xml +++ b/pom.xml @@ -3,11 +3,9 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.example zookeeper-demo 1.0-SNAPSHOT - 8 8 @@ -28,6 +26,46 @@ jsoup 1.15.3 + + junit + junit + 4.10 + test + + + + org.apache.curator + curator-framework + 4.0.0 + + + org.apache.curator + curator-recipes + 4.0.0 + + + + org.slf4j + slf4j-api + 1.7.21 + + + org.slf4j + slf4j-log4j12 + 1.7.21 + - + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.8 + 1.8 + + + + \ No newline at end of file