diff options
author | Rashmi Pujar <rashmi.pujar1@bell.ca> | 2021-11-30 13:31:56 -0500 |
---|---|---|
committer | Rashmi Pujar <rashmi.pujar1@bell.ca> | 2021-11-30 13:32:53 -0500 |
commit | dc850de10f10c4307fcbc32bd97f9325a07e7709 (patch) | |
tree | 54a7189664591744eea7ea7f4a3a49c7f24a0966 /policy-endpoints/pom.xml | |
parent | 9e46355fd82bc6451c1d3aed4bc83e7ff4e6f486 (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
Diffstat (limited to 'policy-endpoints/pom.xml')
-rw-r--r-- | policy-endpoints/pom.xml | 5 |
1 files changed, 1 insertions, 4 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 |