Skip to content

Commit 3c7be94

Browse files
committed
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
1 parent 3eec388 commit 3c7be94

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ CSV files of various types.
130130

131131
<checkstyle.version>2.12.1</checkstyle.version>
132132
<checkstyle.header.file>${basedir}/LICENSE-header.txt</checkstyle.header.file>
133+
134+
<!-- Override jacoco version from commons parent 34, since it doesn't work with Java 8.
135+
Remove this after commons parent 35 has been released. -->
136+
<commons.jacoco.version>0.7.1.201405082137</commons.jacoco.version>
133137
</properties>
134138

135139
<build>

0 commit comments

Comments
 (0)