Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ecsec Public
reqesidta-prototype
client-signer
Commits
9d6e16b7
Commit
9d6e16b7
authored
Oct 10, 2019
by
Tobias Wich
Browse files
Add java.sql requirement to richclient module
parent
eed3a9a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
packager/richclient-bundle/src/main/java/module-info.java
View file @
9d6e16b7
...
...
@@ -25,6 +25,7 @@ module org.openecard.richclient {
requires
java
.
smartcardio
;
requires
java
.
logging
;
requires
java
.
desktop
;
requires
java
.
sql
;
// for jackson serialization
/* BouncyCastle modules */
requires
org
.
bouncycastle
.
provider
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment