Fixing sbt run (exclude slf4j 1.5.11)
This commit is contained in:
parent
c7000ce5ca
commit
8230e2c546
1 changed files with 3 additions and 0 deletions
|
|
@ -106,6 +106,9 @@ class AkkaParent(info: ProjectInfo) extends DefaultProject(info) {
|
|||
" dist/akka-jta_%s-%s.jar".format(buildScalaVersion, version)
|
||||
)
|
||||
|
||||
//Exclude slf4j1.5.11 from the classpath, it's conflicting...
|
||||
override def runClasspath = super.runClasspath --- (super.runClasspath ** "slf4j*1.5.11.jar")
|
||||
|
||||
// ------------------------------------------------------------
|
||||
// publishing
|
||||
override def managedStyle = ManagedStyle.Maven
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue