mirror of https://github.com/apache/maven.git
o put the maven-compat module into the distribution
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@699851 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f9cb1579bb
commit
d4f897bded
|
@ -40,6 +40,10 @@
|
|||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-toolchain</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-compat</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
<artifactId>plexus-container-default</artifactId>
|
||||
|
|
5
pom.xml
5
pom.xml
|
@ -336,6 +336,11 @@
|
|||
<artifactId>maven-core</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-compat</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<!--end-->
|
||||
<!-- Plexus -->
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue