Skip to content

Commit

Permalink
Fix format violations
Browse files Browse the repository at this point in the history
  • Loading branch information
bgprudhomme committed Oct 14, 2024
1 parent a424cb9 commit 2c892ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -555,25 +555,25 @@
<artifactId>asm</artifactId>
<version>9.2</version>
</dependency>

<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
<version>9.2</version>
</dependency>

<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-tree</artifactId>
<version>9.2</version>
</dependency>

<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-util</artifactId>
<version>9.2</version>
</dependency>

<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-analysis</artifactId>
Expand Down

0 comments on commit 2c892ba

Please sign in to comment.