summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>