summaryrefslogtreecommitdiffstats
path: root/adaptors/message-router/consumer/provider/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-07-09 10:20:56 -0400
committerKAPIL SINGAL <ks220y@att.com>2021-07-09 17:22:17 +0000
commit4e4988af6aa561d4950711322941cab8c2d2c895 (patch)
tree65c6190636ffa13092badc58b5f1d16dc56db65c /adaptors/message-router/consumer/provider/pom.xml
parent2ab339240c1d0bd8246bebb75d12c4849dd9e4c5 (diff)
Add host name verifier that accepts IP addresses
Add a host name verifier that handles IP addresses as special cases, so that they can be safely ignored in lab environments Issue-ID: CCSDK-3196 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I83cec989102620b52a227b7ca71efb92227d834c
Diffstat (limited to 'adaptors/message-router/consumer/provider/pom.xml')
-rwxr-xr-xadaptors/message-router/consumer/provider/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/adaptors/message-router/consumer/provider/pom.xml b/adaptors/message-router/consumer/provider/pom.xml
index 6eb580373..c3b6ef35b 100755
--- a/adaptors/message-router/consumer/provider/pom.xml
+++ b/adaptors/message-router/consumer/provider/pom.xml
@@ -27,6 +27,11 @@
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
+ <artifactId>utils-provider</artifactId>
+ <version>${project.version}</version>
+ </dependency>
</dependencies>
<build>