Skip to content

Commit

Permalink
Update ASM to support Java 15 (#80)
Browse files Browse the repository at this point in the history
fixes #75

Co-authored-by: Alexandre Fillatre <a.fillatre@primobox.com>
  • Loading branch information
Alexandre FILLATRE and Alexandre Fillatre authored Apr 11, 2021
1 parent 0c4bcae commit 4b13a20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ depclean-maven-plugin/depclean-maven-plugin.iml
depclean-maven-plugin/target/generated-sources/
depclean-maven-plugin/target/generated-test-sources/
depclean-parent-pom.iml
/.java-version
2 changes: 1 addition & 1 deletion depclean-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>7.1</version>
<version>9.1</version>
</dependency>
<!-- Maven dependencies -->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
se.kth.castor:depclean-maven-plugin:maven-plugin:2.0.2-SNAPSHOT
+- se.kth.castor:depclean-core:jar:2.0.2-SNAPSHOT:compile
| +- org.ow2.asm:asm:jar:7.1:compile
| +- org.ow2.asm:asm:jar:9.1:compile
| +- org.codehaus.plexus:plexus-component-annotations:jar:2.0.0:compile
| +- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
| +- (org.apache.maven:maven-core:jar:3.6.2:compile - omitted for conflict with 3.6.0)
Expand Down

0 comments on commit 4b13a20

Please sign in to comment.