Repository: struts
Updated Branches:
  refs/heads/master f9e4fe483 -> 06c858386


WW-4819 fixed commons-collections groupId in dependency management


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/06c85838
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/06c85838
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/06c85838

Branch: refs/heads/master
Commit: 06c858386760687e276bb5bd310996ad633990a2
Parents: f9e4fe4
Author: Stefaan Dutry <stefaan.du...@gmail.com>
Authored: Mon Jul 24 23:19:58 2017 +0200
Committer: Stefaan Dutry <stefaan.du...@gmail.com>
Committed: Mon Jul 24 23:27:15 2017 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/06c85838/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c45da95..55dcfb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -701,7 +701,7 @@
             </dependency>
             <!-- it's a dependency of Velocity defined here to override the 
transitive one -->
             <dependency>
-                <groupId>org.apache.commons</groupId>
+                <groupId>commons-collections</groupId>
                 <artifactId>commons-collections</artifactId>
                 <version>3.2.2</version>
             </dependency>

Reply via email to