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