From 27fad8d64e7bb4fd7e79ba3dd2a365a9b171854c 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 67d644531f..41e84b5e0c 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -17,7 +17,7 @@ 4.0.0 - + io.netty netty-parent @@ -40,6 +40,8 @@ org.jctools jctools-core + + compile true @@ -112,7 +114,6 @@ - * diff --git a/pom.xml b/pom.xml index cca334f5f3..9de7ed280e 100644 --- a/pom.xml +++ b/pom.xml @@ -537,6 +537,13 @@ logback-classic test + + + + org.jctools + jctools-core + provided +