Skip to content

Commit

Permalink
Remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kr565370 committed May 7, 2024
1 parent 52cede2 commit d27d7b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import static sleeper.core.statestore.AssignJobIdRequest.assignJobOnPartitionToFiles;

public class CompactSortedFilesTestUtils {

private CompactSortedFilesTestUtils() {
}

Expand Down
7 changes: 0 additions & 7 deletions java/system-test/system-test-dsl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,6 @@
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>sleeper</groupId>
<artifactId>compaction-job-execution</artifactId>
<version>${project.parent.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>sleeper</groupId>
<artifactId>ingest-core</artifactId>
Expand Down

0 comments on commit d27d7b6

Please sign in to comment.