aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaixiliu <liukaixi@chinamobile.com>2024-07-23 15:02:28 +0800
committerkaixiliu <liukaixi@chinamobile.com>2024-07-23 15:02:48 +0800
commit28085c2bbaccf11cfacb0a0aa441797094b54609 (patch)
tree7d360c8c1e0a088980920e5420a6dd36990fe746
parente8fb9987cce4d1141c2cccd54408f6963f00470a (diff)
Remove oparent dependency from server
Issue-ID: USECASEUI-839 Change-Id: I5a43770d37f4000ef8e4badbed837a1fcbdd2f2e Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
-rw-r--r--pom.xml18
1 files changed, 4 insertions, 14 deletions
diff --git a/pom.xml b/pom.xml
index 5037cd05..ada40b4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,12 +16,6 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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.0.1</version>
- <relativePath />
- </parent>
<groupId>org.onap.usecase-ui.server</groupId>
<artifactId>usecase-ui-server-parent</artifactId>
@@ -41,20 +35,16 @@
<siteNexusPath>content/sites/site/${project.groupId}/${project.artifactId}/${project.version}/</siteNexusPath>
</properties>
- <!--distributionManagement>
+ <distributionManagement>
<repository>
- <id>onap-releases</id>
+ <id>ecomp-releases</id>
<url>${nexusproxy}/${releaseNexusPath}</url>
</repository>
<snapshotRepository>
- <id>onap-snapshots</id>
+ <id>ecomp-snapshots</id>
<url>${nexusproxy}/${snapshotNexusPath}</url>
</snapshotRepository>
- <site>
- <id>onap-site</id>
- <url>dav:${nexusproxy}${siteNexusPath}</url>
- </site>
- </distributionManagement-->
+ </distributionManagement>
<modules>
<module>server</module>