[java-identity-provider] branch main updated: Fix classpath issue with tests, schema module now required.

Scott Cantor cantor.2 at osu.edu
Tue Aug 8 21:04:08 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=9e85942e41f7b127f0137eb6eec0e4d538f00089

The following commit(s) were added to refs/heads/main by this push:
     new 9e85942e4 Fix classpath issue with tests, schema module now required.
9e85942e4 is described below

commit 9e85942e41f7b127f0137eb6eec0e4d538f00089
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Aug 8 17:03:46 2023 -0400

    Fix classpath issue with tests, schema module now required.
---
 idp-conf-impl/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/idp-conf-impl/pom.xml b/idp-conf-impl/pom.xml
index 680a2c581..256cf4561 100644
--- a/idp-conf-impl/pom.xml
+++ b/idp-conf-impl/pom.xml
@@ -176,6 +176,12 @@
             <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>idp-schema</artifactId>
+            <version>${project.version}</version>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>idp-spring</artifactId>

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


More information about the commits mailing list