From b921f800579c95fe61c5c844423e0da146524759 Mon Sep 17 00:00:00 2001 From: Guido Medina Date: Fri, 10 Jun 2016 22:24:16 +0100 Subject: [PATCH] Make JCtools available (provided scope) for tests and optional OSGI, issue #5383 --- common/pom.xml | 5 +++-- pom.xml | 7 +++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index 46a402500c..b3bcbc0092 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -17,7 +17,7 @@ 4.0.0 - + io.netty netty-parent @@ -47,6 +47,8 @@ org.jctools jctools-core + + compile true @@ -182,7 +184,6 @@ - * diff --git a/pom.xml b/pom.xml index 0cfb0889d4..5e9932f3af 100644 --- a/pom.xml +++ b/pom.xml @@ -598,6 +598,13 @@ logback-classic test + + + + org.jctools + jctools-core + provided +