Skip to content

Commit

Permalink
1. [BUILD]::exclude conflict dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
whtoo committed Oct 9, 2023
1 parent cfe81ff commit 6ebb2f4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,18 @@

<!-- 添加依赖项 -->
<dependencies>

<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4</artifactId>
<version>${antlr4.version}</version>
<exclusions>
<exclusion>
<groupId>org.antlr</groupId>
<artifactId>antlr-runtime</artifactId>
</exclusion>
</exclusions>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit 6ebb2f4

Please sign in to comment.