From 474a259c56a82b29d0a778143d9c5ddd4f2a95c1 Mon Sep 17 00:00:00 2001 From: Tamino Dauth Date: Tue, 21 May 2019 15:24:44 +0200 Subject: [PATCH] Set surili-commons to provided to avoid assembly error --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2f81d1b..6435eec 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ fork := true resolvers += "nexus-retest-maven-all" at "https://nexus.retest.org/repository/all/" // Dependencies to represent states and actions: -libraryDependencies += "de.retest" % "surili-commons" % "0.1.0-SNAPSHOT" withSources () withJavadoc () changing () +libraryDependencies += "de.retest" % "surili-commons" % "0.1.0-SNAPSHOT" % "provided" withSources () withJavadoc () changing () // Dependencies to write GML files for yEd: libraryDependencies += "com.github.systemdir.gml" % "GMLWriterForYed" % "2.1.0"