You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2018/06/30 03:13:46 UTC

[incubator-servicecomb-java-chassis] branch master updated: [SCB-702] Deleted unwanted json-lib maven dependency

This is an automated email from the ASF dual-hosted git repository.

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git


The following commit(s) were added to refs/heads/master by this push:
     new 652dce4  [SCB-702] Deleted unwanted json-lib maven dependency
652dce4 is described below

commit 652dce4145757a5d0560661006fe8e5bb68780fd
Author: maheshrajus <ma...@huawei.com>
AuthorDate: Wed Jun 27 15:00:46 2018 +0530

    [SCB-702] Deleted unwanted json-lib maven dependency
---
 foundations/foundation-config/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/foundations/foundation-config/pom.xml b/foundations/foundation-config/pom.xml
index 89ad180..1232f8b 100644
--- a/foundations/foundation-config/pom.xml
+++ b/foundations/foundation-config/pom.xml
@@ -70,12 +70,6 @@
       <groupId>org.apache.servicecomb</groupId>
       <artifactId>foundation-test-scaffolding</artifactId>
     </dependency>
-
-    <dependency>
-      <groupId>net.sf.json-lib</groupId>
-      <artifactId>json-lib</artifactId>
-      <classifier>jdk15</classifier>
-    </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>