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