aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRashmi Pujar <rashmi.pujar1@bell.ca>2021-11-30 13:31:56 -0500
committerRashmi Pujar <rashmi.pujar1@bell.ca>2021-11-30 13:32:53 -0500
commitdc850de10f10c4307fcbc32bd97f9325a07e7709 (patch)
tree54a7189664591744eea7ea7f4a3a49c7f24a0966
parent9e46355fd82bc6451c1d3aed4bc83e7ff4e6f486 (diff)
Use prometheus libraries defined in parent pom
Depends on https://gerrit.onap.org/r/c/policy/parent/+/125974 for build to pass. Issue-ID: POLICY-3760 Signed-off-by: Rashmi Pujar <rashmi.pujar1@bell.ca> Change-Id: I255bf085e0d33e09c1fdd3aea373f3c497074a85
-rw-r--r--policy-endpoints/pom.xml5
-rw-r--r--pom.xml6
2 files changed, 4 insertions, 7 deletions
diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml
index 49f6945e..9f8d517a 100644
--- a/policy-endpoints/pom.xml
+++ b/policy-endpoints/pom.xml
@@ -41,7 +41,6 @@
<cambria.version>1.2.1-oss</cambria.version>
<http.client.version>4.5.5</http.client.version>
<http.core.version>4.4.4</http.core.version>
- <io.prometheus.version>0.11.0</io.prometheus.version>
</properties>
<dependencies>
@@ -174,13 +173,11 @@
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_hotspot</artifactId>
- <version>${io.prometheus.version}</version>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_servlet</artifactId>
- <version>${io.prometheus.version}</version>
</dependency>
<dependency>
@@ -236,4 +233,4 @@
</dependency>
</dependencies>
-</project>
+</project> \ No newline at end of file
diff --git a/pom.xml b/pom.xml
index ae0af815..f5ee24ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.5.0</version>
+ <version>3.5.1-SNAPSHOT</version>
<relativePath />
</parent>
@@ -73,7 +73,7 @@
</dependency>
</dependencies>
</dependencyManagement>
-
+
<build>
<plugins>
<plugin>
@@ -116,4 +116,4 @@
</plugin>
</plugins>
</reporting>
-</project>
+</project> \ No newline at end of file