This is an automated email from the ASF dual-hosted git repository.
urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new f7acf90b99c Docs sync done from apache/pulsar(#67f9461)
f7acf90b99c is described below
commit f7acf90b99c39e3ab7729199b06df32f5c726ed7
Author: Pulsar Site Updater <[email protected]>
AuthorDate: Tue Nov 22 12:01:34 2022 +0000
Docs sync done from apache/pulsar(#67f9461)
---
site2/website-next/docs/security-bouncy-castle.md | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/site2/website-next/docs/security-bouncy-castle.md
b/site2/website-next/docs/security-bouncy-castle.md
index 6e95e05214f..4399c729401 100644
--- a/site2/website-next/docs/security-bouncy-castle.md
+++ b/site2/website-next/docs/security-bouncy-castle.md
@@ -101,17 +101,17 @@ Pulsar module `bouncy-castle-bcfips`, which is defined by
`bouncy-castle/bcfips/
Similar to `bouncy-castle-bc`, `bouncy-castle-bcfips` is also packaged as a
`jar-in-jar` package for easy include/exclude.
```xml
- <dependency>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bc-fips</artifactId>
- <version>${bouncycastlefips.version}</version>
- </dependency>
-
- <dependency>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcpkix-fips</artifactId>
- <version>${bouncycastlefips.version}</version>
- </dependency>
+<dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bc-fips</artifactId>
+ <version>${bouncycastle.bc-fips.version}</version>
+</dependency>
+
+<dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcpkix-fips</artifactId>
+ <version>${bouncycastle.bcpkix-fips.version}</version>
+</dependency>
```
### Exclude BC-non-FIPS and include BC-FIPS