Skip to content
Snippets Groups Projects
Commit 62235cb3 authored by Rustam Lotsmanenko (EPAM)'s avatar Rustam Lotsmanenko (EPAM)
Browse files

GONRG-1041 Indexer should support HTTP Target Cloud Tasks

parent 34d7c869
No related branches found
No related tags found
2 merge requests!54Move Search Config out of os-core-common (GONRG-744),!52Gcp support http target cloud tasks (GONRG-1041)
......@@ -54,7 +54,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-datastore</artifactId>
<version>1.105.0</version>
<version>1.72.0</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
......@@ -83,6 +83,11 @@
<artifactId>google-cloud-pubsub</artifactId>
<version>1.60.0</version>
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
<version>1.30.11</version>
</dependency>
<dependency>
<groupId>org.elasticsearch</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment