Skip to content

Commit

Permalink
Merge 55da967 into 1e7fd4c
Browse files Browse the repository at this point in the history
  • Loading branch information
Agnul97 authored Jan 30, 2023
2 parents 1e7fd4c + 55da967 commit 9568765
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions extras/liquibase-unlocker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,29 +37,17 @@
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</dependency>
<dependency>
<groupId>commons-configuration</groupId>
<artifactId>commons-configuration</artifactId>
</dependency>

<!-- -->
<!-- Logging -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<artifactId>jcl-over-slf4j</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
</dependency>

</dependencies>

Expand All @@ -69,7 +57,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<configuration>
<dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation>
<createDependencyReducedPom>false</createDependencyReducedPom>
<filters>
<filter>
<artifact>*:*</artifact>
Expand Down

0 comments on commit 9568765

Please sign in to comment.