Skip to content

Commit

Permalink
DAT-18731 - Removing dependency not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesQueiroz committed Dec 20, 2024
1 parent 3175874 commit c569dec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,6 @@
<version>${mockito.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-suite-api</artifactId>
<version>1.11.3</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
import liquibase.harness.snapshot.SnapshotObjectTests;
import org.junit.platform.suite.api.SelectClasses;

@SelectClasses({SnapshotObjectTests.class, GenerateChangelogTest.class})
@SelectClasses({SnapshotObjectTests.class})
public class AdvancedExtensionHarnessTestSuite extends AdvancedHarnessSuite {
}

0 comments on commit c569dec

Please sign in to comment.