diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-03-27 23:56:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-27 23:56:21 +0000 |
commit | b7fccfde3f8dddf27310b4d14770fd2e0824875f (patch) | |
tree | ee63a1c111623e72b869caa73c10327e2d4b256a /standardization/pom.xml | |
parent | 999a1d92f3f30156501186bc4b9407bb6913db67 (diff) | |
parent | dc478d6c91264f483c6dfb79cf1ff80a12eb1be2 (diff) |
Merge "api custom header Issue-ID: DCAEGEN2-897"
Diffstat (limited to 'standardization/pom.xml')
-rw-r--r-- | standardization/pom.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/standardization/pom.xml b/standardization/pom.xml new file mode 100644 index 00000000..40d55d06 --- /dev/null +++ b/standardization/pom.xml @@ -0,0 +1,26 @@ +<?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/xsd/maven-4.0.0.xsd"> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.onap.dcaegen2.services</groupId> + <artifactId>sdk</artifactId> + <version>1.1.3-SNAPSHOT</version> + <relativePath>..</relativePath> + </parent> + + <groupId>org.onap.dcaegen2.services.sdk</groupId> + <artifactId>dcaegen2-services-sdk-standardization</artifactId> + + <name>dcaegen2-services-sdk-standardization</name> + <description>Common SDK repo for all DCAE standardization</description> + <packaging>pom</packaging> + + <modules> + <module>api-custom-header</module> + </modules> + +</project>
\ No newline at end of file |