trying to ignore transitive dependencies from language servers
This commit is contained in:
@@ -19,6 +19,12 @@
|
||||
<groupId>org.springframework.ide.vscode</groupId>
|
||||
<artifactId>boot-java-language-server</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>*</groupId>
|
||||
<artifactId>*</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user