Skip to content

Commit

Permalink
Revert "Update GSON to 2.8.6"
Browse files Browse the repository at this point in the history
This reverts commit edbeb3e, as
GSON 2.8.6 seems to have quite a bit of trouble:

google/gson#1601
google/gson#1602
google/gson#1608
google/gson#1630

Let's wait for the dust to settle first.

Change-Id: I7d0c7b671a31bf9bf3a1861cc56b009bd0f724b6
Signed-off-by: Robert Varga <[email protected]>
  • Loading branch information
rovarga committed Dec 10, 2019
1 parent ac48ed0 commit da949f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/odl-gson/src/main/history/dependencies.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<features xmlns="http://karaf.apache.org/xmlns/features/v1.5.0" name="odl-gson">
<feature version="0.0.0">
<bundle>mvn:com.google.code.gson/gson/2.8.6</bundle>
<bundle>mvn:com.google.code.gson/gson/2.8.5</bundle>
</feature>
</features>
2 changes: 1 addition & 1 deletion odlparent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.6</version>
<version>2.8.5</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
Expand Down

0 comments on commit da949f3

Please sign in to comment.