Skip to content

Commit

Permalink
Reintroduce jboss logging (#1847)
Browse files Browse the repository at this point in the history
Play won't start on the server, complains with:
"java.lang.NoClassDefFoundError: org/jboss/logging/BasicLogger"
  • Loading branch information
dr0i committed Oct 26, 2023
1 parent 86d9081 commit f06f719
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ libraryDependencies ++= Seq(
"org.lobid" % "lobid-resources" % "0.6.0-SNAPSHOT" changing()
)

excludeDependencies += "org.jboss.logging" % "jboss-logging"

resolvers += "Local Maven Repository" at Path.userHome.asFile.toURI.toURL + ".m2/repository"

lazy val root = (project in file(".")).enablePlugins(PlayJava)
Expand Down

0 comments on commit f06f719

Please sign in to comment.