xsql should pull junit directly 89/15589/1
authorRobert Varga <rovarga@cisco.com>
Sat, 21 Feb 2015 10:20:45 +0000 (11:20 +0100)
committerRobert Varga <rovarga@cisco.com>
Sat, 21 Feb 2015 10:21:27 +0000 (11:21 +0100)
Currently we pull junit transitively, which means it will break once the
transitive dependencies change.

Change-Id: I50ad5143811fb21d4719bd47085f366899ae7409
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-dom-xsql/pom.xml

index c7fd20248de7e14a5dfb70fcc4e671d959de4b91..f0e27cf2ac928642a40b0eb37a9d250d77bef4b5 100644 (file)
       <groupId>org.osgi</groupId>
       <artifactId>org.osgi.core</artifactId>
     </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+    </dependency>
   </dependencies>
   <build>
     <plugins>