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:
parent
3eec388ea5
commit
3c7be9458f
4
pom.xml
4
pom.xml
|
@ -130,6 +130,10 @@ CSV files of various types.
|
||||||
|
|
||||||
<checkstyle.version>2.12.1</checkstyle.version>
|
<checkstyle.version>2.12.1</checkstyle.version>
|
||||||
<checkstyle.header.file>${basedir}/LICENSE-header.txt</checkstyle.header.file>
|
<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>
|
</properties>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|
Loading…
Reference in New Issue