[ 
https://issues.apache.org/jira/browse/CONFIGURATION-416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12871790#action_12871790
 ] 

Stanislav Ochotnicky commented on CONFIGURATION-416:
----------------------------------------------------

Ah yes, you are right...the process is not finished. I just always noticed 
groupId of parent pom and that is normally org.apache.commons...confused me a 
bit :-)

Thanks for fast response.

> pom specifies incorrect groupId for commons dependencies
> --------------------------------------------------------
>
>                 Key: CONFIGURATION-416
>                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-416
>             Project: Commons Configuration
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 1.6
>            Reporter: Stanislav Ochotnicky
>            Priority: Minor
>
> pom.xml specifies commons depencencies as follows:
> <dependency>
>       <groupId>commons-collections</groupId>
>       <artifactId>commons-collections</artifactId>
>       <version>3.2.1</version>
> </dependency>
> Commons packages have been migrated to use correct groupId of 
> org.apache.commons so these dependencies should be changed accordingly. We 
> caught this when rebuilding commons packages using maven for Fedora rawhide 
> and our build system was unable to find dependencies because of this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to