From 1b89b20db638e783100e044d4719389e36a49fe2 Mon Sep 17 00:00:00 2001 From: Mohammad Qureshi <47198598+qreshi@users.noreply.github.com> Date: Mon, 25 Jul 2022 10:12:00 -0700 Subject: [PATCH] Add Common Utils to 2.2 manifest Signed-off-by: Mohammad Qureshi <47198598+qreshi@users.noreply.github.com> --- manifests/2.2.0/opensearch-2.2.0.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/manifests/2.2.0/opensearch-2.2.0.yml b/manifests/2.2.0/opensearch-2.2.0.yml index cbcfea920a..b918da8910 100644 --- a/manifests/2.2.0/opensearch-2.2.0.yml +++ b/manifests/2.2.0/opensearch-2.2.0.yml @@ -14,3 +14,9 @@ components: checks: - gradle:publish - gradle:properties:version + - name: common-utils + repository: https://github.com/opensearch-project/common-utils.git + ref: '2.x' + checks: + - gradle:publish + - gradle:properties:version