Cleaned up sal-dom-* packages and removed legacy interfaces
[mdsal.git] / common / parent / pom.xml
index 0b0fce8576a6d99c4109c017465450eb1405dd88..a1b05f4713352f3f88b7c15e6e091d15b2b13582 100644 (file)
 
     <dependencyManagement>
         <dependencies>
+            <dependency>
+                 <groupId>org.opendaylight.mdsal</groupId>
+                 <artifactId>mdsal-artifacts</artifactId>
+                 <version>2.0.0-SNAPSHOT</version>
+                 <type>pom</type>
+                 <scope>import</scope>
+            </dependency>
+            <dependency>
+                 <groupId>org.opendaylight.yangtools</groupId>
+                 <artifactId>yangtools-artifacts</artifactId>
+                 <version>0.8.0-SNAPSHOT</version>
+                 <type>pom</type>
+                 <scope>import</scope>
+            </dependency>
             <!-- Testing Dependencies -->
             <dependency>
                 <groupId>org.apache.maven.shared</groupId>
                 <artifactId>jersey-client</artifactId>
                 <version>2.0</version>
             </dependency>
-
             <dependency>
-                <groupId>org.opendaylight.yangtools</groupId>
-                <artifactId>yangtools-artifacts</artifactId>
-                <version>${yangtools.version}</version>
-                <scope>import</scope>
-                <type>pom</type>
+              <groupId>com.lmax</groupId>
+              <artifactId>disruptor</artifactId>
+              <version>3.3.0</version>
             </dependency>
         </dependencies>
     </dependencyManagement>