Remove oparent dependency from llm-adaptation 35/138535/1
authorkaixiliu <liukaixi@chinamobile.com>
Tue, 23 Jul 2024 07:12:22 +0000 (15:12 +0800)
committerkaixiliu <liukaixi@chinamobile.com>
Tue, 23 Jul 2024 07:13:02 +0000 (15:13 +0800)
Issue-ID: USECASEUI-839
Change-Id: Iddd0d3a36488f03a20f0c839ace201ce8c65fce3
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index d7219bb..91c1a3a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
          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>
         <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