mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 17:35:35 +02:00
Bug 559641 - No Meson in CDT due to Meson UI causing OSGi wiring issue
I have no idea why JAX-RS was needed to parse JSON, may be meson has REST based web-services? Who knows. I removed com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider that seems to cause wiring issue - but I'm not sure that it is really gone. I still can see a UI from json, checked it with modifying field descriptions in "intro-buildoptions.json" Change-Id: I2252ae0901e4e408ba6a4752c91ad3a1fbecb096 Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
This commit is contained in:
parent
0b6d334473
commit
191cd19825
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="3.13.0",
|
|||
org.eclipse.debug.core;bundle-version="3.11.0",
|
||||
org.eclipse.cdt.launch;bundle-version="9.2.0",
|
||||
org.eclipse.debug.ui;bundle-version="3.12.50",
|
||||
com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider;bundle-version="2.9.9",
|
||||
com.fasterxml.jackson.core.jackson-databind;bundle-version="2.9.93",
|
||||
com.fasterxml.jackson.core.jackson-core;bundle-version="2.9.9"
|
||||
Automatic-Module-Name: org.eclipse.cdt.meson.ui
|
||||
|
|
Loading…
Add table
Reference in a new issue