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
150f9daf
Commit
150f9daf
authored
Oct 22, 2019
by
Michael Rauh
Browse files
Use jnasmartcardio as smartcardio provider
parent
61c47f17
Changes
2
Show whitespace changes
Inline
Side-by-side
ifd/scio-backend/pcsc/pom.xml
View file @
150f9daf
...
...
@@ -24,6 +24,11 @@
<artifactId>
wsdef-client
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
io.github.jnasmartcardio
</groupId>
<artifactId>
jnasmartcardio
</artifactId>
<version>
0.2.7
</version>
</dependency>
</dependencies>
</project>
packager/richclient-bundle/src/main/java/module-info.java
View file @
150f9daf
...
...
@@ -61,4 +61,6 @@ module org.openecard.richclient {
opens
org
.
openecard
.
mdlw
.
sal
.
config
to
java
.
xml
.
bind
;
opens
org
.
openecard
.
addon
.
manifest
to
java
.
xml
.
bind
;
opens
jnasmartcardio
to
java
.
base
;
}
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