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.
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 >
You can’t perform that action at this time.
0 commit comments