Syncleus / aparapi

The New Official Aparapi: a framework for executing native Java and Scala code on the GPU.
http://aparapi.com
Apache License 2.0
465 stars 59 forks source link

Make scala-library test scoped #154

Open maxkfranz opened 4 years ago

maxkfranz commented 4 years ago

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