From d11bb38fb53ab13675b10faf1566d263195a9aaf Mon Sep 17 00:00:00 2001 From: Alexandre Montplaisir Date: Mon, 27 Mar 2017 15:14:33 -0400 Subject: [PATCH] Bind the tests-common dependency to test only It should only be used by test code. Signed-off-by: Alexandre Montplaisir --- pom.xml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 07301b1..7107870 100644 --- a/pom.xml +++ b/pom.xml @@ -90,6 +90,20 @@ + + + log4j + log4j + 1.2.17 + + + + junit + junit + RELEASE + test + + org.lttng.ust.agent @@ -126,19 +140,6 @@ org.lttng.ust lttng-ust-java-tests-common 1.1.0-SNAPSHOT - - - - - log4j - log4j - 1.2.17 - - - - junit - junit - RELEASE test -- 2.34.1