From 2a87170115f462f641d3ecba669931849aa7fa53 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Fri, 29 Apr 2022 13:53:58 +0200 Subject: [PATCH] Add missing test dependency on JUnit 4 --- plexus-interpolation.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plexus-interpolation.spec b/plexus-interpolation.spec index db725e4..746ee74 100644 --- a/plexus-interpolation.spec +++ b/plexus-interpolation.spec @@ -2,7 +2,7 @@ Name: plexus-interpolation Version: 1.26 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Plexus Interpolation API # Most of the code is ASL 2.0, a few source files are ASL 1.1 and some tests are MIT License: ASL 2.0 and ASL 1.1 and MIT @@ -33,6 +33,7 @@ related projects. %prep %setup -q -n plexus-interpolation-plexus-interpolation-%{version} %patch0 -p1 +%pom_add_dep junit:junit:4.13.1:test %pom_remove_plugin :maven-release-plugin %pom_remove_plugin :maven-scm-publish-plugin @@ -46,6 +47,9 @@ related projects. %files -f .mfiles %changelog +* Fri Apr 29 2022 Mikolaj Izdebski - 1.26-11 +- Add missing test dependency on JUnit 4 + * Sat Feb 05 2022 Jiri Vanek - 1.26-10 - Rebuilt for java-17-openjdk as system jdk