[java-shib-attribute] branch main updated: Add back a dependency to fix Javadoc issue.

Scott Cantor cantor.2 at osu.edu
Thu Sep 8 15:28:54 UTC 2022


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

scantor pushed a commit to branch main
in repository java-shib-attribute.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-attribute.git;a=commit;h=2498d1f7475b5ffa40a72cdcd0265c87f1aa243f

The following commit(s) were added to refs/heads/main by this push:
     new 2498d1f74 Add back a dependency to fix Javadoc issue.
2498d1f74 is described below

commit 2498d1f7475b5ffa40a72cdcd0265c87f1aa243f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Sep 8 11:28:51 2022 -0400

    Add back a dependency to fix Javadoc issue.
---
 shib-attribute-filter-spring/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/shib-attribute-filter-spring/pom.xml b/shib-attribute-filter-spring/pom.xml
index 53a35f511..afee66d1c 100644
--- a/shib-attribute-filter-spring/pom.xml
+++ b/shib-attribute-filter-spring/pom.xml
@@ -33,6 +33,12 @@
             <version>${project.version}</version>
         </dependency>
 
+        <!-- May be required for some odd esoteric javadoc reason... -->
+        <dependency>
+            <groupId>${opensaml.groupId}</groupId>
+            <artifactId>opensaml-messaging-api</artifactId>
+        </dependency>
+
         <dependency>
             <groupId>${shib-shared.groupId}</groupId>
             <artifactId>shib-security</artifactId>

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


More information about the commits mailing list