Skip to content

Commit

Permalink
Remove transitive dependency on the jline bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Dec 11, 2020
1 parent 6168d2b commit e567eb7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.gogo.jline</artifactId>
<exclusions>
<exclusion>
<groupId>org.jline</groupId>
<artifactId>jline</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit e567eb7

Please sign in to comment.