Fetch current FernFlower from Jitpack

This commit is contained in:
Nico Mexis 2021-08-21 12:56:13 +02:00
parent 954f29020f
commit 8dda1d3386
No known key found for this signature in database
GPG Key ID: 27D6E17CE092AB78
1 changed files with 11 additions and 0 deletions

11
pom.xml
View File

@ -112,6 +112,17 @@
<groupId>org.jboss.windup.decompiler</groupId>
<artifactId>decompiler-fernflower</artifactId>
<version>5.2.0.Final</version>
<exclusions>
<exclusion>
<groupId>org.jboss.windup.decompiler.fernflower</groupId>
<artifactId>windup-fernflower</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.ThexXTURBOXx</groupId>
<artifactId>fernflower</artifactId>
<version>47afd82034</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>