mirror of https://github.com/apache/maven.git
[MNG-3849] added mercury depts to the depman section
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@750298 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
68cbda728f
commit
fc7aba8bd2
10
pom.xml
10
pom.xml
|
@ -467,6 +467,16 @@ under the License.
|
|||
<artifactId>mercury-external</artifactId>
|
||||
<version>${mercuryVersion}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.mercury</groupId>
|
||||
<artifactId>mercury-plexus</artifactId>
|
||||
<version>${mercuryVersion}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.mercury</groupId>
|
||||
<artifactId>mercury-repo-virtual</artifactId>
|
||||
<version>${mercuryVersion}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.sonatype.mercury</groupId>
|
||||
<artifactId>mercury-mp3-cli</artifactId>
|
||||
|
|
Loading…
Reference in New Issue