From: František Dvořák Date: Thu, 8 Sep 2016 19:09:10 +0000 (+0200) Subject: jOCCI-api: set explicitly the dependency on xmvn when using xmvn for fetching artifacts. X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=0ef58c81999d17450784deb06edb092025f1c9aa;p=packaging-rpm-jOCCI.git jOCCI-api: set explicitly the dependency on xmvn when using xmvn for fetching artifacts. --- diff --git a/jOCCI-api/jOCCI-api.spec b/jOCCI-api/jOCCI-api.spec index fa06de2..2e22758 100644 --- a/jOCCI-api/jOCCI-api.spec +++ b/jOCCI-api/jOCCI-api.spec @@ -20,7 +20,7 @@ BuildRequires: mvn(cz.cesnet.cloud:jocci-core) BuildRequires: mvn(com.google.code.gson:gson) %if 0%{?use_tests} # to download dependencies -BuildRequires: maven maven-clean-plugin maven-dependency-plugin maven-deploy-plugin maven-install-plugin +BuildRequires: xmvn maven-clean-plugin maven-dependency-plugin maven-deploy-plugin maven-install-plugin BuildRequires: mvn(junit:junit) # not available (downloaded) #BuildRequires: mvn(com.github.tomakehurst:wiremock)