Skip to content

Commit

Permalink
Fix #1208 Use influxdb 2.18 as in Camel 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga authored and jamesnetherton committed May 27, 2020
1 parent 16e7460 commit be350d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<hapi.version>4.1.0</hapi.version>
<httpclient.cache.version>4.5.5</httpclient.cache.version>
<httpmime.version>4.1.3</httpmime.version>
<influxdb.version>2.17</influxdb.version><!-- workaround for https://github.com/apache/camel-quarkus/issues/1208 -->
<influxdb.version>2.18</influxdb.version><!-- workaround for https://github.com/apache/camel-quarkus/issues/1208 -->
<jackson.version>2.10.3</jackson.version>
<java.xml.ws.version>2.3.1</java.xml.ws.version>
<javassist.version>3.22.0-CR2</javassist.version><!-- debezium -->
Expand Down
5 changes: 5 additions & 0 deletions poms/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2030,6 +2030,11 @@
<artifactId>consul-client</artifactId>
<version>${consul-client.version}</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
<version>${okhttp.version}</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
Expand Down

0 comments on commit be350d3

Please sign in to comment.