[maven-debian-helper] 05/21: Add missing junit dependency to get tests to run with maven

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Nov 13 15:05:44 UTC 2015


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch maven-debian-helper-2.0
in repository maven-debian-helper.

commit 30af9cc092ec729ea689290419ffd27921e4c73d
Author: Andrew Schurman <arcticwaters at gmail.com>
Date:   Fri Sep 5 20:06:11 2014 -0700

    Add missing junit dependency to get tests to run with maven
---
 debian-maven-plugin/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian-maven-plugin/pom.xml b/debian-maven-plugin/pom.xml
index 0bb7fd6..3e41551 100644
--- a/debian-maven-plugin/pom.xml
+++ b/debian-maven-plugin/pom.xml
@@ -19,6 +19,10 @@
             <artifactId>maven-repo-helper</artifactId>
         </dependency>
         <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+        </dependency>
+        <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
             <scope>test</scope>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-debian-helper.git



More information about the pkg-java-commits mailing list