Override jacoco version from commons parent to make the build work with java 8

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1617074 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2014-08-10 09:11:58 +00:00
parent 3eec388ea5
commit 3c7be9458f
1 changed files with 4 additions and 0 deletions

View File

@ -130,6 +130,10 @@ CSV files of various types.
<checkstyle.version>2.12.1</checkstyle.version>
<checkstyle.header.file>${basedir}/LICENSE-header.txt</checkstyle.header.file>
<!-- Override jacoco version from commons parent 34, since it doesn't work with Java 8.
Remove this after commons parent 35 has been released. -->
<commons.jacoco.version>0.7.1.201405082137</commons.jacoco.version>
</properties>
<build>