We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d231d99 commit 222031dCopy full SHA for 222031d
apache-axis2/build.gradle
@@ -26,5 +26,5 @@ jar {
26
27
verifyInstrumentation {
28
passes 'org.apache.axis2:axis2-kernel:[1.4.1,1.5)'
29
- passes 'org.apache.axis2:axis2-transport-http:[1.5,)'
+ passes 'org.apache.axis2:axis2-transport-http:[1.5,2.0.0)'
30
}
settings.gradle
@@ -1,2 +1,3 @@
1
rootProject.name = 'java-instrumentation-template'
2
include 'apache-axis2'
3
+include 'apache-axis2-2.0'
0 commit comments