Remove antlr4-runtime-osgi-nohead
[controller.git] / opendaylight / md-sal / sal-binding-it / pom.xml
index 04283e75c3962360c6af4256d770346f94bfe95d..c9cfead7af3a17013e3ee9c2b1a9147c595e6dcb 100644 (file)
       <artifactId>sal-dom-broker-config</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.opendaylight.yangtools.thirdparty</groupId>
-      <artifactId>antlr4-runtime-osgi-nohead</artifactId>
+      <!-- TODO Add this to odlparent -->
+      <groupId>org.antlr</groupId>
+      <artifactId>antlr4-runtime</artifactId>
+      <version>4.5.1-1</version>
     </dependency>
 
     <!--Compile scopes for all testing dependencies are intentional-->
@@ -90,7 +92,6 @@
     <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam</artifactId>
-      <version>${exam.version}</version>
       <!-- Compile scope here is intentional, it is used in TestHelper
                 class which could be downloaded via nexus and reused in other integration
                 tests. -->
       <groupId>org.opendaylight.mdsal.model</groupId>
       <artifactId>opendaylight-l2-types</artifactId>
     </dependency>
+    <dependency>
+      <groupId>javax.inject</groupId>
+      <artifactId>javax.inject</artifactId>
+      <version>1</version>
+    </dependency>
   </dependencies>
 
   <build>