summaryrefslogtreecommitdiffstats
path: root/integration
diff options
context:
space:
mode:
Diffstat (limited to 'integration')
-rw-r--r--integration/pom.xml13
1 files changed, 9 insertions, 4 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index 872162da..b05d2ddd 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -1,7 +1,7 @@
<!--
============LICENSE_START=======================================================
Copyright (C) 2018 Ericsson. All rights reserved.
- Modifications Copyright (C) 2018-2021 AT&T. All rights reserved.
+ Modifications Copyright (C) 2018-2022 AT&T. All rights reserved.
Modifications Copyright (C) 2019-2022 Nordix Foundation.
Modifications Copyright (C) 2020-2022 Bell Canada.
================================================================================
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>policy-parent</artifactId>
- <version>3.5.1-SNAPSHOT</version>
+ <version>3.5.2-SNAPSHOT</version>
</parent>
<artifactId>integration</artifactId>
<packaging>pom</packaging>
@@ -37,12 +37,12 @@
<properties>
<java.version>11</java.version>
<!-- NOTE: For RELEASE/SNAPSHOT always set to the project version -->
- <version.parent.resources>3.5.1-SNAPSHOT</version.parent.resources>
+ <version.parent.resources>3.5.1</version.parent.resources>
<version.logback>1.2.10</version.logback>
<version.dmaap>1.1.12</version.dmaap>
<version.powermock>2.0.9</version.powermock>
<version.eclipselink>2.7.8</version.eclipselink>
- <version.drools>7.33.0.Final</version.drools>
+ <version.drools>7.66.0.Final</version.drools>
<version.jersey>2.34</version.jersey>
<version.jackson>2.12.3</version.jackson>
<version.ccsdk>1.1.5</version.ccsdk>
@@ -225,6 +225,11 @@
<artifactId>simpleclient_servlet</artifactId>
<version>${version.io.prometheus}</version>
</dependency>
+ <dependency>
+ <groupId>io.prometheus</groupId>
+ <artifactId>simpleclient_logback</artifactId>
+ <version>${version.io.prometheus}</version>
+ </dependency>
<!-- Swagger Jersey2 JAXRS -->
<dependency>