mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 13:21:53 +01:00
ec3af50f11
* Sync runtime dependencies with Karaf 4.4.3, most notably: * Jetty 9.4.50.v20221201 * Pax Logging 2.2.0 * Pax Web 8.0.15 * Use OSGi R8 as compile dependency * Rework Servlets to use Http Whiteboard annotations in favor of proprietary `org.openhab.core.io.http.servlet` classes * Resolve itest runbundles Also-by: Jan N. Klug <github@klug.nrw> Signed-off-by: Wouter Born <github@maindrain.net>
6 lines
191 B
Plaintext
6 lines
191 B
Plaintext
-include: itest-include.bndrun
|
|
|
|
# If we would like to use a storage at all, we will use the "volatile" storage.
|
|
-runblacklist.itest-common: \
|
|
bnd.identity;id='org.openhab.core.storage.json'
|