Skip to content

Commit

Permalink
refactor(pom.xml): remove redundant slf4j dependencies as they are al…
Browse files Browse the repository at this point in the history
…ready included in other dependencies and causing conflicts (#154)
  • Loading branch information
jandroav committed Mar 8, 2024
1 parent 9056130 commit b091caf
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -277,17 +277,7 @@
<artifactId>liquibase-test-harness</artifactId>
<version>${liquibase-test-harness.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
</dependency>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit b091caf

Please sign in to comment.