From 2fccb34061cfeb68a343454ffcfe4c347efce935 Mon Sep 17 00:00:00 2001 From: Kai Kreuzer Date: Fri, 26 Nov 2021 15:11:06 +0100 Subject: [PATCH] Remove JCenter reference (#1669) Fixes https://github.com/openhab/openhab-docs/issues/1647 --- developers/buildsystem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developers/buildsystem.md b/developers/buildsystem.md index e4ec82ec5..60bcabd2f 100644 --- a/developers/buildsystem.md +++ b/developers/buildsystem.md @@ -17,7 +17,7 @@ This section talks about some common buildsystem related topics and also some qu ## Adding Dependencies -Generally all dependencies should be OSGi-bundles and available on JCenter. +Generally all dependencies should be OSGi-bundles and available on Maven Central. ### External dependency