Bug 611940 - remove unnecessary deps in all the pom.xml that needed javac workaround
Summary: remove unnecessary deps in all the pom.xml that needed javac workaround
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: RHQ Project
Classification: Other
Component: Build System
Version: 3.0.0
Hardware: All
OS: All
low
medium
Target Milestone: ---
: ---
Assignee: John Sanda
QA Contact: Mike Foley
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-07-06 21:54 UTC by John Mazzitelli
Modified: 2014-06-02 19:06 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-06-02 19:06:46 UTC
Embargoed:


Attachments (Terms of Use)

Description John Mazzitelli 2010-07-06 21:54:05 UTC
In many of our pom.xml files, we have this:

      <!-- TODO: This is a fix for the Javac bug requiring annotations to be
           available when compiling dependent classes. It is fixed in JDK 6 -->

Some of our dependencies didn't need to be there, but because there is a a bug in the JDK5 compiler, it needed jars just to load in annotation classes. JDK6 doesn't have this problem.

We should go through and remove all those unnecessary deps.

Comment 1 Jay Shaughnessy 2014-06-02 19:06:46 UTC
done


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