aboutsummaryrefslogtreecommitdiffstats
path: root/datafile-devops/pom.xml
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2018-10-01 13:34:53 +0000
committerGerrit Code Review <gerrit@onap.org>2018-10-01 13:34:53 +0000
commitf3e28b23e4256b5c88d328743bb66d0d6766f542 (patch)
treeffd0f9d019f4139abf82e27a324f7d5b33850255 /datafile-devops/pom.xml
parente23e0182650a654e1f32bfb164a95e8b63219ee5 (diff)
parentb79b35d5496f1c44fdbb6bf52f057d87031e1314 (diff)
Merge "Docker-compose for DFC"
Diffstat (limited to 'datafile-devops/pom.xml')
-rw-r--r--datafile-devops/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/datafile-devops/pom.xml b/datafile-devops/pom.xml
new file mode 100644
index 00000000..219e9eee
--- /dev/null
+++ b/datafile-devops/pom.xml
@@ -0,0 +1,15 @@
+<?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">
+ <parent>
+ <artifactId>datafile</artifactId>
+ <groupId>org.onap.dcaegen2.collectors</groupId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+
+ <artifactId>datafile-devops</artifactId>
+
+
+</project> \ No newline at end of file