Skip to content

Commit 1bf9e5a

Browse files
authored
Enforce asm version used here, to not depend on brittle transitive (#964)
Signed-off-by: Olivier Lamy <[email protected]>
1 parent f5161c4 commit 1bf9e5a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,12 @@ under the License.
106106
<version>${mavenVersion}</version>
107107
<scope>provided</scope>
108108
</dependency>
109+
<!-- not used directly but really needed at runtime and we cannot depend on transitive dependency -->
110+
<dependency>
111+
<groupId>org.ow2.asm</groupId>
112+
<artifactId>asm</artifactId>
113+
<version>9.8</version>
114+
</dependency>
109115
<dependency>
110116
<groupId>org.apache.maven.shared</groupId>
111117
<artifactId>maven-shared-utils</artifactId>
@@ -239,6 +245,7 @@ under the License.
239245
<plugin>
240246
<groupId>org.apache.maven.plugins</groupId>
241247
<artifactId>maven-invoker-plugin</artifactId>
248+
<version>3.9.1</version>
242249
<executions>
243250
<execution>
244251
<id>integration-test</id>

0 commit comments

Comments
 (0)