Skip to content

Commit 48cf805

Browse files
committed
[pom] Override jacoco version to latest for jdk 13 support
1 parent 3910afa commit 48cf805

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@
139139
<osgi.import>*;resolution:=optional</osgi.import>
140140
<osgi.dynamicImport>*</osgi.dynamicImport>
141141
<spotbugs.onlyAnalyze>org.apache.ibatis.*</spotbugs.onlyAnalyze>
142+
143+
<!-- Remove after parent 32 (support for jdk 13) -->
144+
<jacoco.version>0.8.4</jacoco.version>
142145
</properties>
143146

144147
<dependencies>

0 commit comments

Comments
 (0)