Moving the connection manager NB-API from the network configuration APIs to connectio...
[controller.git] / opendaylight / distribution / opendaylight / pom.xml
index fd0f7e1f3bf03300388f1a74a5aa5d793136dbb2..174414433340124077df3ad0344fb88c9ab94eda 100644 (file)
 
            <dependency>
           <groupId>org.opendaylight.yangtools.thirdparty</groupId>
-          <artifactId>antlr-runtime-osgi</artifactId>
-          <version>4.0-SNAPSHOT</version>
+          <artifactId>antlr4-runtime-osgi-nohead</artifactId>
+          <version>4.0</version>
          </dependency>
          <dependency>
           <groupId>org.opendaylight.yangtools.thirdparty</groupId>
           <artifactId>xtend-lib-osgi</artifactId>
-          <version>2.4.2-SNAPSHOT</version>
+          <version>2.4.3</version>
          </dependency>
          <dependency>
           <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>httpservice-bridge</artifactId>
       <version>0.0.1-SNAPSHOT</version>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>connectionmanager.northbound</artifactId>
+      <version>${connectionmanager.version}</version>
+    </dependency>
 
     <!-- Debug and logging -->