Adding temporary workaround for add_maven_depmap deprecation

This commit is contained in:
Coty Sutherland 2017-08-21 11:22:17 -04:00
parent 95abd8ee71
commit c154cf4359
1 changed files with 5 additions and 0 deletions

View File

@ -100,6 +100,11 @@ BuildRequires: apache-commons-pool
BuildRequires: tomcat-taglibs-standard
BuildRequires: java-devel >= 1:1.6.0
BuildRequires: jpackage-utils >= 0:1.7.0
%if 0%{?fedora} >= 27
# add_maven_depmap is deprecated, using javapackages-local for now
# See https://fedora-java.github.io/howto/latest/#_add_maven_depmap_macro
BuildRequires: javapackages-local
%endif
BuildRequires: junit
BuildRequires: geronimo-jaxrpc
BuildRequires: wsdl4j