Turn yang-xpath-api into an explicit JPMS module
[yangtools.git] / yang / yang-xpath-api / pom.xml
index 9683306faea7f131774494e93be6242987540222..a0eac7d826e1be472d4b77e1196ea1cd774c1201 100644 (file)
             <artifactId>yang-common</artifactId>
         </dependency>
     </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                <configuration>
-                    <instructions>
-                        <Automatic-Module-Name>org.opendaylight.yangtools.yang.xpath.api</Automatic-Module-Name>
-                    </instructions>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
 </project>