stephenc / java-iso-tools

A fork of JIIC hosted on github
http://github.com/stephenc/java-iso-tools/wiki
GNU Lesser General Public License v2.1
78 stars 45 forks source link

Remove commons-lang dependency from Sabre #10

Closed axelfontaine closed 11 years ago

axelfontaine commented 11 years ago

The library should ideally have 0 outside dependencies, except for the JDK.

hgomez commented 11 years ago

commons-lang is needed by XMLAtomHandler.

axelfontaine commented 11 years ago

It is only needed for one method: StringEscapeUtils.escapeJava(data);

This could easily be reimplemented inside Sabre and would get rid of the commons-lang dependency.

hgomez commented 11 years ago

Pull request welcomed