You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ib...@apache.org on 2023/06/30 07:28:02 UTC

[ignite-3] branch main updated: IGNITE-19891 Fix Swagger-related compilation warnings (#2272)

This is an automated email from the ASF dual-hosted git repository.

ibessonov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new 002cd378a6 IGNITE-19891 Fix Swagger-related compilation warnings (#2272)
002cd378a6 is described below

commit 002cd378a607ab08abefaeb4f495225eeb66cbb4
Author: Alexander Polovtcev <al...@gmail.com>
AuthorDate: Fri Jun 30 10:27:58 2023 +0300

    IGNITE-19891 Fix Swagger-related compilation warnings (#2272)
---
 modules/rest/build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/rest/build.gradle b/modules/rest/build.gradle
index 8c0b9dc452..1e07759058 100644
--- a/modules/rest/build.gradle
+++ b/modules/rest/build.gradle
@@ -83,4 +83,5 @@ dependencies {
     integrationTestImplementation libs.micronaut.http.client
     integrationTestImplementation libs.micronaut.http.server.netty
     integrationTestImplementation libs.typesafe.config
+    integrationTestImplementation libs.swaggerv3.annotations
 }