Skip to content

Commit 5147f16

Browse files
committed
analyzer does not depend on itself any more
1 parent 124bde2 commit 5147f16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

+2-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ lazy val `commons-analyzer` = project
116116
.dependsOn(`commons-core` % Test)
117117
.settings(commonSettings: _*)
118118
.settings(
119-
libraryDependencies += "org.scala-lang" % "scala-compiler" % scalaVersion.value
119+
libraryDependencies += "org.scala-lang" % "scala-compiler" % scalaVersion.value,
120+
excludeDependencies += SbtExclusionRule(organization.value)
120121
)
121122

122123
lazy val `commons-jetty` = project

0 commit comments

Comments
 (0)