mirror of https://github.com/apache/maven.git
[MNG-7045] Make sure Ant 1.10.8 is available
This commit is contained in:
parent
4209fbf7b6
commit
6db9cfb1db
|
@ -66,5 +66,10 @@ under the License.
|
|||
<artifactId>gmavenplus-plugin</artifactId>
|
||||
<version>1.11.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.ant</groupId>
|
||||
<artifactId>ant</artifactId>
|
||||
<version>1.10.8</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue