diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2022-03-01 10:54:33 -0600 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2022-03-01 16:19:18 -0600 |
commit | 515147480c8807219dc4cdff1cd7e178757196ba (patch) | |
tree | 3595a6c86e0757b85e7b820cc7a78a323ad66500 /feature-healthcheck/pom.xml | |
parent | 4a9a11e170ebcc47ef20f7055184ce66f7994415 (diff) |
Add controllers and remote servers healthchecks
Issue-ID: POLICY-3977
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I4fd4db29f99989a2ef11b08f66f28535bfd15a36
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'feature-healthcheck/pom.xml')
-rw-r--r-- | feature-healthcheck/pom.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/feature-healthcheck/pom.xml b/feature-healthcheck/pom.xml index ec547793..8ef99173 100644 --- a/feature-healthcheck/pom.xml +++ b/feature-healthcheck/pom.xml @@ -1,8 +1,8 @@ <!-- ============LICENSE_START======================================================= - ONAP Policy Engine - Drools PDP + ONAP ================================================================================ - Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2022 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -66,7 +66,6 @@ </goals> <phase>prepare-package</phase> <configuration> - <transitive>false</transitive> <outputDirectory>${project.build.directory}/assembly/lib</outputDirectory> <overWriteReleases>false</overWriteReleases> <overWriteSnapshots>true</overWriteSnapshots> @@ -112,6 +111,11 @@ <artifactId>powermock-api-mockito2</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.awaitility</groupId> + <artifactId>awaitility</artifactId> + <scope>test</scope> + </dependency> </dependencies> </project> |