buildsystem / external dependecy instructions fixed (#1521)

Signed-off-by: Sami Salonen <ssalonen@gmail.com>
pull/1522/head
Sami Salonen 2021-03-22 20:50:26 +02:00 committed by GitHub
parent d3d73927cc
commit 36cb42415a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
<dependencies>