Skip to content

Commit

Permalink
chore(deps): remove gson-fire dependency (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar authored Oct 19, 2022
1 parent 687f31e commit 4a3d45e
Show file tree
Hide file tree
Showing 5 changed files with 236 additions and 184 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
## 6.7.0 [unreleased]

### Features
1. [#439](https://github.com/influxdata/influxdb-client-java/pull/439): Added `FluxRecord.getRow()` which stores response data in a list
1. [#439](https://github.com/influxdata/influxdb-client-java/pull/439): Add `FluxRecord.getRow()` which stores response data in a list

### Dependencies

1. [#446](https://github.com/influxdata/influxdb-client-java/pull/446): Remove `gson-fire`

Update dependencies:

#### Build:
Expand Down
5 changes: 0 additions & 5 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,6 @@
<artifactId>adapter-rxjava3</artifactId>
</dependency>

<dependency>
<groupId>io.gsonfire</groupId>
<artifactId>gson-fire</artifactId>
</dependency>

<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>converter-scalars</artifactId>
Expand Down
Loading

0 comments on commit 4a3d45e

Please sign in to comment.