Bumped Yangtools by minor version.
[yangtools.git] / yang / yang-maven-plugin / pom.xml
index a7a611dd71953f57c685489a1c7e786b796b8855..35b6f770d8967f1560239a9b26487bc08d655d23 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.8.0-SNAPSHOT</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
             <artifactId>maven-artifact</artifactId>
             <version>2.0</version>
         </dependency>
-        <dependency>
-            <groupId>com.jcabi</groupId>
-            <artifactId>jcabi-maven-slf4j</artifactId>
-            <version>0.8</version>
-        </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>yang-parser-impl</artifactId>
         </dependency>
     </dependencies>
 
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>org.sonatype.sisu</groupId>
-                <artifactId>sisu-inject-plexus</artifactId>
-                <version>2.5.0</version>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <reporting>
         <plugins>
             <plugin>