aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorGuo Ruijing <ruijing.guo@intel.com>2017-08-03 10:32:01 +0000
committerGuo Ruijing <ruijing.guo@intel.com>2017-08-03 10:35:20 +0000
commitc66150dd419f6ac29b895c6880198a6cbc7ad1df (patch)
tree7abf5c945c5f5a46a71e5aae1e7974bafda91fae /pom.xml
parente8e3a87b254715fe42fef155158b2fa8fe0f090f (diff)
[POLICY-150] integration with oparent
Change-Id: I072b7dadb370f7065ae4bf39192fc73bbbb9682b Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml24
1 files changed, 6 insertions, 18 deletions
diff --git a/pom.xml b/pom.xml
index b32da77ee..5d5d5d617 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,6 +22,12 @@
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>1.0.0-SNAPSHOT</version>
+ <relativePath/>
+ </parent>
<groupId>org.onap.policy.drools-applications</groupId>
<artifactId>drools-pdp-apps</artifactId>
@@ -43,24 +49,6 @@
<staging.path>content/repositories/staging/</staging.path>
</properties>
- <repositories>
- <repository>
- <id>ecomp-releases</id>
- <name>OpenECOMP Release Repository</name>
- <url>${nexusproxy}/${releases.path}</url>
- </repository>
- <repository>
- <id>ecomp-staging</id>
- <name>OpenECOMP Staging Repository</name>
- <url>${nexusproxy}/${staging.path}</url>
- </repository>
- <repository>
- <id>ecomp-snapshots</id>
- <name>OpenECOMP Snapshot Repository</name>
- <url>${nexusproxy}/${snapshots.path}</url>
- </repository>
- </repositories>
-
<build>
<plugins>
<plugin>