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 /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 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |