-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
1.1.1.GA
-
-
Workaround Exists
-
A module with a single jar as resource root which has in its META-INF the following lines:
Export-Package: package1;version="1.8.3"" Private-Package: package2;version="1.8.3"
For any module which depends on this module, classes from package1 won't be resolved.