We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5161c4 commit 1bf9e5aCopy full SHA for 1bf9e5a
1 file changed
pom.xml
@@ -106,6 +106,12 @@ under the License.
106
<version>${mavenVersion}</version>
107
<scope>provided</scope>
108
</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>
115
<dependency>
116
<groupId>org.apache.maven.shared</groupId>
117
<artifactId>maven-shared-utils</artifactId>
@@ -239,6 +245,7 @@ under the License.
239
245
<plugin>
240
246
<groupId>org.apache.maven.plugins</groupId>
241
247
<artifactId>maven-invoker-plugin</artifactId>
248
+ <version>3.9.1</version>
242
249
<executions>
243
250
<execution>
244
251
<id>integration-test</id>
0 commit comments