Skip to content

Commit

Permalink
dbeaver/pro#3962 Fix UPD driver dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Gagarkin authored and Ivan Gagarkin committed Jan 15, 2025
1 parent 260f32c commit 52a96ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/com.dbeaver.rpc/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ Bundle-SymbolicName: com.dbeaver.rpc
Bundle-Version: 2.3.1.qualifier
Bundle-Release-Date: 20240205
Bundle-RequiredExecutionEnvironment: JavaSE-11
Import-Package: jakarta.websocket,
jakarta.websocket.server,
org.eclipse.jetty.ee10.websocket.jakarta.client
Require-Bundle: org.jkiss.utils,
org.jkiss.bundle.jakarta.jetty.websocket,
com.google.gson,
slf4j.api
Export-Package: com.dbeaver.rpc,
Expand Down

0 comments on commit 52a96ba

Please sign in to comment.