[java-idp-plugin-totp] branch main updated: Remove redundant dep versions.
Scott Cantor
cantor.2 at osu.edu
Mon Mar 8 20:15:39 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-plugin-totp.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-totp.git;a=commit;h=7c0eb74c5d235381f59e5e17100be6a460611a64
The following commit(s) were added to refs/heads/main by this push:
new 7c0eb74 Remove redundant dep versions.
7c0eb74 is described below
commit 7c0eb74c5d235381f59e5e17100be6a460611a64
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Mar 8 15:15:13 2021 -0500
Remove redundant dep versions.
---
totp-impl/pom.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/totp-impl/pom.xml b/totp-impl/pom.xml
index 6f3e920..c505f86 100644
--- a/totp-impl/pom.xml
+++ b/totp-impl/pom.xml
@@ -42,7 +42,6 @@
<dependency>
<groupId>net.shibboleth.utilities</groupId>
<artifactId>java-support</artifactId>
- <version>${java-support.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -149,14 +148,12 @@
<dependency>
<groupId>net.shibboleth.utilities</groupId>
<artifactId>java-support</artifactId>
- <version>${java-support.version}</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>net.shibboleth.ext</groupId>
<artifactId>spring-extensions</artifactId>
- <version>${spring-extensions.version}</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list