aboutsummaryrefslogtreecommitdiffstats
path: root/standardization/pom.xml
diff options
context:
space:
mode:
authorluna <nil@vmware.com>2019-02-25 11:13:26 +0800
committerni lu <nil@vmware.com>2019-03-15 02:53:45 +0000
commitdc478d6c91264f483c6dfb79cf1ff80a12eb1be2 (patch)
tree5f06e63474295992d4ec7cfc026e1a763ce0352a /standardization/pom.xml
parentc852448b1e6ca5e28e0b0dab26c2af3d5af3f390 (diff)
api custom header
Issue-ID: DCAEGEN2-897 Change-Id: Iaff1a8f71a0ab1be997fbea654d6032eee91009b Signed-off-by: luna <nil@vmware.com>
Diffstat (limited to 'standardization/pom.xml')
-rw-r--r--standardization/pom.xml26
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