Skip to content

Commit

Permalink
clean up dep declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellblazer committed Dec 4, 2023
1 parent d0670d9 commit 986e829
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
4 changes: 0 additions & 4 deletions cryptography/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -331,11 +331,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>3.26.0</version>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions protocols/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,14 @@
<artifactId>netty-transport-native-unix-common</artifactId>
<version>${netty.version}</version>
<classifier>${os.detected.classifier}</classifier>
<scope>test</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-kqueue</artifactId>
<version>${netty.version}</version>
<classifier>${os.detected.classifier}</classifier>
<scope>optional</scope>
<scope>provided</scope>
</dependency>
</dependencies>
</profile>
Expand Down

0 comments on commit 986e829

Please sign in to comment.