Merge "xsql should pull junit directly"
authorTony Tkacik <ttkacik@cisco.com>
Mon, 23 Feb 2015 10:45:09 +0000 (10:45 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 23 Feb 2015 10:45:09 +0000 (10:45 +0000)
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>