diff options
author | 2024-07-23 15:12:22 +0800 | |
---|---|---|
committer | 2024-07-23 15:13:02 +0800 | |
commit | 98adb35efe20e81158af603dda16f40d02faf0c7 (patch) | |
tree | 3ca5c239e524f870df509353ec5f9a6f1c80b928 | |
parent | 65f2396c68b217ddf8b0e21d7adc19086e024878 (diff) |
Remove oparent dependency from llm-adaptation
Issue-ID: USECASEUI-839
Change-Id: Iddd0d3a36488f03a20f0c839ace201ce8c65fce3
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
-rw-r--r-- | pom.xml | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -19,12 +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.llm-adaptation</groupId> <artifactId>usecase-ui-llm-adaptation-parent</artifactId> <version>14.0.0-SNAPSHOT</version> @@ -45,4 +39,15 @@ <siteNexusPath>content/sites/site/${project.groupId}/${project.artifactId}/${project.version}/</siteNexusPath> </properties> + <distributionManagement> + <repository> + <id>ecomp-releases</id> + <url>${nexusproxy}/${releaseNexusPath}</url> + </repository> + <snapshotRepository> + <id>ecomp-snapshots</id> + <url>${nexusproxy}/${snapshotNexusPath}</url> + </snapshotRepository> + </distributionManagement> + </project>
\ No newline at end of file |