mirror of https://github.com/apache/cassandra
Followup commit to fix maven deps on boundary's NBHM for CASSANDRA-7128
This commit is contained in:
parent
0f977c597a
commit
4ee372106f
|
|
@ -4,5 +4,4 @@ artifact.remoteRepository.java.net2: http://download.java.net/maven/2
|
|||
artifact.remoteRepository.apache: https://repository.apache.org/content/repositories/releases
|
||||
artifact.remoteRepository.jclouds: http://jclouds.googlecode.com/svn/repo
|
||||
artifact.remoteRepository.oauth: http://oauth.googlecode.com/svn/code/maven
|
||||
artifact.remoteRepository.boundary: http://maven.boundary.com/artifactory/external
|
||||
|
||||
|
|
|
|||
|
|
@ -283,7 +283,6 @@
|
|||
<artifact:remoteRepository id="central" url="${artifact.remoteRepository.central}"/>
|
||||
<artifact:remoteRepository id="java.net2" url="${artifact.remoteRepository.java.net2}"/>
|
||||
<artifact:remoteRepository id="apache" url="${artifact.remoteRepository.apache}"/>
|
||||
<!-- <artifact:remoteRepository id="boundary" url="${artifact.remoteRepository.boundary}"/> -->
|
||||
|
||||
<macrodef name="install">
|
||||
<attribute name="pomFile"/>
|
||||
|
|
@ -362,7 +361,7 @@
|
|||
<exclusion groupId="junit" artifactId="junit"/>
|
||||
</dependency>
|
||||
<dependency groupId="com.googlecode.json-simple" artifactId="json-simple" version="1.1"/>
|
||||
<dependency groupId="com.boundary" artifactId="high-scale-lib" version="1.0.5"/>
|
||||
<dependency groupId="com.boundary" artifactId="high-scale-lib" version="1.0.6"/>
|
||||
<dependency groupId="com.github.jbellis" artifactId="jamm" version="0.2.6"/>
|
||||
<dependency groupId="com.thinkaurelius.thrift" artifactId="thrift-server" version="0.3.3">
|
||||
<exclusion groupId="org.slf4j" artifactId="slf4j-log4j12"/>
|
||||
|
|
@ -543,7 +542,6 @@
|
|||
<remoteRepository refid="central"/>
|
||||
<remoteRepository refid="apache"/>
|
||||
<remoteRepository refid="java.net2"/>
|
||||
<!-- <remoteRepository refid="boundary"/> -->
|
||||
</artifact:dependencies>
|
||||
<artifact:dependencies pomRefId="coverage-deps-pom"
|
||||
pathId="cobertura.classpath">
|
||||
|
|
@ -569,7 +567,6 @@
|
|||
<remoteRepository refid="apache"/>
|
||||
<remoteRepository refid="central"/>
|
||||
<remoteRepository refid="oauth"/>
|
||||
<!-- <remoteRepository refid="boundary"/> -->
|
||||
</artifact:dependencies>
|
||||
<copy todir="${test.lib}/jars">
|
||||
<fileset refid="test-dependency-jars"/>
|
||||
|
|
@ -590,7 +587,6 @@
|
|||
<remoteRepository refid="apache"/>
|
||||
<remoteRepository refid="central"/>
|
||||
<remoteRepository refid="java.net2"/>
|
||||
<!-- <remoteRepository refid="boundary"/> -->
|
||||
</artifact:dependencies>
|
||||
<copy todir="${build.dir.lib}/jars">
|
||||
<fileset refid="test-dependency-jars"/>
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue