File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,12 @@ under the License.
106
106
<version >${mavenVersion} </version >
107
107
<scope >provided</scope >
108
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 >
109
115
<dependency >
110
116
<groupId >org.apache.maven.shared</groupId >
111
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 >
You can’t perform that action at this time.
0 commit comments