diff options
author | Dan Timoney <dtimoney@att.com> | 2022-02-03 11:20:27 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-02-08 08:20:14 -0500 |
commit | ab8492989092ed8fccdc7f063c9ddb982cce1a8a (patch) | |
tree | 863148249b222a15b05d96098e0023412a51f1e7 /installation | |
parent | 2a546f93ac1c3686f099549fc88cd8bf2d39bd20 (diff) |
Remove unused data-migrator code
Remove data-migrator code, which is no longer being actively used
or supported, and which contains log4j vulnerability.
Issue-ID: SDNC-1591
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Id022338b0ab8643efa751296c94760387dc384e7
Former-commit-id: e7593db6f1a55c135a2c381a7d8d4ad3d666a839
Diffstat (limited to 'installation')
-rw-r--r-- | installation/sdnc/pom.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml index 11118491..81ea8bd3 100644 --- a/installation/sdnc/pom.xml +++ b/installation/sdnc/pom.xml @@ -388,24 +388,6 @@ </artifactItems> </configuration> </execution> - <execution> - <id>unpack-data-migrator</id> - <phase>generate-sources</phase> - <goals> - <goal>unpack</goal> - </goals> - <configuration> - <outputDirectory>${basedir}/target/docker-stage/opt/onap/sdnc/data-migrator</outputDirectory> - <artifactItems> - <artifactItem> - <groupId>org.onap.sdnc.oam</groupId> - <artifactId>data-migrator</artifactId> - <version>${project.version}</version> - <type>zip</type> - </artifactItem> - </artifactItems> - </configuration> - </execution> </executions> </plugin> <plugin> |