This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
commit 5e93c08cf1ba1fab92f3f91f71ef400761d0dfca Author: Robert Lazarski <[email protected]> AuthorDate: Sat Sep 5 03:58:18 2026 -1000 Drop the unused testkit dependency from transport-h2 No source in the module references axis2-transport-testkit; the declaration was carried over from the transports that do use it. All 84 tests still run. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]> --- modules/transport-h2/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/transport-h2/pom.xml b/modules/transport-h2/pom.xml index a8cf1d7745..73202518a8 100644 --- a/modules/transport-h2/pom.xml +++ b/modules/transport-h2/pom.xml @@ -94,12 +94,6 @@ <artifactId>xmlunit-legacy</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.axis2</groupId> - <artifactId>axis2-transport-testkit</artifactId> - <version>${project.version}</version> - <scope>test</scope> - </dependency> <dependency> <groupId>org.apache.ws.commons.axiom</groupId> <artifactId>axiom-truth</artifactId>
