Fixing the build for master 32/69732/1
authorPaul Dennehy <paul.p.dennehy@ericsson.com>
Wed, 3 Oct 2018 10:37:27 +0000 (11:37 +0100)
committerPaul Dennehy <paul.p.dennehy@ericsson.com>
Wed, 3 Oct 2018 10:37:39 +0000 (11:37 +0100)
Change-Id: I056d935f9185d2509f80d0746ab56847d641c710
Signed-off-by: Paul Dennehy <paul.p.dennehy@ericsson.com>
Issue-ID: DCAEGEN2-846

datafile-devops/pom.xml [deleted file]
docker-compose/docker-compose.yml [moved from datafile-devops/src/main/resources/docker-compose.yml with 100% similarity]
pom.xml

diff --git a/datafile-devops/pom.xml b/datafile-devops/pom.xml
deleted file mode 100644 (file)
index 219e9ee..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<?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
diff --git a/pom.xml b/pom.xml
index 34860bf..189e392 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,6 @@
     <module>datafile-app-server</module>
     <module>datafile-dmaap-client</module>
     <module>datafile-commons</module>
-    <module>datafile-devops</module>
   </modules>
 
   <build>