buildsystem / external dependecy instructions fixed (#1521)
Signed-off-by: Sami Salonen <ssalonen@gmail.com>pull/1522/head
parent
d3d73927cc
commit
36cb42415a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue