This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push:
new 9485a7e Remove unnecessary version override
9485a7e is described below
commit 9485a7e526ff85ad0b07d0437b0e8e36b150be1a
Author: Andreas Veithen <[email protected]>
AuthorDate: Sun Dec 27 11:20:49 2020 +0000
Remove unnecessary version override
---
modules/tool/simple-server-maven-plugin/pom.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/modules/tool/simple-server-maven-plugin/pom.xml
b/modules/tool/simple-server-maven-plugin/pom.xml
index 55180fb..3b9c095 100644
--- a/modules/tool/simple-server-maven-plugin/pom.xml
+++ b/modules/tool/simple-server-maven-plugin/pom.xml
@@ -51,8 +51,6 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
- <!-- Need to override version defined by the parent module. -->
- <version>3.0.4</version>
<scope>provided</scope>
</dependency>
<dependency>