From 56e1ff997468a7e290c4c5c47b58fc08e2cf9188 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Thu, 31 Oct 2019 14:40:06 +0100 Subject: [PATCH] Add requires on junit --- plexus-pom.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plexus-pom.spec b/plexus-pom.spec index 9054767..da743c8 100644 --- a/plexus-pom.spec +++ b/plexus-pom.spec @@ -10,6 +10,9 @@ BuildArch: noarch BuildRequires: maven-local +# Test dependency that should be propagated down the POM hierarchy +Requires: mvn(junit:junit) + %description The Plexus project provides a full software stack for creating and executing software projects. This package provides parent POM for