diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2017-08-03 10:32:01 +0000 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2017-08-03 10:35:20 +0000 |
commit | c66150dd419f6ac29b895c6880198a6cbc7ad1df (patch) | |
tree | 7abf5c945c5f5a46a71e5aae1e7974bafda91fae /pom.xml | |
parent | e8e3a87b254715fe42fef155158b2fa8fe0f090f (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.xml | 24 |
1 files changed, 6 insertions, 18 deletions
@@ -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> |