You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by so...@apache.org on 2019/12/25 05:15:08 UTC

[openjpa] branch master updated: OPENJPA-2799 commons-collections4 groupId is corrected

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git


The following commit(s) were added to refs/heads/master by this push:
     new 0a6b7fb  OPENJPA-2799 commons-collections4 groupId is corrected
0a6b7fb is described below

commit 0a6b7fb5944129a89f1861f3f7bbb40fac94ef8d
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Wed Dec 25 12:14:52 2019 +0700

    OPENJPA-2799 commons-collections4 groupId is corrected
---
 openjpa-features/src/main/feature/feature.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openjpa-features/src/main/feature/feature.xml b/openjpa-features/src/main/feature/feature.xml
index 7a537f2..4737feb 100644
--- a/openjpa-features/src/main/feature/feature.xml
+++ b/openjpa-features/src/main/feature/feature.xml
@@ -26,7 +26,7 @@
         <bundle dependency="true">mvn:org.apache.geronimo.specs/geronimo-el_1.0_spec/1.0.1</bundle>
         <bundle dependency="true">mvn:org.apache.commons/commons-pool2/2.6.0</bundle>
         <bundle dependency="true">mvn:org.apache.commons/commons-dbcp2/2.6.0</bundle>
-        <bundle dependency="true">mvn:commons-collections/commons-collections4/4.3</bundle>
+        <bundle dependency="true">mvn:org.apache.commons/commons-collections4/4.3</bundle>
         <bundle dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.serp/1.14.1_1</bundle>
         <bundle dependency="true">mvn:org.apache.xbean/xbean-asm7-shaded/4.12</bundle>
         <bundle>mvn:org.apache.openjpa/openjpa/${project.version}</bundle>