Skip to content

Commit e3a18f9

Browse files
committed
fix broken build after merging #3376
1 parent 6e3b858 commit e3a18f9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lang/java/avro/src/it/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,12 @@
9494
<artifactId>maven-surefire-plugin</artifactId>
9595
<version>@maven-surefire-plugin.version@</version>
9696
<configuration>
97+
<systemProperties>
98+
<property>
99+
<name>org.apache.avro.SERIALIZABLE_CLASSES</name>
100+
<value>java.math.BigDecimal,java.math.BigInteger,java.net.URI,java.net.URL,java.io.File,java.lang.Integer,org.apache.avro.reflect.TestReflect$R10</value>
101+
</property>
102+
</systemProperties>
97103
<useModulePath>false</useModulePath>
98104
<failIfNoTests>true</failIfNoTests>
99105
</configuration>

0 commit comments

Comments
 (0)