Skip to content

Commit

Permalink
Make it possible to build Tycho with Java 21
Browse files Browse the repository at this point in the history
Newer asm has been needed.
Fixes #2950

(cherry picked from commit bce5c53)
  • Loading branch information
akurtakov authored and laeubi committed Nov 12, 2023
1 parent 6d66878 commit 265a0fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,13 @@
<configuration>
<extractors>class</extractors>
</configuration>
<dependencies>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.6</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 265a0fc

Please sign in to comment.