exclude jline as java 11
Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
parent
ac4be220db
commit
f20ebf2b66
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue