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
54c938c6
Commit
54c938c6
authored
Nov 07, 2019
by
Mike Prechtl
Browse files
Add java.naming module to runtime
parent
1be647b9
Changes
1
Show whitespace changes
Inline
Side-by-side
packager/richclient-packager/src/main/java/module-info.java
View file @
54c938c6
...
@@ -26,4 +26,5 @@ module org.openecard.richclient.builder {
...
@@ -26,4 +26,5 @@ module org.openecard.richclient.builder {
requires
java
.
logging
;
requires
java
.
logging
;
requires
java
.
desktop
;
requires
java
.
desktop
;
requires
java
.
sql
;
// for jackson serialization
requires
java
.
sql
;
// for jackson serialization
requires
java
.
naming
;
}
}
Write
Preview
Markdown
is supported
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