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
d4414a12
Commit
d4414a12
authored
Oct 10, 2019
by
Tobias Wich
Browse files
Add java.sql requirement to richclient module
parent
d99e19e9
Changes
1
Show whitespace changes
Inline
Side-by-side
packager/richclient-bundle/src/main/java/module-info.java
View file @
d4414a12
...
@@ -25,6 +25,7 @@ module org.openecard.richclient {
...
@@ -25,6 +25,7 @@ module org.openecard.richclient {
requires
java
.
smartcardio
;
requires
java
.
smartcardio
;
requires
java
.
logging
;
requires
java
.
logging
;
requires
java
.
desktop
;
requires
java
.
desktop
;
requires
java
.
sql
;
// for jackson serialization
/* BouncyCastle modules */
/* BouncyCastle modules */
requires
org
.
bouncycastle
.
provider
;
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