We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 371d31e commit 30ca8adCopy full SHA for 30ca8ad
formats/avro/pom.xml
@@ -59,6 +59,7 @@
59
<plugin>
60
<groupId>org.codehaus.mojo</groupId>
61
<artifactId>build-helper-maven-plugin</artifactId>
62
+ <version>3.2.0</version>
63
<executions>
64
<execution>
65
<id>add-source</id>
@@ -74,15 +75,6 @@
74
75
</execution>
76
</executions>
77
</plugin>
-
78
- <plugin>
79
- <groupId>org.apache.maven.plugins</groupId>
80
- <artifactId>maven-compiler-plugin</artifactId>
81
- <configuration>
82
- <source>1.8</source>
83
- <target>1.8</target>
84
- </configuration>
85
- </plugin>
86
</plugins>
87
</build>
88
0 commit comments