diff options
Diffstat (limited to 'src/it/it0016-layout')
-rw-r--r-- | src/it/it0016-layout/it0016-executable-dep-lib-shared-layout20/pom.xml | 2 | ||||
-rw-r--r-- | src/it/it0016-layout/it0016-executable-dep-lib-shared-layout21/pom.xml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/it/it0016-layout/it0016-executable-dep-lib-shared-layout20/pom.xml b/src/it/it0016-layout/it0016-executable-dep-lib-shared-layout20/pom.xml index 9974d0a..3ec4393 100644 --- a/src/it/it0016-layout/it0016-executable-dep-lib-shared-layout20/pom.xml +++ b/src/it/it0016-layout/it0016-executable-dep-lib-shared-layout20/pom.xml @@ -60,11 +60,13 @@ under the License. </plugin> </plugins> </build> + <dependencies> <dependency> <groupId>org.apache.maven.its.nar</groupId> <artifactId>it0016-lib-shared-layout20</artifactId> <version>1.0-SNAPSHOT</version> + <type>nar</type> </dependency> </dependencies> </project> diff --git a/src/it/it0016-layout/it0016-executable-dep-lib-shared-layout21/pom.xml b/src/it/it0016-layout/it0016-executable-dep-lib-shared-layout21/pom.xml index 3322daa..d5e21ef 100644 --- a/src/it/it0016-layout/it0016-executable-dep-lib-shared-layout21/pom.xml +++ b/src/it/it0016-layout/it0016-executable-dep-lib-shared-layout21/pom.xml @@ -58,11 +58,13 @@ under the License. </plugin> </plugins> </build> + <dependencies> <dependency> <groupId>org.apache.maven.its.nar</groupId> <artifactId>it0016-lib-shared-layout21</artifactId> <version>1.0-SNAPSHOT</version> + <type>nar</type> </dependency> </dependencies> </project> |