diff options
author | Boslet, Cory <cory.boslet@att.com> | 2020-08-19 16:00:17 -0400 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@att.com> | 2020-08-19 16:00:18 -0400 |
commit | 2f72b37cbbec5c81a039debfdfb13f707e176af9 (patch) | |
tree | 92e327116583c1dd3556d2e7227fc509e13083ca /adapters/mso-openstack-adapters/pom.xml | |
parent | 453353c6505d06e9bc905ca886cd7ab17e8d15db (diff) |
Need to create the ipv6 address which was missing.
Need to create the ipv6 address which was missing.
forgot to remove not needed line of code
Updated junits to pass on jenkins.
Updated unit test to test ipv6 ips.
Issue-ID: SO-3186
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I58c643c0a4680fead44f84cb6ba2eca95d04cb72
Diffstat (limited to 'adapters/mso-openstack-adapters/pom.xml')
-rw-r--r-- | adapters/mso-openstack-adapters/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adapters/mso-openstack-adapters/pom.xml b/adapters/mso-openstack-adapters/pom.xml index ad41b0f050..eb6cba5510 100644 --- a/adapters/mso-openstack-adapters/pom.xml +++ b/adapters/mso-openstack-adapters/pom.xml @@ -298,7 +298,7 @@ <dependency> <groupId>commons-validator</groupId> <artifactId>commons-validator</artifactId> - <version>1.4.0</version> + <version>1.4.1</version> </dependency> <!-- added for unit testing --> |