summaryrefslogtreecommitdiffstats
path: root/auth/auth-certman/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'auth/auth-certman/pom.xml')
-rw-r--r--auth/auth-certman/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/auth/auth-certman/pom.xml b/auth/auth-certman/pom.xml
index 69a5c5df..10a3bb0b 100644
--- a/auth/auth-certman/pom.xml
+++ b/auth/auth-certman/pom.xml
@@ -42,6 +42,7 @@
<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
<stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
<sitePath>/content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version}</sitePath>
+ <project.bouncyCastleVersion>1.59</project.bouncyCastleVersion>
</properties>
<dependencies>
@@ -79,12 +80,12 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
- <version>1.59</version>
+ <version>${project.bouncyCastleVersion}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
- <version>1.59</version>
+ <version>${project.bouncyCastleVersion}</version>
</dependency>
</dependencies>