Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Set surili-commons to provided to avoid assembly error #34
Browse files Browse the repository at this point in the history
  • Loading branch information
tdauth authored and rebazer committed May 21, 2019
1 parent cac3b71 commit 87ab56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 87ab56d

Please sign in to comment.