fix it0080

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@469037 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2006-10-30 00:49:23 +00:00
parent 6494bf9571
commit b881887e38
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
<packaging>war</packaging>
<dependencies>
<dependency>
<groupId>test</groupId>
<groupId>${groupId}</groupId>
<artifactId>test-component-a</artifactId>
<version>0.1</version>
</dependency>

View File

@ -11,7 +11,7 @@
<packaging>ear</packaging>
<dependencies>
<dependency>
<groupId>test</groupId>
<groupId>${groupId}</groupId>
<artifactId>test-component-b</artifactId>
<version>0.1</version>
<type>war</type>