eclipse-sprotty / sprotty-server

Server implementation for the Sprotty diagramming framework
https://eclipse.org/sprotty
Eclipse Public License 2.0
23 stars 19 forks source link

Set the version of lsp4j #29

Closed erogleva closed 5 years ago

erogleva commented 5 years ago

Currently using the project as a maven dependency produces a warning that the pom for lsp4j cannot be found.

[WARNING] The POM for org.eclipse.lsp4j:org.eclipse.lsp4j:jar:null is missing, no dependency information available

Would it be okay to set the version here in order to resolve this? I've set it to the latest version as ./gradlew build seems to resolve it to this one, but I'm not sure if this is correct.