From 98ca518ebc127550c618c1ae23bd527da1d6c042 Mon Sep 17 00:00:00 2001 From: mpkorstanje Date: Thu, 18 Oct 2018 21:52:14 +0200 Subject: [PATCH] [Build] Ignore Spring in revapi --- pom.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c39140d6c7..74737cb4e2 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,5 @@ - + 4.0.0 io.cucumber cucumber-jvm @@ -593,7 +594,7 @@ true - + @@ -819,6 +820,8 @@ cucumber\.runner\..* cucumber\.runtime\..* cucumber\.util\..* + + org\.springframework\.core\..*