Skip to content

Commit d7e8f9a

Browse files
committed
chore: don't exclude snakeyaml from classpath in order to fix warnings from Liquibase
The warning was: java.util.ServiceConfigurationError: liquibase.parser.ChangeLogParser: Provider liquibase.parser.core.json.JsonChangeLogParser could not be instantiated
1 parent c8063de commit d7e8f9a

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

pom.xml

-17
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,6 @@
7979
<groupId>org.liquibase</groupId>
8080
<artifactId>liquibase-core</artifactId>
8181
<version>${liquibase.version}</version>
82-
<exclusions>
83-
<exclusion>
84-
<groupId>org.yaml</groupId>
85-
<artifactId>snakeyaml</artifactId>
86-
</exclusion>
87-
</exclusions>
8882
</dependency>
8983

9084
<dependency>
@@ -97,12 +91,6 @@
9791
<dependency>
9892
<groupId>org.springframework.boot</groupId>
9993
<artifactId>spring-boot-starter</artifactId>
100-
<exclusions>
101-
<exclusion>
102-
<groupId>org.yaml</groupId>
103-
<artifactId>snakeyaml</artifactId>
104-
</exclusion>
105-
</exclusions>
10694
</dependency>
10795

10896
<!-- https://github.com/spring-projects/spring-boot/blob/v2.3.12.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-jdbc/build.gradle -->
@@ -389,10 +377,6 @@
389377
<version>${robotframework-selenium.version}</version>
390378
<scope>test</scope>
391379
<exclusions>
392-
<exclusion>
393-
<groupId>org.yaml</groupId>
394-
<artifactId>snakeyaml</artifactId>
395-
</exclusion>
396380
<exclusion>
397381
<groupId>io.appium</groupId>
398382
<artifactId>java-client</artifactId>
@@ -853,7 +837,6 @@
853837
<exclude>org.apache.tomcat.embed:tomcat-embed-el</exclude>
854838
<exclude>junit:*:*:*:compile</exclude>
855839
<exclude>org.hamcrest:*:*:*:compile</exclude>
856-
<exclude>org.yaml:snakeyaml</exclude>
857840
</excludes>
858841
</bannedDependencies>
859842
<requireJavaVersion>

0 commit comments

Comments
 (0)