Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: removed 2.13.0 and added x.x.x

...

Code Block
xml
xml
<dependency>
  <groupId>org.apache-extras.camel-extra</groupId>
  <artifactId>camel-couchbase</artifactId>
  <version>2<version>x.13x.0<x</version>
  <!-- use the same version as your Camel core version -->
</dependency>

URI format

Code Block
couchbase:http[s]://hostname/bucket?[options]

...