update xmlbeans repo
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1834639 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
88de42971d
commit
214ad2a5b5
@ -25,12 +25,6 @@ buildscript {
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven { url "https://repository.apache.org/content/repositories/staging" }
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
|
||||
// Only add the plugin for Sonar if enabled
|
||||
if (project.hasProperty('enableSonar')) {
|
||||
println 'Enabling Sonar support'
|
||||
|
@ -201,7 +201,7 @@ under the License.
|
||||
value="${repository.m2}/maven2/com/github/virtuald/curvesapi/1.05/curvesapi-1.05.jar"/>
|
||||
<property name="ooxml.xmlbeans.jar" location="${ooxml.lib}/xmlbeans-3.0.0.jar"/>
|
||||
<property name="ooxml.xmlbeans.url"
|
||||
value="https://repository.apache.org/content/repositories/staging/org/apache/xmlbeans/xmlbeans/3.0.0/xmlbeans-3.0.0.jar"/>
|
||||
value="https://repository.apache.org/content/repositories/releases/org/apache/xmlbeans/xmlbeans/3.0.0/xmlbeans-3.0.0.jar"/>
|
||||
<property name="ooxml.commons-compress.jar" location="${main.lib}/commons-compress-1.17.jar"/>
|
||||
<property name="ooxml.commons-compress.url"
|
||||
value="${repository.m2}/maven2/org/apache/commons/commons-compress/1.17/commons-compress-1.17.jar"/>
|
||||
|
@ -49,9 +49,9 @@
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>xmlbeans-snapshot-repo</id>
|
||||
<name>xmlbeans snapshot repo</name>
|
||||
<url>https://repository.apache.org/content/repositories/staging</url>
|
||||
<id>apache-releases-repo</id>
|
||||
<name>apache releases repo</name>
|
||||
<url>https://repository.apache.org/content/repositories/releases</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user