From bc158b63d9d353b947ebfd3bf9422d6f9720cc5b Mon Sep 17 00:00:00 2001 From: Peter Nied Date: Fri, 18 Feb 2022 10:46:56 -0600 Subject: [PATCH] Remove jcenter repository Signed-off-by: Peter Nied --- .../2021-06-03-my-first-steps-in-opensearch-plugins.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_posts/2021-06-03-my-first-steps-in-opensearch-plugins.markdown b/_posts/2021-06-03-my-first-steps-in-opensearch-plugins.markdown index c28ea3d8e9..2aa9648a80 100644 --- a/_posts/2021-06-03-my-first-steps-in-opensearch-plugins.markdown +++ b/_posts/2021-06-03-my-first-steps-in-opensearch-plugins.markdown @@ -193,7 +193,6 @@ opensearchplugin { buildscript { repositories { mavenCentral() - jcenter() mavenLocal() } @@ -616,4 +615,4 @@ In this simple plugin use case we got to see the REST layer implementation, add I would like to thank [Sarat Vemulapalli](https://github.com/saratvemulapalli) from AWS for his feedback and assistance on this post. --- -This post is contributed by Amitai Stern from Logz.io and is co-published on [Logz.io blog](https://logz.io/blog/opensearch-plugins) \ No newline at end of file +This post is contributed by Amitai Stern from Logz.io and is co-published on [Logz.io blog](https://logz.io/blog/opensearch-plugins)