Remove dependencies on XOM (an LGPL licensed library).
------------------------------------------------------

                 Key: ISIS-98
                 URL: https://issues.apache.org/jira/browse/ISIS-98
             Project: Isis
          Issue Type: Improvement
          Components: Viewer: BDD, Viewer: Restful, Viewer: Scimpi
    Affects Versions: 0.1.2-incubating-SNAPSHOT
            Reporter: Dan Haywood
            Assignee: Dan Haywood
             Fix For: 0.1.2-incubating


1. [oai.viewer:restful] uses xom extensively ... replace with jdom.

2. [oai.viewer:scimpi]'s pom.xml references org.owasp.esapi:esapi, which in 
turn has a transitive dependency on xom.  However, the esapi is not (does not 
seem to be) used, so can safely remove

3. [oai.viewer:bdd-concordion] uses org.concordion:concordion, which in turn 
has a transitive dependency on xom.  For this, mark the dependency as excluded, 
and require end-users to explicitly include the reference to XOM in their own 
pom files.  Also update the archetype source so that it has this direct 
dependency set up for users.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to