From 36cb42415a95f7090235e038d89aacf64cb651ae Mon Sep 17 00:00:00 2001 From: Sami Salonen Date: Mon, 22 Mar 2021 20:50:26 +0200 Subject: [PATCH] buildsystem / external dependecy instructions fixed (#1521) Signed-off-by: Sami Salonen --- developers/buildsystem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developers/buildsystem.md b/developers/buildsystem.md index 136a56ddd..a3e580734 100644 --- a/developers/buildsystem.md +++ b/developers/buildsystem.md @@ -21,7 +21,7 @@ Generally all dependencies should be OSGi-bundles and available on JCenter. ### External dependency -In most cases they should be referenced in the project POM with scope `provided`: +In most cases they should be referenced in the project POM with scope `compile`: ```xml