Skip to content

Commit

Permalink
deps(qa): add dependencies on google cloud sdk and gcs backup store
Browse files Browse the repository at this point in the history
(cherry picked from commit 1aa498a)
  • Loading branch information
lenaschoenburg committed Apr 4, 2023
1 parent f0757e5 commit f2ac65b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
9 changes: 9 additions & 0 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
<version.jnr-posix>3.1.16</version.jnr-posix>
<version.zpt>8.1.9</version.zpt>
<version.feign>12.2</version.feign>
<version.google-sdk>26.11.0</version.google-sdk>
<version.awssdk>2.20.33</version.awssdk>
<version.toxiproxy>2.1.7</version.toxiproxy>
<version.validation-api>3.0.2</version.validation-api>
Expand Down Expand Up @@ -990,6 +991,14 @@
<version>${version.jnr-posix}</version>
</dependency>

<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>${version.google-sdk}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
Expand Down
12 changes: 12 additions & 0 deletions qa/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,18 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-backup-store-gcs</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<scope>test</scope>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit f2ac65b

Please sign in to comment.