From 5d9b02a58d63d87744d684bcd13f3f2585df8922 Mon Sep 17 00:00:00 2001 From: Georgii Gvinepadze Date: Tue, 10 Dec 2024 14:15:20 +0400 Subject: [PATCH] dbeaver/dbeaver#36488 add missing lib-sql bundlepath --- osgi-app.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/osgi-app.properties b/osgi-app.properties index 1681d2bbb2..e4e5098873 100644 --- a/osgi-app.properties +++ b/osgi-app.properties @@ -5,7 +5,8 @@ featuresPaths=\ bundlesPaths=\ dbeaver-common/modules;\ dbeaver/plugins;\ - cloudbeaver/server/bundles; + cloudbeaver/server/bundles;\ + dbeaver-jdbc-libsql testLibraries=\ org.junit;\ org.mockito.mockito-core;\