YARN-5894. fixed license warning caused by de.ruedigermoeller:fst:jar:2.24 (haibochen via rkanter)
(cherry picked from commit 371b6467dcee8517ef0d49b9f391302a6d9ed648)
This commit is contained in:
parent
fc46f398d9
commit
816d98e7cd
@ -183,7 +183,17 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>de.ruedigermoeller</groupId>
|
<groupId>de.ruedigermoeller</groupId>
|
||||||
<artifactId>fst</artifactId>
|
<artifactId>fst</artifactId>
|
||||||
<version>2.24</version>
|
<version>2.50</version>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>org.javassist</groupId>
|
||||||
|
<artifactId>javassist</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>org.objenesis</groupId>
|
||||||
|
<artifactId>objenesis</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user