Add geronimo-parent-poms to common POMs

Geronimo-parent-poms is required by geronimo-annotation, which is
required by cdi-api, which is required by sisu, which is required by
maven itself.  Everytime Maven is used in local mode
geronimo-parent-poms is required.
This commit is contained in:
Mikolaj Izdebski 2013-03-20 14:29:46 +01:00
parent 775fe6195b
commit a50d6ad30f

View File

@ -1,6 +1,6 @@
Name: javapackages-tools
Version: 0.13.6
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Macros and scripts for Java packaging support
License: BSD
@ -27,6 +27,7 @@ Requires: xmvn
# POM files needed by maven itself
Requires: apache-commons-parent
Requires: apache-parent
Requires: geronimo-parent-poms
Requires: httpcomponents-project
Requires: jboss-parent
Requires: maven-parent
@ -113,6 +114,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/mvn-{local,rpmbuild}
%changelog
* Wed Mar 20 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.13.6-4
- Add geronimo-parent-poms to common POMs
* Wed Mar 20 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.13.6-3
- Add weld-parent to common POMs