Merge "Added some debug logging to check on processing timing"
[openflowplugin.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 942433706676ed554143221066041ae5b1adee2e..bfe1e4cf5e073e6e43fdb562ce84254688724f25 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
 
     <properties>
       <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
-      <slf4j.version>1.7.2</slf4j.version>
+      <slf4j.version>1.7.5</slf4j.version>
       <logback.version>1.0.9</logback.version>
       <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
       <openflowjava.version>0.1-SNAPSHOT</openflowjava.version>
           <artifactId>model-flow-base</artifactId>
           <version>${controller.model.version}</version>
         </dependency>
+        <dependency>
+          <groupId>org.opendaylight.controller.model</groupId>
+          <artifactId>model-flow-management</artifactId>
+          <version>${controller.model.version}</version>
+        </dependency>
         <dependency>
           <groupId>org.opendaylight.controller.model</groupId>
           <artifactId>model-flow-service</artifactId>
           <artifactId>sal-binding-api</artifactId>
           <version>${controller.model.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.controller</groupId>
+            <artifactId>sal</artifactId>
+            <version>0.7.0-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.controller</groupId>
+            <artifactId>sal.connection</artifactId>
+            <version>0.1.1-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.controller</groupId>
+            <artifactId>sal-common-util</artifactId>
+            <version>1.0-SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>xml-apis</groupId>
+            <artifactId>xml-apis</artifactId>
+            <version>1.4.01</version>
+        </dependency>
 
         <dependency>
           <groupId>org.slf4j</groupId>
             <scope>test</scope>
         </dependency>
 
+        <dependency>
+            <groupId>commons-lang</groupId>
+            <artifactId>commons-lang</artifactId>
+            <version>2.6</version>
+        </dependency>
+
         <dependency>
           <groupId>junit</groupId>
           <artifactId>junit</artifactId>
           <version>4.8.1</version>
           <scope>test</scope>
         </dependency>
+        <dependency>
+          <groupId>org.mockito</groupId>
+            <artifactId>mockito-all</artifactId>
+            <version>1.9.5</version>
+            <scope>test</scope>
+        </dependency>
       </dependencies>
     </dependencyManagement>
 
         </releases>
       </repository>
       <repository>
-        <id>thirdparty</id>
-        <name>thirdparty</name>
-        <url>${nexusproxy}/repositories/thirdparty/</url>
+        <id>public</id>
+        <name>public</name>
+        <url>${nexusproxy}/groups/public/</url>
         <snapshots>
           <enabled>false</enabled>
         </snapshots>
       <pluginRepository>
         <id>opendaylight-central</id>
         <name>opendaylight-central</name>
-        <url>${nexusproxy}/repositories/central/</url>
+        <url>${nexusproxy}/repositories/public/</url>
         <snapshots>
           <enabled>false</enabled>
         </snapshots>
       <module>distribution/base</module>
       <module>openflowplugin-it</module>
       <module>test-provider</module>
+      <module>drop-test</module>
     </modules>
 </project>
\ No newline at end of file