Bug 611940

Summary: remove unnecessary deps in all the pom.xml that needed javac workaround
Product: [Other] RHQ Project Reporter: John Mazzitelli <mazz>
Component: Build SystemAssignee: John Sanda <jsanda>
Status: CLOSED CURRENTRELEASE QA Contact: Mike Foley <mfoley>
Severity: medium Docs Contact:
Priority: low    
Version: 3.0.0CC: jshaughn
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-02 19:06:46 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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