From aa8f7b395b3808dfd19d3371ad5d9a59a788e8ed Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Wed, 15 Jun 2016 14:25:01 +0200 Subject: [PATCH] Ensure examples are runnable in the ide Motivation: It seems like intellij / idea is confused because of shading of jctools. Modifications: Add jctools as dependency with scope runtime to the examples as workaround Result: Its possible again to run the examples in the ide. --- example/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/example/pom.xml b/example/pom.xml index 2fd94d3a5d..802abef034 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -124,6 +124,14 @@ logback-classic runtime + + org.jctools + jctools-core + + + runtime + true +