Skip to content

Commit

Permalink
[JENKINS-73046] Remove ASM from core (#9182)
Browse files Browse the repository at this point in the history
Remove ASM from core
  • Loading branch information
jonesbusy committed Apr 22, 2024
1 parent 4f12f65 commit 0eb219e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.
26 changes: 0 additions & 26 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ THE SOFTWARE.
<description>The module contains dependencies that are used by a specific Jenkins version</description>

<properties>
<asm.version>9.7</asm.version>
<slf4jVersion>2.0.13</slf4jVersion>
<stapler.version>1847.v97341b_b_a_414f</stapler.version>
<groovy.version>2.4.21</groovy.version>
Expand Down Expand Up @@ -311,31 +310,6 @@ THE SOFTWARE.
<artifactId>stapler-groovy</artifactId>
<version>${stapler.version}</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>${asm.version}</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-analysis</artifactId>
<version>${asm.version}</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
<version>${asm.version}</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-tree</artifactId>
<version>${asm.version}</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-util</artifactId>
<version>${asm.version}</version>
</dependency>
<dependency>
<groupId>org.samba.jcifs</groupId>
<artifactId>jcifs</artifactId>
Expand Down
20 changes: 0 additions & 20 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -409,26 +409,6 @@ THE SOFTWARE.
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-analysis</artifactId>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-tree</artifactId>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-util</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
Expand Down

0 comments on commit 0eb219e

Please sign in to comment.