[maven-clean-plugin] Add test dependency on junit

Mikolaj Izdebski mizdebsk at fedoraproject.org
Wed Mar 11 08:35:40 UTC 2015


commit 3799d12b0cfc118d70ca59793325fd94181bdc20
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Wed Mar 11 09:35:01 2015 +0100

    Add test dependency on junit

 maven-clean-plugin.spec | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/maven-clean-plugin.spec b/maven-clean-plugin.spec
index 54de097..3480ad8 100644
--- a/maven-clean-plugin.spec
+++ b/maven-clean-plugin.spec
@@ -1,6 +1,6 @@
 Name:           maven-clean-plugin
 Version:        2.6.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Maven Clean Plugin
 
 License:        ASL 2.0
@@ -33,6 +33,9 @@ API documentation for %{name}.
 # Harness in which scope of maven-core dependency is "compile".
 %pom_add_dep org.apache.maven:maven-core::test
 
+# junit dependency was removed in Plexus 1.6
+%pom_add_dep junit:junit::test
+
 %build
 %mvn_build
 
@@ -47,6 +50,9 @@ API documentation for %{name}.
 %doc LICENSE NOTICE
 
 %changelog
+* Wed Mar 11 2015 Mikolaj Izdebski <mizdebsk at redhat.com> - 2.6.1-2
+- Add test dependency on junit
+
 * Tue Oct 28 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 2.6.1-1
 - Update to upstream version 2.6.1
 


More information about the scm-commits mailing list