summaryrefslogtreecommitdiff
path: root/src/it/it-parent/pom.xml
diff options
context:
space:
mode:
authorMark Donszelmann <Mark.Donszelmann@gmail.com>2009-10-03 14:53:01 +0200
committerMark Donszelmann <Mark.Donszelmann@gmail.com>2009-10-03 14:53:01 +0200
commit1b3f5eb617863b4d4c2e1c29b48a1efba2bdf5ff (patch)
treee8831dc2e66d61d394773582f1068ef0c10963d3 /src/it/it-parent/pom.xml
parentf16721c64008697a5b37c002f3b201d15e556c7a (diff)
downloadmaven-nar-plugin-1b3f5eb617863b4d4c2e1c29b48a1efba2bdf5ff.tar.gz
maven-nar-plugin-1b3f5eb617863b4d4c2e1c29b48a1efba2bdf5ff.tar.bz2
maven-nar-plugin-1b3f5eb617863b4d4c2e1c29b48a1efba2bdf5ff.tar.xz
maven-nar-plugin-1b3f5eb617863b4d4c2e1c29b48a1efba2bdf5ff.zip
Added test 3
Diffstat (limited to 'src/it/it-parent/pom.xml')
-rw-r--r--src/it/it-parent/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/it/it-parent/pom.xml b/src/it/it-parent/pom.xml
index 003cca1..44a0010 100644
--- a/src/it/it-parent/pom.xml
+++ b/src/it/it-parent/pom.xml
@@ -43,6 +43,7 @@ under the License.
</snapshots>
</repository>
</repositories>
+
<pluginRepositories>
<pluginRepository>
<id>local.central</id>
@@ -55,4 +56,13 @@ under the License.
</snapshots>
</pluginRepository>
</pluginRepositories>
+
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.2</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
</project>