Fixed the OSGi imports
diff --git a/all/src/main/appended-resources/META-INF/LICENSE b/all/src/main/appended-resources/META-INF/LICENSE
index 857d336..28063bd 100644
--- a/all/src/main/appended-resources/META-INF/LICENSE
+++ b/all/src/main/appended-resources/META-INF/LICENSE
@@ -19,3 +19,4 @@
 continue enhancing this system and expect to make other tools available as 
 they are completed. 
 
+
diff --git a/all/src/main/appended-resources/META-INF/NOTICE b/all/src/main/appended-resources/META-INF/NOTICE
index c4d94e5..22f8122 100644
--- a/all/src/main/appended-resources/META-INF/NOTICE
+++ b/all/src/main/appended-resources/META-INF/NOTICE
@@ -1,3 +1,4 @@
 
 This software includes code generated by ANTLR 2.
 
+
diff --git a/util/pom.xml b/util/pom.xml
index c86ab5b..642a980 100644
--- a/util/pom.xml
+++ b/util/pom.xml
@@ -97,9 +97,7 @@
             <Import-Package>
               org.apache.directory.api.i18n;version=${project.version},
               org.slf4j;version=${slf4j.api.bundleversion},
-              javax.naming,
-              javax.naming.directory,
-              javax.naming.ldap
+              javax.naming
             </Import-Package>
             <Automatic-Module-Name>apache.directory.ldap.api.util</Automatic-Module-Name>
           </instructions>