From af2d04fe0dae324a5c72c63e9257effa1e346c8b Mon Sep 17 00:00:00 2001 From: pknu Date: Mon, 25 Sep 2023 17:58:42 +0200 Subject: [PATCH] AVRO-3641: Adds license exclude for NullSafeAnnotationsFieldsTest.java --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 6868dacf780..f70a664e9ed 100644 --- a/pom.xml +++ b/pom.xml @@ -396,6 +396,7 @@ lang/java/avro/src/test/java/org/apache/avro/specific/TestRecordWithLogicalTypes.java lang/java/avro/src/test/java/org/apache/avro/specific/TestRecordWithoutLogicalTypes.java lang/java/ipc-netty/src/test/resources/**/*.txt + lang/java/tools/src/test/compiler/output-string/avro/examples/baseball/NullSafeAnnotationsFieldsTest.java lang/java/tools/src/test/compiler/output-string/avro/examples/baseball/Player.java lang/java/tools/src/test/compiler/output-string/avro/examples/baseball/Position.java lang/java/tools/src/test/compiler/output-string/avro/examples/baseball/FieldTest.java