[java-idp-plugin-webauthn] branch main updated: Cleanup pom
Phil Smart
philip.smart at jisc.ac.uk
Thu Jul 31 11:04:15 UTC 2025
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=7c6e58a7f6e258d294d51d7e6b6fd2f31e6cc12b
The following commit(s) were added to refs/heads/main by this push:
new 7c6e58a Cleanup pom
7c6e58a is described below
commit 7c6e58a7f6e258d294d51d7e6b6fd2f31e6cc12b
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Jul 31 12:04:12 2025 +0100
Cleanup pom
---
webauthn-impl/pom.xml | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/webauthn-impl/pom.xml b/webauthn-impl/pom.xml
index 5c73f65..b584b1f 100644
--- a/webauthn-impl/pom.xml
+++ b/webauthn-impl/pom.xml
@@ -62,11 +62,6 @@
<scope>runtime</scope>
</dependency>
<!-- Provided dependencies -->
- <dependency>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- <scope>provided</scope>
- </dependency>
<dependency>
<groupId>${spring-webflow.groupId}</groupId>
<artifactId>spring-webflow</artifactId>
@@ -267,12 +262,6 @@
<artifactId>idp-ui</artifactId>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>net.shibboleth.plugin.storage.jdbc</groupId>
- <artifactId>jdbc-storage-impl</artifactId>
- <version>2.1.1-SNAPSHOT</version>
- <scope>provided</scope>
- </dependency>
<!-- Test dependencies -->
<dependency>
<groupId>${okhttp3.mockserver.groupId}</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list