Skip to content

Commit

Permalink
Make Handler-Ssl-Ocsp releasable (netty#13004)
Browse files Browse the repository at this point in the history
Motivation:
We should make Handler-Ssl-Ocsp releasable.

Modification:
Added handler-ssl-ocsp into `bom` and `all` modules.

Result:
Fixes netty#13003 .
  • Loading branch information
hyperxpro authored Nov 18, 2022
1 parent e9e8ee5 commit 6e935e0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,11 @@
<artifactId>netty-handler-proxy</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler-ssl-ocsp</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>netty-resolver</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,11 @@
<artifactId>netty-handler-proxy</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler-ssl-ocsp</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-resolver</artifactId>
Expand Down
1 change: 1 addition & 0 deletions handler-ssl-ocsp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
Expand Down

0 comments on commit 6e935e0

Please sign in to comment.