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

Mikolaj Izdebski mizdebsk at fedoraproject.org
Wed Mar 11 08:37:32 UTC 2015


commit a5537a4722c38dc302d6e0a57cc70034f386d417
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Wed Mar 11 09:36:54 2015 +0100

    Add test dependency on junit

 keytool-maven-plugin.spec | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/keytool-maven-plugin.spec b/keytool-maven-plugin.spec
index e2d4155..4b54e73 100644
--- a/keytool-maven-plugin.spec
+++ b/keytool-maven-plugin.spec
@@ -3,7 +3,7 @@
 
 Name:             keytool-maven-plugin
 Version:          1.0
-Release:          15%{?dist}
+Release:          16%{?dist}
 Summary:          A plugin that wraps the keytool program and allows to manipulate keystores
 License:          MIT and ASL 2.0
 Group:            Development/Libraries
@@ -46,6 +46,9 @@ This package contains the API documentation for %{name}.
 mv LICENSE.txt LICENSE-MIT
 cp %{SOURCE1} LICENSE-ASL
 
+# junit dependency was removed in Plexus 1.6
+%pom_add_dep junit:junit::test
+
 %build
 %mvn_build
 
@@ -59,6 +62,9 @@ cp %{SOURCE1} LICENSE-ASL
 %doc LICENSE-MIT LICENSE-ASL
 
 %changelog
+* Wed Mar 11 2015 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.0-16
+- Add test dependency on junit
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list