diff options
author | kaixiliu <liukaixi@chinamobile.com> | 2024-07-22 11:20:47 +0800 |
---|---|---|
committer | kaixiliu <liukaixi@chinamobile.com> | 2024-07-22 11:21:12 +0800 |
commit | 7a4e7f82983c8987658517466a8291aeb32a37c6 (patch) | |
tree | 8bf82de657598134fbb94b491209ce2314889fb1 | |
parent | 98413eb65081062eeef2a36c8437e4ed10c61d0a (diff) |
Remove oparent dependency from intent
Issue-ID: USECASEUI-839
Change-Id: I8754c40b3ea13d3746850be6eb0c9213b8c702d0
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
-rw-r--r-- | pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -19,13 +19,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.onap.oparent</groupId> - <artifactId>oparent</artifactId> - <version>3.2.0</version> - <relativePath /> - </parent> - <groupId>org.onap.usecase-ui.intent-analysis</groupId> <artifactId>usecase-ui-intent-analysis-parent</artifactId> <packaging>pom</packaging> |