summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-07-23 17:40:30 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-07-24 00:02:39 -0400
commitb36352b641c3a477e950636a76e1aa10570174f1 (patch)
tree318fe3bb27ef6c4d219091cc8a7af485816e47a5 /conf
parent288c893f1c7f675aab7f03be9ae00aa43f50f240 (diff)
de-bootstrap aether-core
Diffstat (limited to 'conf')
-rw-r--r--conf/dependencies.mk13
-rw-r--r--conf/sources.mk2
2 files changed, 11 insertions, 4 deletions
diff --git a/conf/dependencies.mk b/conf/dependencies.mk
index c2c7e37..b253bfc 100644
--- a/conf/dependencies.mk
+++ b/conf/dependencies.mk
@@ -162,10 +162,17 @@ build/packages/asm5: build/packages/ow-util-ant-tasks build/packages/bnd
# Misc
-build/packages/aether-core-bootstrap: \
- $(dep-jsr330) \
+build/packages/aether-core: \
+ build/packages/guice-bootstrap \
+ build/packages/httpcomponents-client-bootstrap \
build/packages/httpcomponents-core \
- build/packages/httpcomponents-client-bootstrap
+ build/packages/plexus-classworlds \
+ build/packages/plexus-component-annotations \
+ build/packages/plexus-container-default \
+ build/packages/plexus-utils \
+ build/packages/sisu-inject-bootstrap \
+ build/packages/slf4j-api \
+ build/packages/wagon
build/packages/bnd: \
$(dep-junit) \
build/packages/osgi50-core \
diff --git a/conf/sources.mk b/conf/sources.mk
index 2941b4d..a6aba99 100644
--- a/conf/sources.mk
+++ b/conf/sources.mk
@@ -97,7 +97,7 @@ eclipselink-persistence21 = tar|https://git.eclipse.org/c/ecl
sisu-inject-bootstrap = tar|https://git.eclipse.org/c/sisu/org.eclipse.sisu.inject.git/snapshot/releases/0.2.1.tar.gz|0.2.1
# Misc Git
-aether-core-bootstrap = git|git://git.eclipse.org/gitroot/aether/aether-core.git|aether-1.0.0.v20140518
+aether-core = git|git://git.eclipse.org/gitroot/aether/aether-core.git|aether-1.0.0.v20140518
bouncycastle-java = git|http://git.bouncycastle.org/repositories/bc-java|r1rv50 # SSL is broken
guava = git|https://code.google.com/p/guava-libraries/|v17.0/guava
jsoup = git|git://github.com/jhy/jsoup.git|jsoup-1.7.3