From 49609bb9caeb732eaf03f10abc2efc887a9fbab6 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Fri, 14 Sep 2012 11:59:04 +0300 Subject: [PATCH] Ensure dependencies are not 'optional' in pom.xml (#9604) --- theme-compiler/ivy.xml | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/theme-compiler/ivy.xml b/theme-compiler/ivy.xml index 9e6b39b3ad..17ea1952a9 100644 --- a/theme-compiler/ivy.xml +++ b/theme-compiler/ivy.xml @@ -24,20 +24,31 @@ - - - + + + + + + + + - + rev="2.5" conf="build-provided->default" /> + + - - + + + + -- 2.39.5