summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2017-08-30 19:49:49 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2017-08-30 19:49:49 +0800
commit5123b73ef93a878e1e44ab7fa007ec4163738ded (patch)
treef29f99d862197f07acd194ed7c8ae7ecaae4fbb7
parent4fd730a89753cff0e9ef604f0e0b6a91e1a04c26 (diff)
Change the parent in the pom.xml to oparent
Change the parent in the pom.xml to oparent Change-Id: If509074a23e530a30df75fbdfe1786985f993b18 Issue-ID: HOLMES-35 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
-rw-r--r--pom.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 209ebf5..e5517cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,14 +15,13 @@
~ limitations under the License.
-->
<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">
+ 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>version</artifactId>
+ <artifactId>oparent</artifactId>
<version>1.0.0-SNAPSHOT</version>
- <relativePath>../../oparent</relativePath>
</parent>
<groupId>org.onap.holmes.engine-management</groupId>
@@ -64,6 +63,7 @@
<win64outputdir>target/assembly/${win64id}</win64outputdir>
<version.output>target/version</version.output>
</properties>
+
<dependencyManagement>
<dependencies>
<dependency>
@@ -152,6 +152,5 @@
</dependency>
</dependencies>
</dependencyManagement>
-
</project>