From 6fbf73e74f46c4d6c22cd6625e838e60a6034e92 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Tue, 2 Oct 2007 16:13:06 +0000 Subject: [PATCH] Added explicit dependency override on mina 1.0.5 to get round this problem: http://issues.apache.org/jira/browse/DIRMINA-366 when using apache DS embedded. It causes failures on linux, but not on OS X. --- core/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/core/pom.xml b/core/pom.xml index d128b428d7..b617702804 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -126,6 +126,13 @@ compile true + + org.apache.mina + mina-core + 1.0.5 + compile + true + org.slf4j slf4j-log4j12