Skip to content

Commit 799c6c2

Browse files
committed
Avoid pulling broken Maven artifact
I just created eclipse-archived/xtext-lib#146 with details.
1 parent 2b6ec51 commit 799c6c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/Build.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,8 @@ object Build {
874874
fork in run := true,
875875
fork in Test := true,
876876
libraryDependencies ++= Seq(
877-
"org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.5.0",
877+
"org.eclipse.xtend" % "org.eclipse.xtend.lib" % "2.16.0",
878+
"org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.5.0" exclude ("org.eclipse.xtend", "org.eclipse.xtend.lib"),
878879
Dependencies.`jackson-databind`
879880
),
880881
javaOptions := (javaOptions in `dotty-compiler-bootstrapped`).value,

0 commit comments

Comments
 (0)