Skip to content

Commit

Permalink
chore: don't exclude snakeyaml from classpath in order to fix warning…
Browse files Browse the repository at this point in the history
…s from Liquibase

The warning was:
java.util.ServiceConfigurationError: liquibase.parser.ChangeLogParser: Provider liquibase.parser.core.json.JsonChangeLogParser could not be instantiated
  • Loading branch information
php-coder committed Jan 9, 2025
1 parent c8063de commit d7e8f9a
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,6 @@
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
<version>${liquibase.version}</version>
<exclusions>
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand All @@ -97,12 +91,6 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<exclusions>
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- https://github.com/spring-projects/spring-boot/blob/v2.3.12.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-jdbc/build.gradle -->
Expand Down Expand Up @@ -389,10 +377,6 @@
<version>${robotframework-selenium.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
<exclusion>
<groupId>io.appium</groupId>
<artifactId>java-client</artifactId>
Expand Down Expand Up @@ -853,7 +837,6 @@
<exclude>org.apache.tomcat.embed:tomcat-embed-el</exclude>
<exclude>junit:*:*:*:compile</exclude>
<exclude>org.hamcrest:*:*:*:compile</exclude>
<exclude>org.yaml:snakeyaml</exclude>
</excludes>
</bannedDependencies>
<requireJavaVersion>
Expand Down

0 comments on commit d7e8f9a

Please sign in to comment.