[xmlsectool] branch main updated: Fix nightly build Specify opensaml-core-impl and shib-security as direct (not inherited) dependencies

Rod Widdowson rdw at steadingsoftware.com
Thu Sep 21 09:18:32 UTC 2023


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

rdw pushed a commit to branch main
in repository xmlsectool.

View the commit online:
http://git.shibboleth.net/view/?p=xmlsectool.git;a=commit;h=ed8aaf5c3522b73198b29fcdaf7dff87cb345adc

The following commit(s) were added to refs/heads/main by this push:
     new ed8aaf5  Fix nightly build Specify opensaml-core-impl and shib-security as direct (not inherited) dependencies
ed8aaf5 is described below

commit ed8aaf5c3522b73198b29fcdaf7dff87cb345adc
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Sep 21 10:16:50 2023 +0100

    Fix nightly build
    Specify opensaml-core-impl and shib-security as direct (not inherited) dependencies
---
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index 70d1a05..438c547 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,12 +47,22 @@
             <artifactId>shib-support</artifactId>
             <version>${shib-shared.version}</version>
         </dependency>
+        <dependency>
+            <groupId>${shib-shared.groupId}</groupId>
+            <artifactId>shib-security</artifactId>
+            <version>${shib-shared.version}</version>
+        </dependency>
 
         <dependency>
             <groupId>${opensaml.groupId}</groupId>
             <artifactId>opensaml-core-api</artifactId>
             <version>${opensaml.version}</version>
         </dependency>
+        <dependency>
+            <groupId>${opensaml.groupId}</groupId>
+            <artifactId>opensaml-core-impl</artifactId>
+            <version>${opensaml.version}</version>
+        </dependency>
         <dependency>
             <groupId>${opensaml.groupId}</groupId>
             <artifactId>opensaml-security-api</artifactId>

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


More information about the commits mailing list