You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by sd...@apache.org on 2017/07/25 06:18:35 UTC

struts git commit: WW-4819 fixed commons-collections groupId in dependency management

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 <st...@gmail.com>
Authored: Mon Jul 24 23:19:58 2017 +0200
Committer: Stefaan Dutry <st...@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>