From 1f5674beec624d5524201b5fbac1aea036996bb5 Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Tue, 04 Feb 2014 11:01:35 +0000
Subject: [PATCH] Checkpoint commit for OPENDJ-1288 : Migrate I18n and logging support to i18n framework and SLF4J
---
opendj3-server-dev/ivy.xml | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/opendj3-server-dev/ivy.xml b/opendj3-server-dev/ivy.xml
index 00ee07e..e5907d1 100644
--- a/opendj3-server-dev/ivy.xml
+++ b/opendj3-server-dev/ivy.xml
@@ -83,8 +83,7 @@
<dependency org="org.slf4j" name="slf4j-jdk14" rev="&slf4j.version;" conf="default->master,sources"/>
-->
- <exclude org="javax.activation" artifact="activation" />
- <exclude module="slf4j-jdk14"/>
+ <exclude org="javax.activation" artifact="activation" />
<!-- This is already the OpenDJ server module :) -->
<exclude module="opendj-server"/>
<exclude module="opendj3-server-dev"/>
--
Gitblit v1.10.0