robertlazarski commented on PR #859: URL: https://github.com/apache/axis-axis2-java-core/pull/859#issuecomment-2674844045
@cortlepp the patch looks fine and I am about to apply - thanks for finding that issue. However, about the ant error ... I tried it out in the main pom.xml and couldn't reproduce the error. See the line numbers below - is that correct? 1117 <plugin> 1118 <artifactId>maven-dependency-plugin</artifactId> 1119 <version>3.8.1</version> 1120 <configuration> 1121 <failBuild>true</failBuild> 1122 <ignoreDirect>false</ignoreDirect> 1123 </configuration> 1124 <executions> 1125 <execution> 1126 <id>duplicate-dependency-check</id> 1127 <phase>prepare-package</phase> 1128 <goals> 1129 <goal>analyze-dep-mgt</goal> 1130 </goals> 1131 </execution> 1132 </executions> 1133 </plugin> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org