mirror of https://github.com/apache/maven.git
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289629 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
29cd88daaa
commit
f079f1866c
|
@ -203,6 +203,7 @@
|
||||||
<source><![CDATA[
|
<source><![CDATA[
|
||||||
<project>
|
<project>
|
||||||
...
|
...
|
||||||
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>group-a</groupId>
|
<groupId>group-a</groupId>
|
||||||
|
@ -230,6 +231,7 @@
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
</dependencyManagement>
|
||||||
</project>]]></source>
|
</project>]]></source>
|
||||||
And then the two child poms would become much simpler:
|
And then the two child poms would become much simpler:
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue