diff options
author | liamfallon <liam.fallon@est.tech> | 2019-01-09 14:30:23 +0100 |
---|---|---|
committer | Liam Fallon <liam.fallon@est.tech> | 2019-01-10 06:48:07 +0000 |
commit | f702224c07abd43d72ab0198cf760537d3d35d8a (patch) | |
tree | ab48142d86c0134f24ded3110926188371f1fbb0 /examples/examples-onap-vcpe/pom.xml | |
parent | 0b83f6124f068583df43eb9b587b9d46b22e9843 (diff) |
Fix context clearing on model upgrade3.0.1-ONAP2.0.52.0.4
Existing context is cleared when a model upgrade is carried out
on an Apex PDP. The clear() method is called in error on the
Apex engine during the upgrade.
This change also has some small updates to the DecisionMaker example,
which is used to test this feature.
Issue-ID: POLICY-1395
Change-Id: I547a3a60712d1572d9daadf5eab4afcae2a5c321
Signed-off-by: liamfallon <liam.fallon@est.tech>
(cherry picked from commit cff079a8dc3eeaf4e88c0e89a828fe4244a1b3c8)
Diffstat (limited to 'examples/examples-onap-vcpe/pom.xml')
-rw-r--r-- | examples/examples-onap-vcpe/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/examples-onap-vcpe/pom.xml b/examples/examples-onap-vcpe/pom.xml index de8c277d2..2e1048c19 100644 --- a/examples/examples-onap-vcpe/pom.xml +++ b/examples/examples-onap-vcpe/pom.xml @@ -1,6 +1,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. + Copyright (C) 2019 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -44,6 +45,7 @@ <groupId>org.onap.policy.apex-pdp.services</groupId> <artifactId>services-engine</artifactId> <version>${project.version}</version> + <scope>test</scope> </dependency> <dependency> <groupId>org.glassfish.jersey.containers</groupId> |