diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2021-07-07 13:39:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-07-07 13:39:00 +0000 |
commit | b72f69b466ccd0e8fa5be8baa94bea50651f16db (patch) | |
tree | a1bae8fed8d1349b8a966a71d0100786e5d7df4a /cps-parent/pom.xml | |
parent | d32354171c15651c24b8e7f99c1164b75411489a (diff) | |
parent | ff52b94907002d2d2910567e1ad5f55e66008eb8 (diff) |
Merge "Sending Data Updated Event to kafka"
Diffstat (limited to 'cps-parent/pom.xml')
-rwxr-xr-x | cps-parent/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index a341ea9af7..bd857720c1 100755 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -327,7 +327,7 @@ see https://www.testcontainers.org/features/configuration/#disabling-ryuk --> <TESTCONTAINERS_RYUK_DISABLED>true</TESTCONTAINERS_RYUK_DISABLED> - <TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX>${docker.pull.registry}/library/</TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX> + <TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX>${docker.pull.registry}/</TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX> </environmentVariables> </configuration> </plugin> |