Skip to content

Commit

Permalink
Remove immutable package and unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
nopcoder committed Jan 29, 2025
1 parent 3658399 commit 987294e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions clients/hadoopfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -391,12 +391,6 @@ To export to S3:
<version>5.15.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.immutables</groupId>
<artifactId>value</artifactId>
<version>2.9.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
Expand Down
1 change: 0 additions & 1 deletion clients/hadoopfs/src/test/java/io/lakefs/FSTestBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
import org.apache.hadoop.fs.Path;
import org.apache.http.HttpStatus;

import org.immutables.value.Value;
import org.junit.Before;
import org.junit.Rule;
import org.junit.rules.TestName;
Expand Down

0 comments on commit 987294e

Please sign in to comment.