Fetch current FernFlower from Jitpack
This commit is contained in:
parent
954f29020f
commit
8dda1d3386
1 changed files with 11 additions and 0 deletions
11
pom.xml
11
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue