diff options
author | Dominik Stadler <centic@apache.org> | 2020-09-25 19:39:49 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2020-09-25 19:39:49 +0000 |
commit | 7b83320f9e26157dfd8cdef2b628dce7ba42aa55 (patch) | |
tree | 2905a930c7040d9e6b6a2d43669a7b22b64df1c1 /sonar/excelant | |
parent | ceae0d0903e95dbf0c9e70a7e154513232e529c9 (diff) | |
download | poi-7b83320f9e26157dfd8cdef2b628dce7ba42aa55.tar.gz poi-7b83320f9e26157dfd8cdef2b628dce7ba42aa55.zip |
Update third party libraries in pom.xml and build.gradle, update JaCoCo to 0.8.6
Maven build should work onw, but Gradle is still broken by the poi-ant-contrib library
Also remove outdated third party libraries
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882026 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar/excelant')
-rw-r--r-- | sonar/excelant/pom.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/sonar/excelant/pom.xml b/sonar/excelant/pom.xml index 692876ac7a..0bea755b41 100644 --- a/sonar/excelant/pom.xml +++ b/sonar/excelant/pom.xml @@ -29,12 +29,12 @@ </goals> <configuration> <outputDirectory>${basedir}/src/main/java</outputDirectory> - <resources> + <resources> <resource> <directory>../../src/excelant/java</directory> </resource> - </resources> - </configuration> + </resources> + </configuration> </execution> <execution> <id>copy-resources</id> @@ -45,12 +45,12 @@ </goals> <configuration> <outputDirectory>${basedir}/src/main/resources</outputDirectory> - <resources> + <resources> <resource> <directory>../../src/excelant/resources</directory> </resource> - </resources> - </configuration> + </resources> + </configuration> </execution> <execution> <id>copy-tests</id> @@ -61,12 +61,12 @@ </goals> <configuration> <outputDirectory>${basedir}/src/test/java</outputDirectory> - <resources> + <resources> <resource> <directory>../../src/excelant/testcases</directory> </resource> - </resources> - </configuration> + </resources> + </configuration> </execution> </executions> </plugin> @@ -82,7 +82,7 @@ </fileset> </filesets> </configuration> - </plugin> + </plugin> </plugins> </build> @@ -108,7 +108,7 @@ <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> - <version>1.10.1</version> + <version>1.10.8</version> </dependency> </dependencies> </project> |