aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorRossC <ross.carter@est.tech>2020-06-30 15:57:07 +0100
committerRossC <ross.carter@est.tech>2020-07-01 16:07:57 +0100
commitc50265a894b07cb216a90c4e174b966139642098 (patch)
treece9094cd4900776efd8c895c04dbb8849350c397 /pom.xml
parentff55b6ca2768b04b69b248ad02f3a2132e12c4d4 (diff)
Updating drools pdp dependencies
Issue-ID: POLICY-2387 Change-Id: I5fe17c2514aed5c595d4e2a3d95fbb210a6f229b Signed-off-by: RossC <ross.carter@est.tech>
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>