aboutsummaryrefslogtreecommitdiffstats
path: root/services/services-engine/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'services/services-engine/pom.xml')
-rw-r--r--services/services-engine/pom.xml13
1 files changed, 6 insertions, 7 deletions
diff --git a/services/services-engine/pom.xml b/services/services-engine/pom.xml
index 55c4e757e..ec3238682 100644
--- a/services/services-engine/pom.xml
+++ b/services/services-engine/pom.xml
@@ -1,7 +1,7 @@
<!--
============LICENSE_START=======================================================
Copyright (C) 2018 Ericsson. All rights reserved.
- Copyright (C) 2019-2020,2022-2023 Nordix Foundation.
+ Copyright (C) 2019-2020, 2022-2024 Nordix Foundation.
Modifications Copyright (C) 2021 Bell Canada Intellectual Property. All rights reserved.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
@@ -47,6 +47,11 @@
<artifactId>simpleclient</artifactId>
</dependency>
<dependency>
+ <groupId>io.prometheus</groupId>
+ <artifactId>simpleclient_servlet_jakarta</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
<groupId>org.onap.policy.apex-pdp.core</groupId>
<artifactId>core</artifactId>
<version>${project.version}</version>
@@ -58,12 +63,6 @@
<dependency>
<groupId>org.onap.policy.models</groupId>
<artifactId>policy-models-pdp</artifactId>
- <exclusions>
- <exclusion>
- <groupId>javax.ws.rs</groupId>
- <artifactId>javax.ws.rs-api</artifactId>
- </exclusion>
- </exclusions>
<version>${version.policy.models}</version>
</dependency>
</dependencies>