diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-01-20 19:04:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-01-20 19:04:51 +0000 |
commit | 84f92b44e70ce27bb4213da677d50ac91169432c (patch) | |
tree | 8c685c10f41a30eba27c0917ee84e8806f5c8f29 /plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-restrequestor/pom.xml | |
parent | e3be60ce4b68b8e74ced19897fabf9e399beed1f (diff) | |
parent | de9bb70b25d498e844c2c6205061aa9e5e9d8d7a (diff) |
Merge "Add logs for REST request/response in APEX"
Diffstat (limited to 'plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-restrequestor/pom.xml')
-rw-r--r-- | plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-restrequestor/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-restrequestor/pom.xml b/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-restrequestor/pom.xml index f950c6e15..beca6bdfe 100644 --- a/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-restrequestor/pom.xml +++ b/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-restrequestor/pom.xml @@ -2,6 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. Modifications Copyright (C) 2019-2020 Nordix Foundation. + Modifications Copyright (C) 2021 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. @@ -37,7 +38,6 @@ <dependency> <groupId>org.onap.policy.common</groupId> <artifactId>policy-endpoints</artifactId> - <scope>test</scope> </dependency> <dependency> <groupId>org.onap.policy.apex-pdp.services</groupId> |