From a42e8ca4bb03d58072cc4fac4ae93af2f5c8f251 Mon Sep 17 00:00:00 2001 From: michi Date: Wed, 11 Feb 2015 13:12:04 +0100 Subject: [PATCH] Scope adjustment of some test libraries The libraries jersey-test-framework-provider-grizzly2 and commons-dbcp are only used in the test, but they had the default scope. Now, they are test scoped. --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index fe8c714..55ec798 100644 --- a/pom.xml +++ b/pom.xml @@ -66,12 +66,14 @@ org.glassfish.jersey.test-framework.providers jersey-test-framework-provider-grizzly2 ${jersey.version} + test commons-dbcp commons-dbcp ${commons.dbcp.version} + test -- 2.18.1