diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/dependencies.mk | 2 | ||||
-rw-r--r-- | conf/sources.mk | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/conf/dependencies.mk b/conf/dependencies.mk index 042e527..f8b99da 100644 --- a/conf/dependencies.mk +++ b/conf/dependencies.mk @@ -59,3 +59,5 @@ build/packages/plexus-container-default: \ build/packages/guava: \ $(dep-jsr305) +build/packages/jdom-bootstrap: \ + build/packages/jaxen-bootstrap diff --git a/conf/sources.mk b/conf/sources.mk index 94b741e..86f3142 100644 --- a/conf/sources.mk +++ b/conf/sources.mk @@ -21,6 +21,8 @@ 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 +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 # Any other implementation of JSR-305 would probably be fine too. jsr305 = svn|http://jsr-305.googlecode.com/svn|trunk/ri |