summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-06-07 11:56:20 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-06-07 11:56:20 -0400
commit9c97482009e1063db294d6b3f3683bce3cb41ef8 (patch)
tree127d348c04114649dc77dea0bc3291e17d27698c /conf
parent519d2138edf8fceadc09a58dc6b20a022152bb8a (diff)
add aether-core-bootstrap and several dependencies
Diffstat (limited to 'conf')
-rw-r--r--conf/dependencies.mk16
-rw-r--r--conf/sources.mk5
2 files changed, 19 insertions, 2 deletions
diff --git a/conf/dependencies.mk b/conf/dependencies.mk
index 19259df..a6c3356 100644
--- a/conf/dependencies.mk
+++ b/conf/dependencies.mk
@@ -33,8 +33,9 @@ build/packages/maven: \
$(dep-modello-cli) \
$(dep-plexus-metadata-generator-cli) \
$(dep-jsr330) \
- build/packages/plexus-component-annotations \
- build/packages/modello-plugins
+ build/packages/aether-core-bootstrap \
+ build/packages/modello-plugins \
+ build/packages/plexus-component-annotations
build/packages/maven-artifact-bootstrap: \
build/packages/plexus-utils
build/packages/maven-plugin-api-bootstrap: \
@@ -93,11 +94,22 @@ build/packages/plexus-container-default: \
build/packages/xbean-reflect-bootstrap \
/usr/share/java/junit.jar
+build/packages/aether-core-bootstrap: \
+ $(dep-jsr330) \
+ build/packages/httpcomponents-core \
+ build/packages/httpcomponents-client-bootstrap
build/packages/guava: \
$(dep-jsr305)
build/packages/qdox: \
build/packages/jflex
+build/packages/httpcomponents-core: \
+ build/packages/commons-cli
+build/packages/httpcomponents-client-bootstrap: \
+ build/packages/commons-codec \
+ build/packages/httpcomponents-core \
+ /usr/share/java/commons-logging/commons-logging.jar
+
build/packages/jdom1: \
build/packages/jaxen-bootstrap \
$(dep-xerces2)
diff --git a/conf/sources.mk b/conf/sources.mk
index 35456dc..6ef3f2f 100644
--- a/conf/sources.mk
+++ b/conf/sources.mk
@@ -24,9 +24,14 @@ plexus-component-metadata-bootstrap = git|git://github.com/sonatype/ple
plexus-container-default = git|git://github.com/sonatype/plexus-containers.git|plexus-containers-1.5.5/plexus-container-default
+aether-core-bootstrap = git|git://git.eclipse.org/gitroot/aether/aether-core.git|aether-1.0.0.v20140518
guava = git|https://code.google.com/p/guava-libraries/|v17.0/guava
qdox = tar|http://nexus.codehaus.org/content/repositories/releases/com/thoughtworks/qdox/qdox/2.0-M1/qdox-2.0-M1-project.tar.bz2
commons-cli = tar|$(_apache_mirror)/commons/cli/source/commons-cli-1.2-src.tar.gz
+commons-codec = tar|$(_apache_mirror)/commons/codec/source/commons-codec-1.9-src.tar.gz
+
+httpcomponents-core = tar|$(_apache_mirror)/httpcomponents/httpcore/source/httpcomponents-core-4.3.2-src.tar.gz
+httpcomponents-client-bootstrap = tar|$(_apache_mirror)/httpcomponents/httpclient/source/httpcomponents-client-4.3.4-src.tar.gz
# Is missing support for jom4j and xom
jaxen-bootstrap = tar|http://dist.codehaus.org/jaxen/distributions/jaxen-1.1.6-src.tar.gz