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-rampart.git
commit c658692505ae527203be3069e2cdad56bdcae722 Author: Robert Lazarski <robertlazar...@gmail.com> AuthorDate: Sun Oct 6 03:44:38 2024 -1000 Remove apidocs zip from the distribution, follow what axis2 does --- modules/distribution/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index 5d08b593..5fd5e4d3 100644 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -163,12 +163,6 @@ <artifactId>slf4j-jdk14</artifactId> <version>2.0.13</version> </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>apidocs</artifactId> - <version>${project.version}</version> - <type>zip</type> - </dependency> </dependencies> </project>