diff options
author | luna <nil@vmware.com> | 2019-02-25 11:13:26 +0800 |
---|---|---|
committer | ni lu <nil@vmware.com> | 2019-03-15 02:53:45 +0000 |
commit | dc478d6c91264f483c6dfb79cf1ff80a12eb1be2 (patch) | |
tree | 5f06e63474295992d4ec7cfc026e1a763ce0352a /pom.xml | |
parent | c852448b1e6ca5e28e0b0dab26c2af3d5af3f390 (diff) |
api custom header
Issue-ID: DCAEGEN2-897
Change-Id: Iaff1a8f71a0ab1be997fbea654d6032eee91009b
Signed-off-by: luna <nil@vmware.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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> @@ -228,4 +228,4 @@ </dependency> </dependencies> </dependencyManagement> -</project> +</project>
\ No newline at end of file |