Skip to content

Commit 222031d

Browse files
committed
support for 2.0
1 parent d231d99 commit 222031d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

apache-axis2/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jar {
2626

2727
verifyInstrumentation {
2828
passes 'org.apache.axis2:axis2-kernel:[1.4.1,1.5)'
29-
passes 'org.apache.axis2:axis2-transport-http:[1.5,)'
29+
passes 'org.apache.axis2:axis2-transport-http:[1.5,2.0.0)'
3030
}

settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
rootProject.name = 'java-instrumentation-template'
22
include 'apache-axis2'
3+
include 'apache-axis2-2.0'

0 commit comments

Comments
 (0)