We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 954f290 commit 8dda1d3Copy full SHA for 8dda1d3
1 file changed
pom.xml
@@ -112,6 +112,17 @@
112
<groupId>org.jboss.windup.decompiler</groupId>
113
<artifactId>decompiler-fernflower</artifactId>
114
<version>5.2.0.Final</version>
115
+ <exclusions>
116
+ <exclusion>
117
+ <groupId>org.jboss.windup.decompiler.fernflower</groupId>
118
+ <artifactId>windup-fernflower</artifactId>
119
+ </exclusion>
120
+ </exclusions>
121
+ </dependency>
122
+ <dependency>
123
+ <groupId>com.github.ThexXTURBOXx</groupId>
124
+ <artifactId>fernflower</artifactId>
125
+ <version>47afd82034</version>
126
</dependency>
127
<dependency>
128
<groupId>com.google.guava</groupId>
0 commit comments