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 authored and laeubi committed Nov 11, 2023
1 parent 8c85a01 commit bce5c53
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 bce5c53

Please sign in to comment.