Blob Blame History Raw
From c5e6278aeec950ff9d7932337edb9242022b1949 Mon Sep 17 00:00:00 2001
From: Lubomir Rintel <lkundrak@v3.sk>
Date: Thu, 24 Oct 2013 13:53:59 +0200
Subject: [PATCH] Drop jdk15 classifiers

Maven is otherwise unable to retrieve locally installed json-lib:
[ERROR] Failed to execute goal on project gooddata-cl-common: Could not resolve dependencies for project com.gooddata.cl:gooddata-cl-common:jar:1.2.56: Cannot access atlassian (https://m2proxy.atlassian.com/repository/public/) in offline mode and the artifact net.sf.json-lib:json-lib:jar:jdk15:2.3 has not been downloaded from it before. -> [Help 1]
---
 backend/pom.xml | 1 -
 common/pom.xml  | 1 -
 pom.xml         | 1 -
 3 files changed, 3 deletions(-)

diff --git a/backend/pom.xml b/backend/pom.xml
index 8212772..3a6f96d 100644
--- a/backend/pom.xml
+++ b/backend/pom.xml
@@ -79,7 +79,6 @@
         <dependency>
             <groupId>net.sf.json-lib</groupId>
             <artifactId>json-lib</artifactId>
-            <classifier>jdk15</classifier>
         </dependency>
         <dependency>
             <groupId>com.thoughtworks.xstream</groupId>
diff --git a/common/pom.xml b/common/pom.xml
index 454ea66..51be94b 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -50,7 +50,6 @@
         <dependency>
             <groupId>net.sf.json-lib</groupId>
             <artifactId>json-lib</artifactId>
-            <classifier>jdk15</classifier>
         </dependency>
         <dependency>
             <groupId>net.sf.opencsv</groupId>
diff --git a/pom.xml b/pom.xml
index 5dfb010..ea4edde 100755
--- a/pom.xml
+++ b/pom.xml
@@ -165,7 +165,6 @@
                 <groupId>net.sf.json-lib</groupId>
                 <artifactId>json-lib</artifactId>
                 <version>2.3</version>
-                <classifier>jdk15</classifier>
             </dependency>
             <dependency>
                 <groupId>com.thoughtworks.xstream</groupId>
-- 
1.8.3.1