Skip to content

Commit

Permalink
docs: updated to up-to-date lib reference (#4240)
Browse files Browse the repository at this point in the history
  • Loading branch information
igpetrov authored Sep 3, 2024
1 parent c507ef8 commit 24b6ade
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/self-managed/setup/guides/configure-db-custom-headers.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Add the following dependency to a new Java project:
```xml
<dependency>
<groupId>io.camunda</groupId>
<artifactId>camunda-search-plugins</artifactId>
<version>${version.camunda-search-plugins}</version>
<artifactId>camunda-search-client-plugin</artifactId>
<version>${version.camunda-search-client-plugin}</version>
</dependency>
```

Expand All @@ -38,7 +38,7 @@ Add the following dependency to a new Java project:
<TabItem value='gradle'>

```yml
implementation "io.camunda:camunda-search-plugins:${version.camunda-search-plugins}"
implementation "io.camunda:camunda-search-client-plugin:${version.camunda-search-client-plugin}"
```

</TabItem>
Expand Down

0 comments on commit 24b6ade

Please sign in to comment.