[java-idp-plugin-totp] branch main updated: Use an explicit version of java-support and spring-extensions.
Rod Widdowson
rdw at steadingsoftware.com
Wed Nov 18 16:00:48 UTC 2020
This is an automated email from the git hooks/post-receive script.
rdw 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=8a171099fdf4fa5381d7d35589e37ab8f346d966
The following commit(s) were added to refs/heads/main by this push:
new 8a17109 Use an explicit version of java-support and spring-extensions.
8a17109 is described below
commit 8a171099fdf4fa5381d7d35589e37ab8f346d966
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Nov 18 15:53:11 2020 +0000
Use an explicit version of java-support and spring-extensions.
---
pom.xml | 2 ++
totp-impl/pom.xml | 3 +++
2 files changed, 5 insertions(+)
diff --git a/pom.xml b/pom.xml
index b301009..28c65f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,6 +22,8 @@
<idp.version>4.1.0-SNAPSHOT</idp.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
<opensaml.version>4.1.0-SNAPSHOT</opensaml.version>
+ <java-support.version>8.1.0-SNAPSHOT</java-support.version>
+ <spring-extensions.version>6.1.0-SNAPSHOT</spring-extensions.version>
<checkstyle.configLocation>${project.basedir}/checkstyle.xml</checkstyle.configLocation>
</properties>
diff --git a/totp-impl/pom.xml b/totp-impl/pom.xml
index c505f86..6f3e920 100644
--- a/totp-impl/pom.xml
+++ b/totp-impl/pom.xml
@@ -42,6 +42,7 @@
<dependency>
<groupId>net.shibboleth.utilities</groupId>
<artifactId>java-support</artifactId>
+ <version>${java-support.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -148,12 +149,14 @@
<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