From 8ba387447a25eb8deee3bd69255a2492549aa218 Mon Sep 17 00:00:00 2001 From: Pascal-Nicolas Becker Date: Wed, 6 Aug 2014 18:18:25 +0200 Subject: [PATCH] DS-2093: Remove dependency of dspace-api on backport-util-concurrent. --- LICENSES_THIRD_PARTY | 1 - dspace-api/pom.xml | 6 ------ 2 files changed, 7 deletions(-) diff --git a/LICENSES_THIRD_PARTY b/LICENSES_THIRD_PARTY index 011574ae3f..327a69f12d 100644 --- a/LICENSES_THIRD_PARTY +++ b/LICENSES_THIRD_PARTY @@ -118,7 +118,6 @@ New BSD License (http://opensource.org/licenses/bsd-license.php) Other Open Source Licenses: * AOP Alliance (aopalliance:*) - Public Domain: http://aopalliance.sourceforge.net/ - * backport-util-concurrent (backport-util-concurrent:*) - Public Domain: http://creativecommons.org/licenses/publicdomain * coverity-escapers (com.coverity.security:*) - Modified BSD * Handle API (org.dspace:handle) - Handle Public License Agreement: http://www.handle.net/HSj/hdlnet-2-LICENSE.pdf * ICU4J (com.ibm.icu:icu4j) - ICU License : http://source.icu-project.org/repos/icu/icu/trunk/license.html diff --git a/dspace-api/pom.xml b/dspace-api/pom.xml index 593723e761..32b9845f85 100644 --- a/dspace-api/pom.xml +++ b/dspace-api/pom.xml @@ -526,12 +526,6 @@ org.slf4j slf4j-api - - - backport-util-concurrent - backport-util-concurrent - 3.1 -