From 4b2e1a9c056d676f9411ebd9e5ea2576f59e1287 Mon Sep 17 00:00:00 2001 From: Georgii Date: Tue, 10 Dec 2024 14:52:43 +0400 Subject: [PATCH] dbeaver/dbeaver#36488 add missing lib-sql bundlepath (#3127) --- 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;\