From 1b60fdd8f834c5bff49e31bb0ad075bea64f1630 Mon Sep 17 00:00:00 2001 From: Gabriel Such Tobias Date: Thu, 15 Apr 2021 20:46:38 -0700 Subject: [PATCH] Set JUnit scope to provided on testing module --- testing/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testing/pom.xml b/testing/pom.xml index 3d74dc7a8..08604eaf1 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -13,6 +13,7 @@ jar Java Client For Testing Testing suite for Java SDK for Split + io.split.client @@ -22,6 +23,7 @@ junit junit + provided