exclude jline as java 11

Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
Olivier Lamy 2024-11-11 21:07:47 +10:00 committed by dependabot[bot]
parent ac4be220db
commit f20ebf2b66
1 changed files with 6 additions and 0 deletions

View File

@ -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>