You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2018/10/04 10:31:37 UTC

[isis] branch v2 updated: ISIS-1976: remove meta-model dependency on 'gson'

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

ahuber pushed a commit to branch v2
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/v2 by this push:
     new ae3bcfc  ISIS-1976: remove meta-model dependency on 'gson'
ae3bcfc is described below

commit ae3bcfc0ff3ce1d189e5ac36ad6480c1aeb26f96
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu Oct 4 12:31:27 2018 +0200

    ISIS-1976: remove meta-model dependency on 'gson'
    
    Task-Url: https://issues.apache.org/jira/browse/ISIS-1976
---
 core/metamodel/pom.xml | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/core/metamodel/pom.xml b/core/metamodel/pom.xml
index 023a447..03f2e80 100644
--- a/core/metamodel/pom.xml
+++ b/core/metamodel/pom.xml
@@ -81,7 +81,7 @@
             <scope>test</scope>
         </dependency>
 
-
+		<!-- command line options support  -->
         <dependency>
             <groupId>commons-cli</groupId>
             <artifactId>commons-cli</artifactId>
@@ -91,7 +91,7 @@
             <groupId>com.google.inject</groupId>
             <artifactId>guice</artifactId>
             <exclusions>
-				<!-- metamodel has no more dependency on guava -->            
+				<!-- metamodel has no more compile dependency on guava -->            
             	<exclusion>
             		<groupId>com.google.guava</groupId>
             		<artifactId>guava</artifactId>
@@ -100,14 +100,10 @@
         </dependency>
 
         <dependency>
-	       <groupId>com.google.code.gson</groupId>
-	       <artifactId>gson</artifactId>
-        </dependency>
-
-        <dependency>
             <groupId>io.swagger</groupId>
             <artifactId>swagger-core</artifactId>
             <exclusions>
+            	<!-- metamodel has no more compile dependency on guava -->
             	<exclusion>
             		<groupId>com.google.guava</groupId>
             		<artifactId>guava</artifactId>