Test Harness: Session Tests: List felix.scr dependencies explicitly#2165
Conversation
* We don't need the optional ones * We should not install org.eclipse.osgi again, as this is already set as the 'osgi.framework' in the config.ini It's easier to just list the few dependencies we really want explicitly.
984e3e9 to
fb150ba
Compare
|
Please note that |
Ah, thanks @HeikoKlare! That explains why I missed adjusting one of them (besides not looking thoroughly enough) in my initial change to include SCR. |
We don't need the optional ones
We should not install org.eclipse.osgi again, as this is already set as the 'osgi.framework' in the config.ini
It's easier to just list the few dependencies we really want explicitly.
Another follow-up on #2162.
Addresses eclipse-equinox/equinox#1146.