blob: 506050edec82e0525f62c250f24ba1761f896baa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
_apache_svn = https://svn.apache.org/repos/asf
_apache_mirror = http://archive.apache.org/dist
maven = tar|$(_apache_mirror)/maven/maven-3/3.2.1/source/apache-maven-3.2.1-src.tar.gz
maven-plugin-api-bootstrap = tar|$(_apache_mirror)/maven/maven-3/3.2.1/source/apache-maven-3.2.1-src.tar.gz|maven-plugin-api
maven-artifact-bootstrap = tar|$(_apache_mirror)/maven/maven-3/3.2.1/source/apache-maven-3.2.1-src.tar.gz|maven-artifact
maven-plugin-tools = svn|$(_apache_svn)|maven/plugin-tools/tags/maven-plugin-tools-3.3
plexus-utils = git|git://github.com/sonatype/plexus-utils.git|plexus-utils-3.0.17
# guava
# sisu-guice (and -no_aop)
plexus-component-annotations = git|git://github.com/sonatype/plexus-containers.git|plexus-containers-1.5.5/plexus-component-annotations
plexus-container-default = git|git://github.com/sonatype/plexus-containers.git|plexus-containers-1.5.5/plexus-container-default
# junit
plexus-classworlds = git|git://github.com/sonatype/plexus-classworlds.git|plexus-classworlds-2.5.1
plexus-interpolation = git|git://github.com/sonatype/plexus-interpolation.git|plexus-interpolation-1.19
# slf4j-api
# ch.qos.logback/logback-clasic
# org.apache.maven.wagon/wagon-provider-api
# org.apache.maven.wagon/wagon-file
# org.apache.maven.wagon/wagon-http (shaded?)
# org.eclipse.aether/aether-api
# org.eclipse.aether/aether-spi
# org.eclipse.aether/aether-impl
# org.eclipse.aether/aether-util
# org.eclipse.aether/aether-connector-wagon
# org.eclipse.aether/aether-impl
# commons-cli
# commons-jxpath
# plexus-sec-dispatcher
plexus-cipher = git|git://github.com/sonatype/plexus-cipher.git|plexus-cipher-1.7
modello = git|git://github.com/sonatype/modello.git|modello-1.8.1
guava = git|https://code.google.com/p/guava-libraries/|v17.0/guava
# Yes, I know xbean 3.4 is old.
xbean-reflect = svn|$(_apache_svn)|geronimo/xbean/tags/xbean-3.4/xbean-reflect
# Any other implementation of JSR-305 would probably be fine too.
jsr305 = svn|http://jsr-305.googlecode.com/svn|trunk/ri
# An implementation of JSR-330. Perhaps use the one included in Google Guice if we include that anyway?
atinject-javax.inject = svn|http://atinject.googlecode.com/svn|trunk
|