diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2024-03-14 13:03:12 +0000 |
---|---|---|
committer | adheli.tavares <adheli.tavares@est.tech> | 2024-03-14 17:34:31 +0000 |
commit | 2e12a07c95af2c231eb77d9eb77293e94bdca7e4 (patch) | |
tree | c28593847ea2e9489990f0129d6ee8abd3167fdf /examples/examples-decisionmaker-sharedcontext | |
parent | cd5c01501f0def47721525a6faef79bab696621e (diff) |
Update dependencies
- add dependencies that used to be brought by oparent
- fix any related code to these dependencies
- add examples module missing from examples pom.xml
Issue-ID: POLICY-4945
Change-Id: Iddd49835305b57e7a5e669fc8cde35281bbbdbe6
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'examples/examples-decisionmaker-sharedcontext')
-rw-r--r-- | examples/examples-decisionmaker-sharedcontext/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/examples-decisionmaker-sharedcontext/pom.xml b/examples/examples-decisionmaker-sharedcontext/pom.xml index acbfeff3d..f66be2e5b 100644 --- a/examples/examples-decisionmaker-sharedcontext/pom.xml +++ b/examples/examples-decisionmaker-sharedcontext/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.examples</groupId> <artifactId>examples</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.1.2-SNAPSHOT</version> </parent> <artifactId>examples-decisionmaker-sharedcontext</artifactId> |