[java-idp-plugin-webauthn] branch main updated: Add Yubico server libraries
Phil Smart
philip.smart at jisc.ac.uk
Fri Oct 20 16:11:56 UTC 2023
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-idp-plugin-webauthn.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-webauthn.git;a=commit;h=4a11b2a05dd3f0d95bdcccc11c41dc63f6b29cd6
The following commit(s) were added to refs/heads/main by this push:
new 4a11b2a Add Yubico server libraries
4a11b2a is described below
commit 4a11b2a05dd3f0d95bdcccc11c41dc63f6b29cd6
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Oct 20 17:11:50 2023 +0100
Add Yubico server libraries
---
pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/pom.xml b/pom.xml
index 4d71f3a..9297a47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,6 +29,8 @@
<shib-attribute.version>5.0.0</shib-attribute.version>
<shib-metadata.groupId>net.shibboleth</shib-metadata.groupId>
<shib-metadata.version>5.0.0</shib-metadata.version>
+ <yubico.groupId>com.yubico</yubico.groupId>
+ <yubico-webauthn.version>2.5.0</yubico-webauthn.version>
<checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
</properties>
@@ -88,6 +90,11 @@
<artifactId>idp-plugin-webauthn-impl</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>${yubico.groupId}</groupId>
+ <artifactId>webauthn-server-core</artifactId>
+ <version>${yubico-webauthn.version}</version>
+ </dependency>
<!-- Import Dependencies: Shib-Metadata/Attribute/Profile/Shared -->
<dependency>
<groupId>${shib-shared.groupId}</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list