Rename StatementSource to StatementOrigin
[yangtools.git] / yang / yang-model-api / pom.xml
index cddfdf47b6eead044dd2ee88208ed7392ad76d89..4bec3b5d809288c8555c141aa3cb1fe7a90380f8 100644 (file)
     <description>${project.artifactId}</description>
 
     <dependencies>
+        <dependency>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
-            <artifactId>util</artifactId>
+            <artifactId>concepts</artifactId>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-xpath-api</artifactId>
         </dependency>
-        <dependency>
-            <groupId>com.google.guava</groupId>
-            <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>