diff options
author | Steve Smokowski <ss835w@att.com> | 2021-02-02 10:21:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-02-02 10:21:05 +0000 |
commit | c3d638ca04b502c5005812452e2417cd3219cbae (patch) | |
tree | 9df6477921bfbc45faf8b28abdaaaf92fcf9f520 /mso-api-handlers/mso-api-handler-infra | |
parent | 7c126ee5ce8f0eeaee409da58be9be272ec005e1 (diff) | |
parent | dd89e148932ba0acbfc6ceb4b229b001b6b8dd33 (diff) |
Merge "allow RestClient to configure custom headers"
Diffstat (limited to 'mso-api-handlers/mso-api-handler-infra')
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/pom.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/mso-api-handlers/mso-api-handler-infra/pom.xml b/mso-api-handlers/mso-api-handler-infra/pom.xml index 678de23db5..b902564900 100644 --- a/mso-api-handlers/mso-api-handler-infra/pom.xml +++ b/mso-api-handlers/mso-api-handler-infra/pom.xml @@ -254,19 +254,19 @@ </exclusions> </dependency> <dependency> - <groupId>org.onap.aaf.authz</groupId> - <artifactId>aaf-auth-client</artifactId> - <scope>runtime</scope> + <groupId>org.onap.aaf.authz</groupId> + <artifactId>aaf-auth-client</artifactId> + <scope>runtime</scope> </dependency> <dependency> - <groupId>org.onap.aaf.authz</groupId> - <artifactId>aaf-misc-env</artifactId> - <scope>runtime</scope> + <groupId>org.onap.aaf.authz</groupId> + <artifactId>aaf-misc-env</artifactId> + <scope>runtime</scope> </dependency> <dependency> - <groupId>org.onap.aaf.authz</groupId> - <artifactId>aaf-misc-rosetta</artifactId> - <scope>runtime</scope> + <groupId>org.onap.aaf.authz</groupId> + <artifactId>aaf-misc-rosetta</artifactId> + <scope>runtime</scope> </dependency> <dependency> <groupId>javax.xml.bind</groupId> |