summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2019-03-27 23:56:21 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-27 23:56:21 +0000
commitb7fccfde3f8dddf27310b4d14770fd2e0824875f (patch)
treeee63a1c111623e72b869caa73c10327e2d4b256a /pom.xml
parent999a1d92f3f30156501186bc4b9407bb6913db67 (diff)
parentdc478d6c91264f483c6dfb79cf1ff80a12eb1be2 (diff)
Merge "api custom header Issue-ID: DCAEGEN2-897"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 8bc59cef..255e4079 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,5 @@
-<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/maven-v4_0_0.xsd">
+<?xml version="1.0" encoding="UTF-8"?>
+<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.onap.oparent</groupId>
@@ -46,6 +45,7 @@
<module>rest-services</module>
<module>services</module>
<module>security</module>
+ <module>standardization</module>
</modules>
<build>
@@ -233,4 +233,4 @@
</dependency>
</dependencies>
</dependencyManagement>
-</project>
+</project> \ No newline at end of file