diff options
author | Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> | 2023-11-16 22:56:46 +0530 |
---|---|---|
committer | Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> | 2023-11-17 08:41:38 +0000 |
commit | 918b74538aa05cd9164940b9de9cdb299a3d7499 (patch) | |
tree | 361e2daecaeb39f7c8a018860804ef19d63f5da2 | |
parent | fce1601adb375ffc798e1fb954e3f42cf72a5177 (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.xml | 2 |
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> |