From 66456bea3467b7d39f5701fffef15972aeee4ad7 Mon Sep 17 00:00:00 2001
From: Basil Crow <me@basilcrow.com>
Date: Thu, 14 Mar 2024 22:02:14 +0100
Subject: [PATCH] Stop excluding ASM via the plugin system (#770)

---
 pipeline-maven/pom.xml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/pipeline-maven/pom.xml b/pipeline-maven/pom.xml
index c1cc1df9..82bb8265 100644
--- a/pipeline-maven/pom.xml
+++ b/pipeline-maven/pom.xml
@@ -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>