From 0ef58c81999d17450784deb06edb092025f1c9aa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Thu, 8 Sep 2016 21:09:10 +0200 Subject: [PATCH] jOCCI-api: set explicitly the dependency on xmvn when using xmvn for fetching artifacts. --- jOCCI-api/jOCCI-api.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.8.2.3