Skip to content

Commit

Permalink
Code/comments cleaning.
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-brandizi committed May 13, 2024
1 parent f475e5e commit 71354da
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,16 @@
<version>2.15.3</version>
</dependency>

<!-- Required by
uk.ac.ebi.utils.opt.json
Here, we can omit it since jackson-dataformat-yaml already includes it
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
-->

</dependencies>

<build>
Expand Down
1 change: 0 additions & 1 deletion src/main/java/uk/ac/ebi/utils/opt/json/JacksonJsUtils.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package uk.ac.ebi.utils.opt.json;

import static java.util.stream.Collector.Characteristics.IDENTITY_FINISH;
import static java.util.stream.Collector.Characteristics.UNORDERED;

import java.util.function.BiConsumer;
Expand Down

0 comments on commit 71354da

Please sign in to comment.