From e5faea87953357a25aed2706ed3c9c8f596ea36a Mon Sep 17 00:00:00 2001 From: Max Franz Date: Thu, 5 Sep 2019 15:40:03 -0400 Subject: [PATCH] Make scala-library test scoped This Scala dependency only seems to be used for testing. As such, it probably does not need to be a fully-fledged dependency and it can be test scoped in the POM so that consumers of the Aparapi JAR don't need to have `scala-library`. Ref : Make Scala optional #144 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 29b3db78..5bd81255 100644 --- a/pom.xml +++ b/pom.xml @@ -102,6 +102,7 @@ org.scala-lang scala-library 2.12.6 + test