mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-3.0' into cassandra-3.11
This commit is contained in:
commit
5ea7f7c6f2
|
|
@ -1,4 +1,4 @@
|
|||
# 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.apache: https://repository.apache.org/content/repositories/releases
|
||||
artifact.remoteRepository.apache: http://repo.maven.apache.org/maven2
|
||||
|
||||
|
|
|
|||
|
|
@ -245,6 +245,8 @@
|
|||
<artifact:dependencies pathId="wikitext.classpath">
|
||||
<dependency groupId="com.datastax.wikitext" artifactId="wikitext-core-ant" version="1.3"/>
|
||||
<dependency groupId="org.fusesource.wikitext" artifactId="textile-core" version="1.3"/>
|
||||
<remoteRepository refid="central"/>
|
||||
<remoteRepository refid="apache"/>
|
||||
</artifact:dependencies>
|
||||
<taskdef classpathref="wikitext.classpath" resource="wikitexttasks.properties" />
|
||||
<wikitext-to-html markupLanguage="Textile">
|
||||
|
|
|
|||
Loading…
Reference in New Issue