Blob Blame History Raw
From f7c955b4bb8b3686c492c67311c02c87020bd719 Mon Sep 17 00:00:00 2001
From: Lubomir Rintel <lkundrak@v3.sk>
Date: Thu, 24 Oct 2013 13:53:59 +0200
Subject: [PATCH 09/10] 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 90b94a8..2706be6 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 22448e1..d03710e 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 2112059..20439ef 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