Skip to content

Commit

Permalink
[Java] Fix import of java-example project (#2875)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Grigorov <martin-g@users.noreply.github.com>
  • Loading branch information
tomohavvk and martin-g committed May 14, 2024
1 parent 732eb11 commit 74d920e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions doc/examples/java-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 74d920e

Please sign in to comment.