You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by dk...@apache.org on 2020/05/26 16:05:21 UTC

[avro] branch master updated: Don't need to exclude this anymore

This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new 4c0dccb  Don't need to exclude this anymore
4c0dccb is described below

commit 4c0dccbaf557ae6a769f8d397b1be4e14ef979af
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Tue May 26 12:04:52 2020 -0400

    Don't need to exclude this anymore
---
 lang/java/pom.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index 5f54a46..16a5f62 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -318,9 +318,6 @@
               <version>4.10.0</version>
             </eclipse>
             <removeUnusedImports/>
-            <excludes>
-              <exclude>src/test/java/org/apache/avro/protobuf/Test.java</exclude>
-            </excludes>
           </java>
         </configuration>
         <executions>