[jboss-jira] [JBoss JIRA] Created: (JBAS-7716) Remove thirdparty dependency - jfreechart

Dimitris Andreadis (JIRA) jira-events at lists.jboss.org
Tue Feb 9 10:19:19 EST 2010


Remove thirdparty dependency - jfreechart
-----------------------------------------

                 Key: JBAS-7716
                 URL: https://jira.jboss.org/jira/browse/JBAS-7716
             Project: JBoss Application Server
          Issue Type: Sub-task
      Security Level: Public (Everyone can see)
          Components: JMX/Web Console
            Reporter: Dimitris Andreadis
            Assignee: Dimitris Andreadis
             Fix For: JBossAS-6.0.0.M2


With the removal of web-console there is no need for the jfreechart dependency:

      <dependency>
        <groupId>jfree</groupId>
        <artifactId>jfreechart</artifactId>
        <version>1.0.2</version>
      </dependency>
      
      <dependency>
        <groupId>jfree</groupId>
        <artifactId>jcommon</artifactId>
        <version>1.0.2</version>
      </dependency>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list