Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SI-8927 Update OSGi stuff to get rid of bndlib warning #4066

Merged
merged 1 commit into from
Nov 4, 2014

Commits on Oct 23, 2014

  1. SI-8927 Update OSGi stuff to get rid of bndlib warning

    The way the desired OSGi frameworks are chosen has changed between
    Pax Exam versions:
    
    On earlier versions, specifying it in code was fine, but PAX Exam 4.x
    runs the tests on the first OSGi framework it finds on classpath.
    
    An exclusion for the transitive dependency org.osgi.core was added,
    because it seems that artifact has broken dependecies (which would
    have brought us back to square one).
    Good thing is that it isn't needed here, because the OSGi framework JARs
    contain all necessary classes.
    rkrzewski authored and soc committed Oct 23, 2014
    Configuration menu
    Copy the full SHA
    3ddb373 View commit details
    Browse the repository at this point in the history