obiba / genobyte

GenoByte is a Java API for storing and querying data resulting from the aggregation of high-throughput genotyping experiments across many subjects.
GNU General Public License v3.0
1 stars 0 forks source link

GEN-58: Remove dependency on commons-digester #36

Open ymarcon opened 17 years ago

ymarcon commented 17 years ago

Jira issue originally created by user @plaflamme:

The commons-digester dependency is currently only used by the Xml schema parser. Since the file format is quite simple, using the digester could be replaced by custom code in order to reduce the amount of dependencies our library has. Also, commons-digester depends on other commons libraries (beanutils and collections).