Skip to content

Commit

Permalink
fix(maven): Remove unnecessary exclusion
Browse files Browse the repository at this point in the history
org.jline.jline is already excluded in the main pom.
  • Loading branch information
MichaelsJP committed Feb 19, 2024
1 parent da746e5 commit 777ac9a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ors-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,6 @@
<dependency>
<groupId>me.tongfei</groupId>
<artifactId>progressbar</artifactId>
<exclusions>
<exclusion>
<groupId>org.jline</groupId>
<artifactId>jline</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit 777ac9a

Please sign in to comment.