From 0c6c55b6ca885c1ce068e54714de9182bc3dc462 Mon Sep 17 00:00:00 2001 From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch> Date: Wed, 11 Apr 2018 15:48:13 +0200 Subject: [PATCH] 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 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index b2ed609..af3ba7e 100644 --- a/pom.xml +++ b/pom.xml @@ -100,6 +100,7 @@ <dependency> <groupId>net.imagej</groupId> <artifactId>imagej</artifactId> + <scope>provided</scope> </dependency> </dependencies> </project> -- GitLab