summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRavi Pendurty <ravi.pendurty@highstreet-technologies.com>2023-11-16 22:56:46 +0530
committerRavi Pendurty <ravi.pendurty@highstreet-technologies.com>2023-11-16 22:57:17 +0530
commitfed381043f80e3e24f15ea299acbd15c8b7242ce (patch)
tree361e2daecaeb39f7c8a018860804ef19d63f5da2
parentfce1601adb375ffc798e1fb954e3f42cf72a5177 (diff)
Support for custom password
Use a previous version of custom aaa-authn-api artifact Issue-ID: SDNC-1831 Change-Id: Ibe87206580e65caf6b1f22c2cf66f140c3f4df95 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
-rw-r--r--opendaylight/argon/argon-alpine/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/opendaylight/argon/argon-alpine/pom.xml b/opendaylight/argon/argon-alpine/pom.xml
index 99e7bb7d..a73143a5 100644
--- a/opendaylight/argon/argon-alpine/pom.xml
+++ b/opendaylight/argon/argon-alpine/pom.xml
@@ -81,7 +81,7 @@
<artifactItem>
<groupId>com.highstreet-technologies.aaa</groupId>
<artifactId>aaa-authn-api</artifactId>
- <version>${odl.shiro.version}</version>
+ <version>0.17.8</version>
<outputDirectory>${project.build.directory}/docker-stage/system/org/opendaylight/aaa/aaa-authn-api/${odl.shiro.version}</outputDirectory>
<destFileName>aaa-authn-api-${odl.shiro.version}.jar</destFileName>
<excludes>*</excludes>