Switch to using java.util.Base64
[yangtools.git] / yang / yang-data-transform / pom.xml
index eb4b63d49843f53cb5ed010e4bc5c8653a3d7e9c..4a24f7f7ce414862b2a06f042e15f0cd77a86fd6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>2.1.3-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
@@ -39,7 +39,7 @@
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
                     <instructions>
-                        <Import-Package>!javax.annotation,*</Import-Package>
+                        <Automatic-Module-Name>org.opendaylight.yangtools.yang.data.transform</Automatic-Module-Name>
                     </instructions>
                 </configuration>
             </plugin>