Bump odlparent to 8.1.1
[yangtools.git] / yang / yang-model-api / pom.xml
index cddfdf47b6eead044dd2ee88208ed7392ad76d89..bfb946bab17c209975588e4ebbc9d7149ed9cc9a 100644 (file)
             <artifactId>guava</artifactId>
         </dependency>
     </dependencies>
-
-    <build>
-        <pluginManagement>
-            <plugins>
-                <!-- FIXME: remove this when odlparent provides this -->
-                <plugin>
-                    <artifactId>maven-javadoc-plugin</artifactId>
-                    <configuration>
-                        <tags>
-                            <tag>
-                                <name>apiNote</name>
-                                <placement>a</placement>
-                                <head>API Note:</head>
-                            </tag>
-                            <tag>
-                                <name>implSpec</name>
-                                <placement>a</placement>
-                                <head>Implementation Requirements:</head>
-                            </tag>
-                            <tag>
-                                <name>implNote</name>
-                                <placement>a</placement>
-                                <head>Implementation Note:</head>
-                            </tag>
-                        </tags>
-                    </configuration>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-    </build>
 </project>