mirror of https://github.com/apache/cassandra
Switch MAT to fetch jars from repo.maven.apache.org
This commit is contained in:
parent
b0db519b79
commit
fdb8c96108
|
|
@ -1,4 +1,4 @@
|
||||||
# Maven2 Repository Locations (you can override these in "build.properties" to point to a local proxy, e.g. Nexus)
|
# Maven2 Repository Locations (you can override these in "build.properties" to point to a local proxy, e.g. Nexus)
|
||||||
artifact.remoteRepository.central: http://repo1.maven.org/maven2
|
artifact.remoteRepository.central: http://repo1.maven.org/maven2
|
||||||
artifact.remoteRepository.apache: https://repository.apache.org/content/repositories/releases
|
artifact.remoteRepository.apache: http://repo.maven.apache.org/maven2
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -251,6 +251,8 @@
|
||||||
<artifact:dependencies pathId="wikitext.classpath">
|
<artifact:dependencies pathId="wikitext.classpath">
|
||||||
<dependency groupId="com.datastax.wikitext" artifactId="wikitext-core-ant" version="1.3"/>
|
<dependency groupId="com.datastax.wikitext" artifactId="wikitext-core-ant" version="1.3"/>
|
||||||
<dependency groupId="org.fusesource.wikitext" artifactId="textile-core" version="1.3"/>
|
<dependency groupId="org.fusesource.wikitext" artifactId="textile-core" version="1.3"/>
|
||||||
|
<remoteRepository refid="central"/>
|
||||||
|
<remoteRepository refid="apache"/>
|
||||||
</artifact:dependencies>
|
</artifact:dependencies>
|
||||||
<taskdef classpathref="wikitext.classpath" resource="wikitexttasks.properties" />
|
<taskdef classpathref="wikitext.classpath" resource="wikitexttasks.properties" />
|
||||||
<wikitext-to-html markupLanguage="Textile">
|
<wikitext-to-html markupLanguage="Textile">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue