Bug 830786

Summary: maven-ant-tasks has missing runtime dependency on maven-error-diagnostics
Product: [Fedora] Fedora Reporter: Michel Lind <michel>
Component: maven-ant-tasksAssignee: Orion Poplawski <orion>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17CC: java-sig-commits, mat.booth, orion
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: maven-ant-tasks-2.1.3-4.fc19 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-03-19 12:56:24 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michel Lind 2012-06-11 12:24:58 UTC
Description of problem:
Attempting to build software that depends on maven-ant-tasks using mvn-rpmbuild fails unless I add an explicit BR on maven-error-diagnostics; this is listed in maven-ant-tasks' POM file as a dependency but the RPM does not depend on it.

Version-Release number of selected component (if applicable):
maven-ant-tasks-2.1.1-9.fc17

How reproducible:
Always

Steps to Reproduce:
1. Download Leiningen SRPM (bug #830784) and its dependencies still being reviewed
2. Edit spec, disable BR on maven-error-diagnostics
3. Attempt to rebuild
  
Actual results:
Build fails - maven-ant-tasks requires in maven-error-diagnostics but its RPM does not depend on it

Expected results:
Build succeeds

Additional info:

Comment 1 Orion Poplawski 2012-06-11 16:03:44 UTC
Hmm, looks like maven-ant-tasks depends on maven 2, so this package may need to be dropped.

Comment 2 Mat Booth 2013-03-19 12:56:24 UTC
This should be fixed in F19 and rawhide.