Bug 1127077 - Unexpected changes on dependency for commons-configurations.1.6.redhat-3
Summary: Unexpected changes on dependency for commons-configurations.1.6.redhat-3
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Build
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: EAP 6.3.0
Assignee: jboss-set
QA Contact: Petr Kremensky
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-08-06 05:17 UTC by Ryan Zhang
Modified: 2019-03-01 12:28 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-03-01 12:28:44 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Ryan Zhang 2014-08-06 05:17:12 UTC
Description of problem:
I see an unexpected dependencies change for commons-configuration-1.6.redhat-3.[1]
The unexpected dependency change is:
comons-configuration 1.6:
  <dependency>
      <groupId>commons-beanutils</groupId>
      <artifactId>commons-beanutils-core</artifactId>
      <version>1.8.0</version>
    </dependency>

comons-configuration 1.6.redhat-3:
  <dependency>
      <groupId>commons-beanutils</groupId>
      <artifactId>commons-beanutils</artifactId>
      <version>1.8.0</version>
    </dependency>

[1]: https://brewweb.devel.redhat.com/buildinfo?buildID=300112

Is there any particular reason we need to change the dependency from commons-beanutils-core to commons-beanutils?
This is explored by maven-enforce when I build errai 2.4.4.Final.
Error log is:
Dependency convergence error for commons-beanutils:commons-beanutils:1.7.0 paths to dependency are:
+-org.jboss.errai:cordova-maven-plugin:2.4.4.Final
  +-commons-configuration:commons-configuration:1.6.redhat-3
    +-commons-digester:commons-digester:1.8
      +-commons-beanutils:commons-beanutils:1.7.0
and
+-org.jboss.errai:cordova-maven-plugin:2.4.4.Final
  +-commons-configuration:commons-configuration:1.6.redhat-3
    +-commons-beanutils:commons-beanutils:1.8.0

This blocks the Errai build which is underlying projects for FSW, BRMS/BPM.
Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:


Note You need to log in before you can comment on or make changes to this bug.