aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJorge Hernandez <jorge.hernandez-herrero@att.com>2020-07-02 12:43:26 +0000
committerGerrit Code Review <gerrit@onap.org>2020-07-02 12:43:26 +0000
commit11fe26a917bdd6aa54aa40cb21396df824410d83 (patch)
treeee487609fd3ddd88e5e49d7ca9cf9ba526c60e12 /pom.xml
parentce122b6f177512e5a9c839dba971b82f6a3e40c7 (diff)
parentc50265a894b07cb216a90c4e174b966139642098 (diff)
Merge "Updating drools pdp dependencies"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 9c8abdb8..20975704 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
ONAP Policy Engine - Drools PDP
================================================================================
Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved.
- Modifications Copyright (C) 2019 Nordix Foundation.
+ Modifications Copyright (C) 2020 Nordix Foundation.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -86,12 +86,12 @@
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
- <version>2.0.1</version>
+ <version>2.1.1</version>
</dependency>
<dependency>
<groupId>org.glassfish.hk2.external</groupId>
<artifactId>javax.inject</artifactId>
- <version>2.4.0-b31</version>
+ <version>2.5.0-b62</version>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>