Skip to content

Commit

Permalink
Update asm version and use asm-commons
Browse files Browse the repository at this point in the history
  • Loading branch information
greeshmaswaminathan committed Mar 2, 2021
1 parent dfe714f commit 1226752
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 53 deletions.
3 changes: 2 additions & 1 deletion common-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ the License.
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-all</artifactId>
<artifactId>asm-commons</artifactId>
<version>${asm.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
50 changes: 0 additions & 50 deletions common-io/src/main/java/io/cdap/common/internal/asm/Debugs.java

This file was deleted.

3 changes: 2 additions & 1 deletion common-lang/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ the License.
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-all</artifactId>
<artifactId>asm-commons</artifactId>
<version>${asm.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ the License.
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<asm.version>4.0</asm.version>
<asm.version>7.1</asm.version>
<findbugs.jsr305.version>2.0.1</findbugs.jsr305.version>
<geronimo.version>2.0.0</geronimo.version>
<guava.version>13.0.1</guava.version>
Expand Down

0 comments on commit 1226752

Please sign in to comment.