diff options
Diffstat (limited to 'src/it/it0021-executable-dep-lib-3rdparty')
-rw-r--r-- | src/it/it0021-executable-dep-lib-3rdparty/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/it/it0021-executable-dep-lib-3rdparty/pom.xml b/src/it/it0021-executable-dep-lib-3rdparty/pom.xml index b39096b..60e5504 100644 --- a/src/it/it0021-executable-dep-lib-3rdparty/pom.xml +++ b/src/it/it0021-executable-dep-lib-3rdparty/pom.xml @@ -59,11 +59,13 @@ under the License. </plugin> </plugins> </build> + <dependencies> <dependency> <groupId>org.apache.maven.its.nar</groupId> <artifactId>it0020-lib-3rdparty</artifactId> <version>1.0-SNAPSHOT</version> + <type>nar</type> </dependency> </dependencies> </project> |