Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
bundlerepository-2.0.10
-
None
-
None
Description
[INFO] - org.apache.felix:org.apache.felix.bundlerepository:jar:2.0.10:compile
[INFO] +- org.osgi:org.osgi.core:jar:5.0.0:compile
[INFO] - org.easymock:easymock:jar:3.4:compile
[INFO] - org.objenesis:objenesis:jar:2.2:compile
Running a mvn dependency:tree on my own bundle projects gives me the above. This is not causing an issue yet, but it is our prerogative to keep our deployment complexity to a minimum, and this appears to be an entirely unnecessary dependency.
I have quickly searched the source for usages of this in runtime code and have found nothing.
Attachments
Issue Links
- duplicates
-
FELIX-5626 Exclude EasyMock from the runtime classpath
- Resolved