[java-parent-project] branch master updated: SWF should be managed in the parent, not idp-parent.

Scott Cantor cantor.2 at osu.edu
Thu Jul 23 16:59:58 UTC 2020


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

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

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

The following commit(s) were added to refs/heads/master by this push:
       new  0ab505e   SWF should be managed in the parent, not idp-parent.
0ab505e is described below

commit 0ab505e15c653039c3954ccad554e8643d2a38bf
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jul 23 13:00:39 2020 -0400

    SWF should be managed in the parent, not idp-parent.
---
 pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/pom.xml b/pom.xml
index 70f31af..39c688e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -335,6 +335,17 @@
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
+            <dependency>
+                <groupId>${spring-webflow.groupId}</groupId>
+                <artifactId>spring-webflow</artifactId>
+                <version>${spring-webflow.version}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>commons-logging</groupId>
+                        <artifactId>commons-logging</artifactId>
+                    </exclusion>
+                </exclusions>
+            </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