[java-identity-provider] branch main updated: Remove redundant version macros.

Scott Cantor cantor.2 at osu.edu
Thu Jan 21 13:55:53 UTC 2021


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=50ac7bb098f1ae7a06606402494ed165f07c07d5

The following commit(s) were added to refs/heads/main by this push:
       new  50ac7bb09 Remove redundant version macros.
50ac7bb09 is described below

commit 50ac7bb098f1ae7a06606402494ed165f07c07d5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jan 21 08:55:49 2021 -0500

    Remove redundant version macros.
---
 idp-distribution/pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index 6b1e99629..fcb539d91 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -52,14 +52,12 @@
         <dependency>
             <groupId>org.bouncycastle</groupId>
             <artifactId>bcpg-jdk15on</artifactId>
-            <version>${bouncycastle.version}</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-compress</artifactId>
-          <version>${commons.compress.version}</version>
           <scope>runtime</scope>
         </dependency>
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list