[java-metadata-aggregator] 02/03: Permit joda-time as a (transitive) test dependency

Ian Young ian at iay.org.uk
Thu Aug 27 13:29:29 UTC 2020


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

iay pushed a commit to branch main
in repository java-metadata-aggregator.

View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=1213b15ef81d1349c16f98e8fb5816d3155f8a1f

commit 1213b15ef81d1349c16f98e8fb5816d3155f8a1f
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Aug 27 09:27:48 2020 +0100

    Permit joda-time as a (transitive) test dependency
---
 aggregator-parent/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/aggregator-parent/pom.xml b/aggregator-parent/pom.xml
index 704c7bc..dd749f7 100644
--- a/aggregator-parent/pom.xml
+++ b/aggregator-parent/pom.xml
@@ -194,6 +194,9 @@
                                     <excludes>
                                         <exclude>joda-time:joda-time</exclude>
                                     </excludes>
+                                    <includes>
+                                        <exclude>joda-time:joda-time:*:jar:test</exclude>
+                                    </includes>
                                 </bannedDependencies>
                             </rules>
                             <fail>true</fail>

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


More information about the commits mailing list