Skip to content

Commit e3976b5

Browse files
authored
FIX: Failed to execute goal org.apache.maven.plugins:maven-shade-plugin:3.2.1:shade Unsupported class file major version 61 (#885)
1 parent 2216fd4 commit e3976b5

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2179,13 +2179,7 @@
21792179
<artifactId>maven-war-plugin</artifactId>
21802180
<version>3.2.3</version>
21812181
</plugin>
2182-
2183-
<plugin>
2184-
<groupId>org.apache.maven.plugins</groupId>
2185-
<artifactId>maven-shade-plugin</artifactId>
2186-
<version>3.2.1</version>
2187-
</plugin>
2188-
2182+
21892183
<plugin>
21902184
<groupId>org.apache.maven.plugins</groupId>
21912185
<artifactId>maven-failsafe-plugin</artifactId>

0 commit comments

Comments
 (0)