diff options
author | tang peng <tang.peng5@zte.com.cn> | 2017-08-30 12:22:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-08-30 12:22:48 +0000 |
commit | e16a7b972f291b8048e2961e69fa4da78d15c3b4 (patch) | |
tree | 0ca1eb2ba1dc8a08461ad7cfc2ff35eaf1ca3c73 | |
parent | bd36ad0992f45f6d2efd2f5d90cb573a4f003310 (diff) | |
parent | 5123b73ef93a878e1e44ab7fa007ec4163738ded (diff) |
Merge "Change the parent in the pom.xml to oparent"
-rw-r--r-- | pom.xml | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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> @@ -65,6 +64,7 @@ <win64outputdir>target/assembly/${win64id}</win64outputdir> <version.output>target/version</version.output> </properties> + <dependencyManagement> <dependencies> <dependency> @@ -158,6 +158,5 @@ </dependency> </dependencies> </dependencyManagement> - </project> |