BUG 4270 - adding reference to Li bundle to Li Nicira extension.
[openflowplugin.git] / openflowplugin-impl / pom.xml
index f5edb1e3e09bca258dd49e8a9c4fe905128bf062..99c6a01bbbe3a1d793e6c64aab1fd29ace9960e3 100644 (file)
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>sal-binding-api</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.controller</groupId>
+            <artifactId>sal-binding-config</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>sal-binding-broker-impl</artifactId>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>
         </dependency>
+        <dependency>
+            <groupId>com.github.romix</groupId>
+            <artifactId>java-concurrent-hash-trie-map</artifactId>
+        </dependency>
 
         <dependency>
             <groupId>junit</groupId>