Eliminate unneeded dependencies on yangtools features
[controller.git] / features / mdsal / odl-toaster / pom.xml
index 45e67dc23da8fabcb192c01680baac8053fe7fba..6d78033ff6ca8ef3a7feb670fe3e08e5389a2183 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.4</version>
+        <version>3.0.2</version>
         <relativePath/>
     </parent>
 
     <name>OpenDaylight :: Toaster</name>
 
     <dependencies>
-        <dependency>
-            <groupId>org.opendaylight.yangtools</groupId>
-            <artifactId>odl-yangtools-common</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>odl-mdsal-binding-runtime</artifactId>
@@ -63,4 +56,4 @@
             <version>${project.version}</version>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>