chesnokoff commented on code in PR #13266:
URL: https://github.com/apache/ignite/pull/13266#discussion_r3474643392


##########
docs/_docs/code-snippets/java/pom.xml:
##########
@@ -67,12 +68,47 @@
             <artifactId>ignite-zookeeper</artifactId>
             <version>${ignite.version}</version>
         </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>ignite-aws-ext</artifactId>
+            <version>${ignite.extensions.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>ignite-azure-ext</artifactId>
+            <version>${ignite.extensions.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>ignite-cloud</artifactId>
+            <version>2.13.0</version>

Review Comment:
   Yes, `ignite-cloud` was moved from the main Ignite repository to 
`ignite-extensions` as `ignite-cloud-ext`, but it looks like `ignite-cloud-ext` 
was never published to Maven Central. As a result, the only resolvable artifact 
containing `TcpDiscoveryCloudIpFinder` is the legacy `ignite-cloud:2.13.0`.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to