Skip to content

Commit c1ec9c9

Browse files
committed
Remove ASM override
1 parent 15e9364 commit c1ec9c9

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
<maven.compiler.target>11</maven.compiler.target>
1919

2020
<!-- Dependency versions -->
21-
<asmVersion>9.0</asmVersion>
2221
<assertjVersion>3.17.2</assertjVersion>
2322
<jacksonVersion>2.11.3</jacksonVersion>
2423
<junitVersion>4.13.1</junitVersion>
@@ -100,11 +99,6 @@
10099
<artifactId>assertj-core</artifactId>
101100
<version>${assertjVersion}</version>
102101
</dependency>
103-
<dependency>
104-
<groupId>org.ow2.asm</groupId>
105-
<artifactId>asm</artifactId>
106-
<version>${asmVersion}</version>
107-
</dependency>
108102
</dependencies>
109103
</dependencyManagement>
110104

@@ -115,13 +109,6 @@
115109
<plugin>
116110
<artifactId>maven-compiler-plugin</artifactId>
117111
<version>3.8.1</version>
118-
<dependencies>
119-
<dependency>
120-
<groupId>org.ow2.asm</groupId>
121-
<artifactId>asm</artifactId>
122-
<version>${asmVersion}</version>
123-
</dependency>
124-
</dependencies>
125112
</plugin>
126113
<plugin>
127114
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)