Merge "Bug 484: Fix XmlDocumentUtils.toDocument to handle anyxml"
[yangtools.git] / common / util / pom.xml
index 77f81902054dfa333e0b9c0248a607ed36fcb69f..146b009d438035a45b06e1779b9e792350dccb05 100644 (file)
                 <artifactId>maven-bundle-plugin</artifactId>
                 <extensions>true</extensions>
                 <configuration>
-                    <Export-Package>org.opendaylight.yangtools.util</Export-Package>
-                    <Embed-Dependency>java-concurrent-hash-trie-map;inline=true</Embed-Dependency>
+                    <instructions>
+                        <Export-Package>org.opendaylight.yangtools.util</Export-Package>
+                        <Embed-Dependency>java-concurrent-hash-trie-map;inline=true</Embed-Dependency>
+                    </instructions>
                 </configuration>
             </plugin>
         </plugins>