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 eclipse-tycho#2950
  • Loading branch information
akurtakov committed Nov 10, 2023
1 parent 3e1765d commit 49fca0d
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 49fca0d

Please sign in to comment.