You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by yo...@apache.org on 2019/12/26 17:53:44 UTC

[lucene-solr] branch jira/SOLR-13101 updated: Fix the gson version reference (#1115)

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

yonik pushed a commit to branch jira/SOLR-13101
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/jira/SOLR-13101 by this push:
     new e5650cc  Fix the gson version reference (#1115)
e5650cc is described below

commit e5650cc665fb14e77f2952d4a029d16e696cd80e
Author: Megan Carey <mc...@berkeley.edu>
AuthorDate: Thu Dec 26 09:53:34 2019 -0800

    Fix the gson version reference (#1115)
---
 lucene/ivy-versions.properties | 2 +-
 solr/core/ivy.xml              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lucene/ivy-versions.properties b/lucene/ivy-versions.properties
index 40a375d..8b2be27 100644
--- a/lucene/ivy-versions.properties
+++ b/lucene/ivy-versions.properties
@@ -28,7 +28,7 @@ com.fasterxml.jackson.core.version = 2.9.9
 /com.github.virtuald/curvesapi = 1.04
 
 /com.google.guava/guava = 25.1-jre
-/com.google/gson = 2.2.2
+/com.google.code.gson/gson = 2.2.2
 /com.google.protobuf/protobuf-java = 3.6.1
 /com.google.re2j/re2j = 1.2
 /com.googlecode.juniversalchardet/juniversalchardet = 1.0.3
diff --git a/solr/core/ivy.xml b/solr/core/ivy.xml
index eb6dc60..9ebc09f 100644
--- a/solr/core/ivy.xml
+++ b/solr/core/ivy.xml
@@ -152,7 +152,7 @@
     <dependency org="joda-time" name="joda-time" rev="${/joda-time/joda-time}" conf="compile"/>
     <dependency org="com.fasterxml.jackson.dataformat" name="jackson-dataformat-cbor" rev="${/com.fasterxml.jackson.dataformat/jackson-dataformat-cbor}" conf="compile"/>
     <dependency org="software.amazon.ion" name="ion-java" rev="${/software.amazon.ion/ion-java}" conf="compile"/>
-    <dependency org="com.google.code.gson" name="gson" rev="${/com.google/gson}" conf="compile"/>
+    <dependency org="com.google.code.gson" name="gson" rev="${/com.google.code.gson/gson}" conf="compile"/>
 
     <exclude org="*" ext="*" matcher="regexp" type="${ivy.exclude.types}"/> 
   </dependencies>