Skip to content

Commit

Permalink
Stop excluding ASM via the plugin system (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Mar 14, 2024
1 parent 3216468 commit 66456be
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pipeline-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,18 +153,6 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</exclusion>
<exclusion>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
</exclusion>
<exclusion>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
</exclusion>
<exclusion>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-tree</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 66456be

Please sign in to comment.