Skip to content

Commit

Permalink
chore: downgrading antlr version to align with spring boot one
Browse files Browse the repository at this point in the history
  • Loading branch information
DropSnorz committed Feb 5, 2024
1 parent 83eec79 commit 621afa1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions owlplug-parsers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
<artifactId>owlplug-parsers</artifactId>

<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<antlr.version>4.11.1</antlr.version>
<antlr.version>4.10.1</antlr.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -45,6 +43,11 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.5</version>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 621afa1

Please sign in to comment.