Add junit:junit-dep
[odlparent.git] / odlparent / pom.xml
index c7d3b48243a95184fddb1286c595a4c857743c15..ca195d275235b8a210ffeaf457be3f0cce0a1b76 100644 (file)
         <version>${junit.version}</version>
         <scope>test</scope>
       </dependency>
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit-dep</artifactId>
+        <version>${junit.version}</version>
+        <scope>test</scope>
+      </dependency>
       <dependency>
          <groupId>org.skyscreamer</groupId>
          <artifactId>jsonassert</artifactId>
         <version>3.8.0.I20120518-2145</version>
       </dependency>
 
+      <!-- Configuration library -->
+      <dependency>
+        <groupId>com.typesafe</groupId>
+        <artifactId>config</artifactId>
+        <version>1.2.1</version>
+      </dependency>
+
       <!-- Add Pax Exam -->
       <dependency>
         <groupId>org.ops4j.pax.exam</groupId>