[java-idp-plugin-webauthn] branch main updated: Remove duplicated dependency
Phil Smart
philip.smart at jisc.ac.uk
Mon Aug 12 14:57:42 UTC 2024
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=222bc4621b3a378f94ae055dd0eca92091f1a221
The following commit(s) were added to refs/heads/main by this push:
new 222bc46 Remove duplicated dependency
222bc46 is described below
commit 222bc4621b3a378f94ae055dd0eca92091f1a221
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Aug 12 15:57:39 2024 +0100
Remove duplicated dependency
---
webauthn-impl/pom.xml | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/webauthn-impl/pom.xml b/webauthn-impl/pom.xml
index 4365858..3997446 100644
--- a/webauthn-impl/pom.xml
+++ b/webauthn-impl/pom.xml
@@ -354,12 +354,7 @@
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-messaging-impl</artifactId>
<scope>test</scope>
- </dependency>
- <dependency>
- <groupId>${opensaml.groupId}</groupId>
- <artifactId>opensaml-core-impl</artifactId>
- <scope>test</scope>
- </dependency>
+ </dependency>
</dependencies>
<build>
<plugins>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list