From 37790c4096f3f0dfc7d22765a2ee1164edc0445d Mon Sep 17 00:00:00 2001 From: Severin Gehwolf Date: Mon, 31 May 2021 18:52:33 +0200 Subject: [PATCH] Fix CNFE for bmunit5 plugin tests --- byteman.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/byteman.spec b/byteman.spec index d60259b..c5be9ed 100644 --- a/byteman.spec +++ b/byteman.spec @@ -136,6 +136,9 @@ sed -i "s|java-cup|java_cup|" tests/pom.xml # Put byteman-rulecheck-maven-plugin into a separate package %mvn_package ":byteman-rulecheck-maven-plugin" rulecheck-maven-plugin + +# CNFE being thrown without this for bmunit5 in rawhide and with tests enabled +%pom_add_dep "org.apache.commons:commons-lang3" contrib/bmunit5 # Put byteman-bmunit/byteman-dtest into a separate packages since they # runtime require junit %mvn_package ":byteman-bmunit" bmunit