You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by jackylk <gi...@git.apache.org> on 2017/12/22 15:31:53 UTC

[GitHub] carbondata pull request #1720: [CARBONDATA-1935]fix the backword compatibili...

Github user jackylk commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/1720#discussion_r158511440
  
    --- Diff: core/pom.xml ---
    @@ -94,6 +94,11 @@
             </exclusion>
           </exclusions>
         </dependency>
    +    <dependency>
    +      <groupId>com.google.code.gson</groupId>
    --- End diff --
    
    Why this is needed? core module also uses GSON already right?


---