Merge "Improvements REST documentation generation"
[yangtools.git] / yang / yang-parser-impl / pom.xml
index 7e436362f4a8bee0d56a93472a79d451308149ec..2662bbb001fece80f80909260f6c669db3ee0e54 100644 (file)
@@ -11,8 +11,9 @@
 
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
-        <artifactId>yang</artifactId>
+        <artifactId>yangtools-parent</artifactId>
         <version>0.6.2-SNAPSHOT</version>
+        <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
         </dependency>
+      <dependency>
+        <groupId>com.google.code.findbugs</groupId>
+        <artifactId>jsr305</artifactId>
+      </dependency>
     </dependencies>
 
     <build>
@@ -89,7 +94,6 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>build-helper-maven-plugin</artifactId>
-                <version>1.8</version>
                 <executions>
                     <execution>
                         <phase>generate-sources</phase>