Try to fix build issues around snakeyaml version
- 1.25 snapshot no longer available - spring boot 2.2.6 adopted snakeyaml 1.25-release => so we should just be able to use boot managed dependency now and no longer need the dependency override.
This commit is contained in:
@@ -13,22 +13,10 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.2.2.RELEASE</version>
|
||||
<version>2.2.6.RELEASE</version>
|
||||
<relativePath></relativePath>
|
||||
</parent>
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<!-- override spring boot managed dependency to more recent. This can be removed
|
||||
once spring-boot adopts a newer version -->
|
||||
<dependency>
|
||||
<groupId>org.yaml</groupId>
|
||||
<artifactId>snakeyaml</artifactId>
|
||||
<version>1.25-SNAPSHOT</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
<modules>
|
||||
<module>org.json</module>
|
||||
<module>commons-language-server</module>
|
||||
|
||||
Reference in New Issue
Block a user