Added Export-Packages for propper bundle startup in osgi container
[yangtools.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index b79a027190ac33a9daac5bbf3f31a64504c9692c..a661458631e158ec81cc21148af33d61098eac6e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,9 @@
         <module>code-generator</module>
         <module>model</module>
         <module>restconf</module>
+        <module>integration-test</module>
         <module>mockito-configuration</module>
+        <module>websocket</module>
         <!-- module>third-party</module -->
     </modules>
 
                     <configuration>
                         <instructions>
                             <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
+<!--
                             <Export-Package>*</Export-Package>
+-->
                         </instructions>
                     </configuration>
                 </plugin>