diff options
author | Dan Timoney <dtimoney@att.com> | 2020-08-12 09:48:27 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-08-12 09:48:27 -0400 |
commit | 97f10b99890021c29e9217e3f8a8a52a4bfad8b1 (patch) | |
tree | 6ac9e187152c3f7b8bfc53fd1cee32a4e6ab586b /data-migrator | |
parent | c84b6e7f074c87d3a638642293b353fce4ebcf9a (diff) |
Fix staging build issue
Fixed parent of data-migrator to use relative path to find parent
Change-Id: Ic4561a4b40e0a8441990c1a2d4da5fde5cca3d95
Issue-ID: SDNC-1315
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: abf20f5370e1e72e408f0b2d1bf823641f9d1a1f
Diffstat (limited to 'data-migrator')
-rw-r--r-- | data-migrator/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data-migrator/pom.xml b/data-migrator/pom.xml index a0c69192..a55a0278 100644 --- a/data-migrator/pom.xml +++ b/data-migrator/pom.xml @@ -6,7 +6,6 @@ <groupId>org.onap.sdnc.oam</groupId> <artifactId>sdnc-oam</artifactId> <version>2.0.0-SNAPSHOT</version> - <relativePath/> </parent> <groupId>org.onap.sdnc.oam</groupId> |