Skip to content

Commit

Permalink
[hotfix][build] Add missing antlr3 plugin version.
Browse files Browse the repository at this point in the history
This avoids build stability issues and clears some warnings.
The version is the latest released plugin version (released 2014) and the one my setup (default settings) picked automatically
in the absence of the proper version.
  • Loading branch information
StephanEwen authored and zentol committed Mar 23, 2021
1 parent dd80c07 commit 465abe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flink-connectors/flink-connector-hive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,7 @@ under the License.
<plugin>
<groupId>org.antlr</groupId>
<artifactId>antlr3-maven-plugin</artifactId>
<version>3.5.2</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 465abe7

Please sign in to comment.