diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-09-16 15:26:58 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-09-16 15:42:08 -0400 |
commit | 2d9d17fab52a9b17fee99ee0e8418ac0fa80b61e (patch) | |
tree | 5fa7a04be0e5d4257735f7fdd9d9b9125d9e0b96 /pom.xml | |
parent | aa2d5a8f79b950b1269a3a2cff89de0691c1dc5a (diff) |
Remove base64 encoding of password from xacml
Issue-ID: POLICY-2550
Change-Id: I05d9af99401991ea867e7ab8d697692c9020b3b7
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,6 +4,7 @@ ================================================================================ Copyright (C) 2018-2020 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020 Nordix Foundation. + Modifications Copyright (C) 2020 Bell Canada. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -41,7 +42,7 @@ <properties> <policy.common.version>1.7.1</policy.common.version> - <policy.models.version>2.3.1</policy.models.version> + <policy.models.version>2.3.2-SNAPSHOT</policy.models.version> </properties> <modules> |