Skip to content
Snippets Groups Projects
Commit 0c6c55b6 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Set scope of imagej dependency to "provided"

As described by @stelfrich in [`example-script-collection` PR-2][1]

[1]: https://github.com/imagej/example-script-collection/pull/2
parent e8c8eb60
No related branches found
No related tags found
No related merge requests found
......@@ -100,6 +100,7 @@
<dependency>
<groupId>net.imagej</groupId>
<artifactId>imagej</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment