[java-parent-project] branch main updated: Add spring-binding as a managed dep as it's referenced by >1 module.

Scott Cantor cantor.2 at osu.edu
Wed Sep 27 16:56:38 UTC 2023


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

scantor pushed a commit to branch main
in repository java-parent-project.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=facc63041a54bec9949ef20d406e638ce99dc7b8

The following commit(s) were added to refs/heads/main by this push:
     new facc630  Add spring-binding as a managed dep as it's referenced by >1 module.
facc630 is described below

commit facc63041a54bec9949ef20d406e638ce99dc7b8
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 27 12:56:34 2023 -0400

    Add spring-binding as a managed dep as it's referenced by >1 module.
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index deb4257..6ca5e26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -271,6 +271,11 @@
                     </exclusion>
                 </exclusions>
             </dependency>
+            <dependency>
+                <groupId>${spring-webflow.groupId}</groupId>
+                <artifactId>spring-binding</artifactId>
+                <version>${spring-webflow.version}</version>
+            </dependency>
             <dependency>
                 <groupId>org.cryptacular</groupId>
                 <artifactId>cryptacular</artifactId>

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


More information about the commits mailing list