Explorar el Código

fix issue with commons-compress URL

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838237 13f79535-47bb-0310-9956-ffa450edef68
pull/122/head
PJ Fanning hace 5 años
padre
commit
8a417fe39d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      build.xml

+ 1
- 1
build.xml Ver fichero

@@ -205,7 +205,7 @@ under the License.
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.18.jar"/>
<property name="ooxml.commons-compress.url"
value="${repository.m2}/maven2/org/apache/commons/commons-compress/1.18/commons-compress-1.17.jar"/>
value="${repository.m2}/maven2/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar"/>

<!-- coverage libs -->
<property name="jacoco.zip" location="${main.lib}/jacoco-0.8.1.zip"/>

Cargando…
Cancelar
Guardar