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