This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/main by this push:
new 74d920e40 [Java] Fix import of java-example project (#2875)
74d920e40 is described below
commit 74d920e40a14d02f1bd0737e84a913b4f8651be8
Author: Ihor Zadyra <[email protected]>
AuthorDate: Tue May 14 10:38:16 2024 +0300
[Java] Fix import of java-example project (#2875)
Co-authored-by: Martin Grigorov <[email protected]>
---
doc/examples/java-example/pom.xml | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/doc/examples/java-example/pom.xml
b/doc/examples/java-example/pom.xml
index 9c7effb7b..66502ed0b 100644
--- a/doc/examples/java-example/pom.xml
+++ b/doc/examples/java-example/pom.xml
@@ -70,15 +70,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-plugin</artifactId>
- <version>${avro.version}</version>
- <configuration>
- <source>11</source>
- <target>11</target>
- </configuration>
- </plugin>
</plugins>
<pluginManagement>
<plugins>