diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-04 00:23:07 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-04 00:23:07 -0400 |
commit | d5902fc1e3c8b9cf8574b4cf61dc5a8ceae7fefc (patch) | |
tree | baeaab1028b4b4fbd56dda7418f54882ebb8c640 /conf/sources.mk | |
parent | 0492728b0c768cc704a6ba6b3360e43787313916 (diff) |
It turns out the jdom1 and jdom2 APIs are different.
Diffstat (limited to 'conf/sources.mk')
-rw-r--r-- | conf/sources.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/sources.mk b/conf/sources.mk index 8bc9d48..9ceebc4 100644 --- a/conf/sources.mk +++ b/conf/sources.mk @@ -22,8 +22,12 @@ plexus-interpolation = git|git://github.com/sonatype/ple plexus-utils = git|git://github.com/sonatype/plexus-utils.git|plexus-utils-3.0.17 guava = git|https://code.google.com/p/guava-libraries/|v17.0/guava + +# Is missing support for jom4j and xom jaxen-bootstrap = tar|http://dist.codehaus.org/jaxen/distributions/jaxen-1.1.6-src.tar.gz -jdom-bootstrap = git|git://github.com/hunterhacker/jdom.git|JDOM-2.0.5 + +jdom1 = git|git://github.com/hunterhacker/jdom.git|jdom-1.1.3 +jdom1-bootstrap = $(jdom1) # Any other implementation of JSR-305 would probably be fine too. jsr305 = svn|http://jsr-305.googlecode.com/svn|trunk/ri |