[java-identity-provider] branch main updated: BOM was missing CLI module.

Scott Cantor cantor.2 at osu.edu
Tue Jun 27 15:36:33 UTC 2023


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=1d9c5648400d9a51714afc01728db78ab28b7a9f

The following commit(s) were added to refs/heads/main by this push:
     new 1d9c56484 BOM was missing CLI module.
1d9c56484 is described below

commit 1d9c5648400d9a51714afc01728db78ab28b7a9f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jun 27 11:30:20 2023 -0400

    BOM was missing CLI module.
---
 idp-bom/pom.xml | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/idp-bom/pom.xml b/idp-bom/pom.xml
index 147288592..8b390761b 100644
--- a/idp-bom/pom.xml
+++ b/idp-bom/pom.xml
@@ -23,11 +23,6 @@
                 <artifactId>idp-core</artifactId>
                 <version>${project.version}</version>
             </dependency>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>idp-schema</artifactId>
-                <version>${project.version}</version>
-            </dependency>
             
             <dependency>
                 <groupId>${project.groupId}</groupId>
@@ -100,17 +95,27 @@
                 <artifactId>idp-session-impl</artifactId>
                 <version>${project.version}</version>
             </dependency>
+
             <dependency>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>idp-ui</artifactId>
+                <artifactId>idp-cli</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>idp-schema</artifactId>
                 <version>${project.version}</version>
             </dependency>
-
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>idp-spring</artifactId>
                 <version>${project.version}</version>
             </dependency>
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>idp-ui</artifactId>
+                <version>${project.version}</version>
+            </dependency>
             
             <dependency>
                 <groupId>${project.groupId}</groupId>

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


More information about the commits mailing list