[java-identity-provider] branch master updated: Add idp-conf-impl to BOM.

Scott Cantor cantor.2 at osu.edu
Mon Jul 27 16:19:54 UTC 2020


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

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

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

The following commit(s) were added to refs/heads/master by this push:
       new  10d7da953 Add idp-conf-impl to BOM.
10d7da953 is described below

commit 10d7da953d963f5c89755fef7d33658d50869fbd
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jul 27 12:20:47 2020 -0400

    Add idp-conf-impl to BOM.
---
 idp-bom/pom.xml | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/idp-bom/pom.xml b/idp-bom/pom.xml
index e75e6d673..14079d03a 100644
--- a/idp-bom/pom.xml
+++ b/idp-bom/pom.xml
@@ -107,12 +107,12 @@
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>idp-profile-impl</artifactId>
+                <artifactId>idp-consent-impl</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>idp-profile-spring</artifactId>
+                <artifactId>idp-profile-impl</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>
@@ -128,20 +128,20 @@
             
             <dependency>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>idp-attribute-resolver-spring</artifactId>
+                <artifactId>idp-profile-spring</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>idp-attribute-filter-spring</artifactId>
+                <artifactId>idp-attribute-resolver-spring</artifactId>
                 <version>${project.version}</version>
             </dependency>
-            
             <dependency>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>idp-consent-impl</artifactId>
+                <artifactId>idp-attribute-filter-spring</artifactId>
                 <version>${project.version}</version>
             </dependency>
+            
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>idp-war</artifactId>
@@ -164,6 +164,11 @@
                 <artifactId>idp-conf</artifactId>
                 <version>${project.version}</version>
             </dependency>
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>idp-conf-impl</artifactId>
+                <version>${project.version}</version>
+            </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>idp-distribution</artifactId>

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


More information about the commits mailing list