Move parsing of boolean options into its own method.
[Sone.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 3582b25..979bab6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                </dependency>
                <dependency>
                        <groupId>junit</groupId>
-                       <artifactId>junit-dep</artifactId>
+                       <artifactId>junit</artifactId>
                        <version>4.11</version>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.hamcrest</groupId>
-                       <artifactId>hamcrest-all</artifactId>
+                       <artifactId>hamcrest-library</artifactId>
                        <version>1.3</version>
                        <scope>test</scope>
                </dependency>