File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 222222 </executions >
223223 </plugin >
224224
225+ <plugin >
226+ <groupId >org.apache.maven.plugins</groupId >
227+ <artifactId >maven-surefire-plugin</artifactId >
228+ <configuration >
229+ <systemPropertyVariables >
230+ <!-- We need to set this system property to allow Avro to serialize these classes via the specific/reflect models -->
231+ <org .apache.avro.SERIALIZABLE_CLASSES>java.math.BigDecimal</org .apache.avro.SERIALIZABLE_CLASSES>
232+ </systemPropertyVariables >
233+ </configuration >
234+ </plugin >
235+
225236 </plugins >
226237 </build >
227238
Original file line number Diff line number Diff line change 9696 <fastutil .version>8.5.15</fastutil .version>
9797 <semver .api.version>0.9.33</semver .api.version>
9898 <slf4j .version>1.7.33</slf4j .version>
99- <avro .version>1.11.4 </avro .version>
99+ <avro .version>1.11.5 </avro .version>
100100 <guava .version>33.4.0-jre</guava .version>
101101 <brotli-codec .version>0.1.1</brotli-codec .version>
102102 <mockito .version>1.10.19</mockito .version>
You can’t perform that action at this time.
0 commit comments