Skip to content

Commit

Permalink
exclude jline as java 11
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
olamy authored and dependabot[bot] committed Nov 12, 2024
1 parent ac4be22 commit f20ebf2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jetty-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@
<artifactId>kerb-simplekdc</artifactId>
<version>2.1.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.jline</groupId>
<artifactId>jline</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- transitive dependency defined as a range and we don't want that -->
<dependency>
Expand Down

0 comments on commit f20ebf2

Please sign in to comment.