Add test dependency on junit
This commit is contained in:
parent
729ebe4f46
commit
3799d12b0c
@ -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@redhat.com> - 2.6.1-2
|
||||
- Add test dependency on junit
|
||||
|
||||
* Tue Oct 28 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.6.1-1
|
||||
- Update to upstream version 2.6.1
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user