TCA: Support for VES/A&AI enrichment
[dcaegen2/analytics/tca.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 2c7d29e..efb0ced 100644 (file)
--- a/pom.xml
+++ b/pom.xml
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  ~ ===============================LICENSE_START======================================
-  ~  dcae-analytics
-  ~ ================================================================================
-  ~    Copyright © 2017 AT&T Intellectual Property. All rights reserved.
-  ~ ================================================================================
-  ~  Licensed under the Apache License, Version 2.0 (the "License");
-  ~  you may not use this file except in compliance with the License.
-  ~   You may obtain a copy of the License at
-  ~
-  ~          http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~  Unless required by applicable law or agreed to in writing, software
-  ~  distributed under the License is distributed on an "AS IS" BASIS,
-  ~  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~  See the License for the specific language governing permissions and
-  ~  limitations under the License.
-  ~  ============================LICENSE_END===========================================
-  -->
-
-<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</groupId>
-               <artifactId>root</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
-       </parent>
-
-    <groupId>org.onap.dcaegen2.analytics.tca</groupId>
-    <artifactId>dcae-analytics</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
-    <packaging>pom</packaging>
-
-    <name>dcaegen2-analytics-tca</name>
-    <description>Application Framework for DCAE Analytics</description>
-
-    <licenses>
-        <license>
-            <name>The Apache Software License, Version 2.0</name>
-            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-        </license>
-    </licenses>
-
-    <properties>
-
-        <!-- PROJECT SETTINGS-->
-        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-        <main.basedir>${project.basedir}</main.basedir>
-
-        <!--TEST SETTINGS -->
-        <surefire.redirectTestOutputToFile>true</surefire.redirectTestOutputToFile>
-
-        <!-- PROJECT DEPENDENCIES -->
-        <cdap.version>4.1.2</cdap.version>
-        <cask.common.version>0.7.1</cask.common.version>
-        <hadoop.version>2.3.0</hadoop.version>
-        <spark.version>1.6.1</spark.version>
-        <!-- NOTE: Jackson version should match spark version jackson dependency -->
-        <jackson.json.version>2.4.4</jackson.json.version>
-        <netty.http.version>0.16.0</netty.http.version>
-        <gson.version>2.2.4</gson.version>
-        <guava.version>13.0.1</guava.version>
-        <guice.version>3.0</guice.version>
-        <slf4j.version>1.7.5</slf4j.version>
-        <logback.version>1.0.9</logback.version>
-        <findbugs.jsr305.version>2.0.1</findbugs.jsr305.version>
-        <findbugs.annotations.version>3.0.0</findbugs.annotations.version>
-        <lombok.version>1.16.10</lombok.version>
-
-        <json.path.version>2.2.0</json.path.version>
-        <quartz.version>2.2.0</quartz.version>
-        <httpclient.version>4.5.2</httpclient.version>
-        <commons.lang3.version>3.5</commons.lang3.version>
-
-
-        <!--TESTING DEPENDENCIES -->
-        <junit.version>4.12</junit.version>
-        <jayway.jsonpath.version>2.2.0</jayway.jsonpath.version>
-        <jsonassert.version>1.4.0</jsonassert.version>
-        <mockito.version>2.5.7</mockito.version>
-        <cucumber.version>1.2.5</cucumber.version>
-
-
-        <!-- PLUGINS VERSIONS -->
-        <compiler.plugin.version>3.3</compiler.plugin.version>
-        <surefire.plugin.version>2.19.1</surefire.plugin.version>
-        <failsafe.plugin.version>2.19.1</failsafe.plugin.version>
-        <bundle.plugin.version>2.5.4</bundle.plugin.version>
-        <autorun.plugin.version>1.7</autorun.plugin.version>
-        <eclipe.plugin.version>2.10</eclipe.plugin.version>
-        <findbugs.plugin.version>3.0.2</findbugs.plugin.version>
-        <pmd.plugin.version>3.5</pmd.plugin.version>
-        <surefire.report.plugin.version>2.19.1</surefire.report.plugin.version>
-        <checkstyle.plugin.version>2.16</checkstyle.plugin.version>
-        <javadoc.plugin.version>2.10.4</javadoc.plugin.version>
-        <source.plugin.version>2.4</source.plugin.version>
-        <jar.plugin.version>2.4</jar.plugin.version>
-        <deploy.plugin.version>2.8</deploy.plugin.version>
-        <lombok.plugin.version>1.16.10.0</lombok.plugin.version>
-        <jgitflow.plugin.version>1.0-m5.1</jgitflow.plugin.version>
-        <maven.site.plugin>3.5.1</maven.site.plugin>
-        <jxr.plugin.version>2.5</jxr.plugin.version>
-        <project.info.reports.plugin.version>2.7</project.info.reports.plugin.version>
-
-        <!--PLUGIN SETTINGS -->
-        <compiler.source.version>1.7</compiler.source.version>
-        <compiler.target.version>1.7</compiler.target.version>
-        <unit.test.pattern>**/*Test.java</unit.test.pattern>
-        <skip.unit.tests>false</skip.unit.tests>
-        <integration.test.pattern>**/*IT.java</integration.test.pattern>
-        <skip.integration.tests>true</skip.integration.tests>
-        <pmd.violation.buildfail>true</pmd.violation.buildfail>
-        <findbugs.failOnError>true</findbugs.failOnError>
-        <checkstyle.failOnViolation>true</checkstyle.failOnViolation>
-        <checkstyle.file.name>checkstyle.xml</checkstyle.file.name>
-        <checkstyle.suppression.file.name>suppressions.xml</checkstyle.suppression.file.name>       
-        <dependency.locations.enabled>false</dependency.locations.enabled>
-        <nexusproxy>https://nexus.onap.org</nexusproxy>
-               <snapshots.path>content/repositories/snapshots/</snapshots.path>
-               <releases.path>content/repositories/releases/</releases.path>
-               <site.path>content/sites/site/org/onap/dcaegen2/analytics/tca/${project.artifactId}/${project.version}</site.path>
-    </properties>
-
-    <dependencyManagement>
-
-        <dependencies>
-
-            <!-- CDAP -->
-            <dependency>
-                <groupId>co.cask.cdap</groupId>
-                <artifactId>cdap-api</artifactId>
-                <version>${cdap.version}</version>
-                <scope>provided</scope>
-            </dependency>
-
-            <dependency>
-                <groupId>co.cask.cdap</groupId>
-                <artifactId>cdap-etl-api</artifactId>
-                <version>${cdap.version}</version>
-                <scope>provided</scope>
-            </dependency>
-
-            <dependency>
-                <groupId>co.cask.cdap</groupId>
-                <artifactId>cdap-etl-api-spark</artifactId>
-                <version>${cdap.version}</version>
-                <scope>provided</scope>
-            </dependency>
-
-            <dependency>
-                <groupId>co.cask.cdap</groupId>
-                <artifactId>cdap-etl-realtime</artifactId>
-                <version>${cdap.version}</version>
-                <scope>provided</scope>
-            </dependency>
-
-            <dependency>
-                <groupId>co.cask.cdap</groupId>
-                <artifactId>cdap-data-pipeline</artifactId>
-                <version>${cdap.version}</version>
-                <scope>provided</scope>
-            </dependency>
-
-            <dependency>
-                <groupId>co.cask.cdap</groupId>
-                <artifactId>cdap-data-streams</artifactId>
-                <version>${cdap.version}</version>
-                <scope>provided</scope>
-            </dependency>
-
-            <dependency>
-                <groupId>org.apache.spark</groupId>
-                <artifactId>spark-streaming_2.10</artifactId>
-                <version>${spark.version}</version>
-                <scope>provided</scope>
-            </dependency>
-
-            <dependency>
-                <groupId>co.cask.http</groupId>
-                <artifactId>netty-http</artifactId>
-                <version>${netty.http.version}</version>
-            </dependency>
-
-
-            <dependency>
-                <groupId>co.cask.common</groupId>
-                <artifactId>common-http</artifactId>
-                <version>${cask.common.version}</version>
-                <!-- exclude this, otherwise an old version of asm will get pulled in -->
-                <exclusions>
-                    <exclusion>
-                        <groupId>org.ow2.asm</groupId>
-                        <artifactId>asm-all</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-
-            <!-- HADOOP -->
-            <dependency>
-                <groupId>org.apache.hadoop</groupId>
-                <artifactId>hadoop-common</artifactId>
-                <version>${hadoop.version}</version>
-                <scope>provided</scope>
-                <exclusions>
-                    <exclusion>
-                        <groupId>commons-logging</groupId>
-                        <artifactId>commons-logging</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>log4j</groupId>
-                        <artifactId>log4j</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>org.slf4j</groupId>
-                        <artifactId>slf4j-log4j12</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>org.apache.avro</groupId>
-                        <artifactId>avro</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>org.apache.zookeeper</groupId>
-                        <artifactId>zookeeper</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <artifactId>guava</artifactId>
-                        <groupId>com.google.guava</groupId>
-                    </exclusion>
-                    <exclusion>
-                        <artifactId>jersey-core</artifactId>
-                        <groupId>com.sun.jersey</groupId>
-                    </exclusion>
-                    <exclusion>
-                        <artifactId>jersey-json</artifactId>
-                        <groupId>com.sun.jersey</groupId>
-                    </exclusion>
-                    <exclusion>
-                        <artifactId>jersey-server</artifactId>
-                        <groupId>com.sun.jersey</groupId>
-                    </exclusion>
-                    <exclusion>
-                        <artifactId>servlet-api</artifactId>
-                        <groupId>javax.servlet</groupId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>org.mortbay.jetty</groupId>
-                        <artifactId>jetty</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>org.mortbay.jetty</groupId>
-                        <artifactId>jetty-util</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <artifactId>jasper-compiler</artifactId>
-                        <groupId>tomcat</groupId>
-                    </exclusion>
-                    <exclusion>
-                        <artifactId>jasper-runtime</artifactId>
-                        <groupId>tomcat</groupId>
-                    </exclusion>
-                    <exclusion>
-                        <artifactId>jsp-api</artifactId>
-                        <groupId>javax.servlet.jsp</groupId>
-                    </exclusion>
-                    <exclusion>
-                        <artifactId>slf4j-api</artifactId>
-                        <groupId>org.slf4j</groupId>
-                    </exclusion>
-                    <exclusion>
-                        <artifactId>httpcore</artifactId>
-                        <groupId>org.apache.httpcomponents</groupId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-
-            <dependency>
-                <groupId>org.apache.hadoop</groupId>
-                <artifactId>hadoop-mapreduce-client-core</artifactId>
-                <version>${hadoop.version}</version>
-                <scope>provided</scope>
-                <exclusions>
-                    <exclusion>
-                        <groupId>asm</groupId>
-                        <artifactId>asm</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>io.netty</groupId>
-                        <artifactId>netty</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>org.slf4j</groupId>
-                        <artifactId>slf4j-log4j12</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-
-
-            <!-- SPARK -->
-            <dependency>
-                <groupId>org.apache.spark</groupId>
-                <artifactId>spark-core_2.10</artifactId>
-                <version>${spark.version}</version>
-                <scope>provided</scope>
-                <exclusions>
-                    <exclusion>
-                        <groupId>asm</groupId>
-                        <artifactId>asm</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>org.slf4j</groupId>
-                        <artifactId>slf4j-log4j12</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>log4j</groupId>
-                        <artifactId>log4j</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>org.apache.hadoop</groupId>
-                        <artifactId>hadoop-client</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>com.esotericsoftware.reflectasm</groupId>
-                        <artifactId>reflectasm</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>org.apache.curator</groupId>
-                        <artifactId>curator-recipes</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>org.tachyonproject</groupId>
-                        <artifactId>tachyon-client</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>org.scala-lang</groupId>
-                        <artifactId>scala-compiler</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>org.eclipse.jetty.orbit</groupId>
-                        <artifactId>javax.servlet</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-
-            <!-- LOGGING -->
-            <dependency>
-                <groupId>org.slf4j</groupId>
-                <artifactId>slf4j-api</artifactId>
-                <version>${slf4j.version}</version>
-                <scope>provided</scope>
-            </dependency>
-
-            <dependency>
-                <groupId>ch.qos.logback</groupId>
-                <artifactId>logback-core</artifactId>
-                <version>${logback.version}</version>
-                <scope>provided</scope>
-            </dependency>
-
-            <dependency>
-                <groupId>ch.qos.logback</groupId>
-                <artifactId>logback-classic</artifactId>
-                <version>${logback.version}</version>
-                <scope>provided</scope>
-            </dependency>
-
-            <!-- UTILITIES -->
-            <dependency>
-                <groupId>com.google.guava</groupId>
-                <artifactId>guava</artifactId>
-                <version>${guava.version}</version>
-            </dependency>
-
-            <dependency>
-                <groupId>com.google.code.gson</groupId>
-                <artifactId>gson</artifactId>
-                <version>${gson.version}</version>
-                <scope>provided</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.commons</groupId>
-                <artifactId>commons-lang3</artifactId>
-                <version>${commons.lang3.version}</version>
-            </dependency>
-
-            <!-- FIND BUGS -->
-            <dependency>
-                <groupId>com.google.code.findbugs</groupId>
-                <artifactId>jsr305</artifactId>
-                <version>${findbugs.jsr305.version}</version>
-                <scope>provided</scope>
-            </dependency>
-            <dependency>
-                <groupId>com.google.code.findbugs</groupId>
-                <artifactId>annotations</artifactId>
-                <version>${findbugs.annotations.version}</version>
-                <scope>provided</scope>
-            </dependency>
-
-            <!-- JACKSON JSON -->
-            <dependency>
-                <groupId>com.fasterxml.jackson.core</groupId>
-                <artifactId>jackson-core</artifactId>
-                <version>${jackson.json.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>com.fasterxml.jackson.core</groupId>
-                <artifactId>jackson-databind</artifactId>
-                <version>${jackson.json.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>com.fasterxml.jackson.core</groupId>
-                <artifactId>jackson-annotations</artifactId>
-                <version>${jackson.json.version}</version>
-            </dependency>
-
-            <!-- JSON PATH -->
-            <dependency>
-                <groupId>com.jayway.jsonpath</groupId>
-                <artifactId>json-path</artifactId>
-                <version>${json.path.version}</version>
-            </dependency>
-
-            <!-- CODE GENERATION -->
-            <dependency>
-                <groupId>org.projectlombok</groupId>
-                <artifactId>lombok</artifactId>
-                <version>${lombok.version}</version>
-                <scope>provided</scope>
-            </dependency>
-
-
-            <!-- DEPENDENCY INJECTION -->
-            <dependency>
-                <groupId>com.google.inject</groupId>
-                <artifactId>guice</artifactId>
-                <version>${guice.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>com.google.inject.extensions</groupId>
-                <artifactId>guice-assistedinject</artifactId>
-                <version>${guice.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>com.google.inject.extensions</groupId>
-                <artifactId>guice-multibindings</artifactId>
-                <version>${guice.version}</version>
-            </dependency>
-
-            <!-- SCHEDULER -->
-            <dependency>
-                <groupId>org.quartz-scheduler</groupId>
-                <artifactId>quartz</artifactId>
-                <version>${quartz.version}</version>
-            </dependency>
-
-            <!-- HTTP CLIENT -->
-            <dependency>
-                <groupId>org.apache.httpcomponents</groupId>
-                <artifactId>httpclient</artifactId>
-                <version>${httpclient.version}</version>
-            </dependency>
-
-
-            <!-- TEST DEPENDENCIES -->
-            <dependency>
-                <groupId>co.cask.cdap</groupId>
-                <artifactId>cdap-unit-test</artifactId>
-                <version>${cdap.version}</version>
-                <scope>test</scope>
-            </dependency>
-
-            <dependency>
-                <groupId>co.cask.cdap</groupId>
-                <artifactId>hydrator-test</artifactId>
-                <version>${cdap.version}</version>
-                <scope>test</scope>
-            </dependency>
-
-            <dependency>
-                <groupId>junit</groupId>
-                <artifactId>junit</artifactId>
-                <version>${junit.version}</version>
-                <scope>test</scope>
-            </dependency>
-
-            <dependency>
-                <groupId>org.mockito</groupId>
-                <artifactId>mockito-core</artifactId>
-                <version>${mockito.version}</version>
-            </dependency>
-
-            <dependency>
-                <groupId>com.jayway.jsonpath</groupId>
-                <artifactId>json-path-assert</artifactId>
-                <version>${jayway.jsonpath.version}</version>
-                <scope>test</scope>
-            </dependency>
-
-            <dependency>
-                <groupId>org.skyscreamer</groupId>
-                <artifactId>jsonassert</artifactId>
-                <version>${jsonassert.version}</version>
-                <scope>test</scope>
-            </dependency>
-
-            <!-- BDD TEST DEPENDENCIES -->
-            <dependency>
-                <groupId>info.cukes</groupId>
-                <artifactId>cucumber-java</artifactId>
-                <version>${cucumber.version}</version>
-                <scope>test</scope>
-            </dependency>
-
-            <dependency>
-                <groupId>info.cukes</groupId>
-                <artifactId>cucumber-guice</artifactId>
-                <version>${cucumber.version}</version>
-                <scope>test</scope>
-            </dependency>
-
-            <dependency>
-                <groupId>info.cukes</groupId>
-                <artifactId>cucumber-junit</artifactId>
-                <version>${cucumber.version}</version>
-                <scope>test</scope>
-            </dependency>
-
-        </dependencies>
-        
-    </dependencyManagement>
-
-
-    <build>
-
-        <extensions>
-            <extension>
-                <groupId>org.apache.maven.wagon</groupId>
-                <artifactId>wagon-webdav-jackrabbit</artifactId>
-                <version>1.0-beta-7</version>
-            </extension>
-        </extensions>
-
-        <pluginManagement>
-
-            <plugins>
-
-                <!-- COMPILER PLUGIN -->
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-compiler-plugin</artifactId>
-                    <version>${compiler.plugin.version}</version>
-                    <configuration>
-                        <source>${compiler.target.version}</source>
-                        <target>${compiler.source.version}</target>
-                    </configuration>
-                </plugin>
-
-                <!-- MAVEN SOURCE PLUGIN -->
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-source-plugin</artifactId>
-                    <version>${source.plugin.version}</version>
-                    <configuration>
-                        <excludeResources>true</excludeResources>
-                    </configuration>
-                    <executions>
-                        <execution>
-                            <id>attach-sources</id>
-                            <phase>verify</phase>
-                            <goals>
-                                <goal>jar-no-fork</goal>
-                            </goals>
-                        </execution>
-                    </executions>
-                </plugin>
-
-
-                <!-- MAVEN JAVADOC PLUGIN -->
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>${javadoc.plugin.version}</version>
-                    <configuration>
-                        <!-- minimize console output messages -->
-                        <quiet>true</quiet>
-                        <verbose>false</verbose>
-                        <useStandardDocletOptions>false</useStandardDocletOptions>
-                    </configuration>
-                    <executions>
-                        <execution>
-                            <id>aggregate</id>
-                            <phase>site</phase>
-                            <goals>
-                                <goal>aggregate</goal>
-                            </goals>
-                        </execution>
-                        <execution>
-                            <id>attach-javadoc</id>
-                            <goals>
-                                <goal>jar</goal>
-                            </goals>
-                        </execution>
-                    </executions>
-                </plugin>
-
-                <!-- MAVEN BUNDLE PLUGIN -->
-                <plugin>
-                    <groupId>org.apache.felix</groupId>
-                    <artifactId>maven-bundle-plugin</artifactId>
-                    <version>${bundle.plugin.version}</version>
-                    <extensions>true</extensions>
-                    <configuration>
-                        <instructions>
-                            <Embed-Dependency>*;inline=false;scope=compile</Embed-Dependency>
-                            <Embed-Transitive>true</Embed-Transitive>
-                            <Embed-Directory>lib</Embed-Directory>
-                        </instructions>
-                    </configuration>
-                    <executions>
-                        <execution>
-                            <id>Bundling CDAP Jar</id>
-                            <phase>package</phase>
-                            <goals>
-                                <goal>bundle</goal>
-                            </goals>
-                        </execution>
-                    </executions>
-                </plugin>
-
-                <!-- MAVEN AUTO RUN PLUGIN -->
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-antrun-plugin</artifactId>
-                    <version>${autorun.plugin.version}</version>
-                </plugin>
-
-                <!-- SUREFIRE TEST PLUGIN -->
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-surefire-plugin</artifactId>
-                    <version>${surefire.plugin.version}</version>
-                    <configuration>
-                        <skipTests>${skip.unit.tests}</skipTests>
-                        <argLine>-Xmx2048m -Djava.awt.headless=true -XX:+UseConcMarkSweepGC
-                            -XX:OnOutOfMemoryError="kill -9 %p" -XX:+HeapDumpOnOutOfMemoryError
-                        </argLine>
-                        <redirectTestOutputToFile>${surefire.redirectTestOutputToFile}</redirectTestOutputToFile>
-                        <parallel>methods</parallel>
-                        <threadCount>8</threadCount>
-                        <forkCount>8</forkCount>
-                        <reuseForks>true</reuseForks>
-                        <reportFormat>xml</reportFormat>
-                        <trimStackTrace>false</trimStackTrace>
-                        <systemPropertyVariables>
-                            <java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
-                            <logback.configurationFile>
-                                ${basedir}/src/test/resources/logback-test.xml
-                            </logback.configurationFile>
-                            <HADOOP_HOME>${project.build.directory}</HADOOP_HOME>
-                        </systemPropertyVariables>
-                        <includes>
-                            <include>${unit.test.pattern}</include>
-                        </includes>
-                        <excludes>
-                            <exclude>${integration.test.pattern}</exclude>
-                        </excludes>
-                        <!-- Sets the VM argument line used when unit tests are run. -->
-                        <argLine>${surefireArgLine}</argLine>
-                    </configuration>
-                    <dependencies>
-                        <dependency>
-                            <groupId>org.apache.maven.surefire</groupId>
-                            <artifactId>surefire-junit47</artifactId>
-                            <version>${surefire.plugin.version}</version>
-                        </dependency>
-                    </dependencies>
-                </plugin>
-
-                <!-- FAIL SAFE PLUGIN FOR INTEGRATION TEST -->
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-failsafe-plugin</artifactId>
-                    <version>${failsafe.plugin.version}</version>
-                    <executions>
-                        <execution>
-                            <id>integration-tests</id>
-                            <goals>
-                                <goal>integration-test</goal>
-                                <goal>verify</goal>
-                            </goals>
-                            <configuration>
-                                <skipTests>${skip.integration.tests}</skipTests>
-                                <!-- Sets the VM argument line used when integration tests are run. -->
-                                <!--suppress MavenModelInspection -->
-                                <argLine>${failsafeArgLine}</argLine>
-                            </configuration>
-                        </execution>
-                    </executions>
-                </plugin>
-
-                <!-- FIND BUGS (STATIC CODE ANALYSIS) PLUGIN -->
-                <plugin>
-                    <groupId>org.codehaus.mojo</groupId>
-                    <artifactId>findbugs-maven-plugin</artifactId>
-                    <version>${findbugs.plugin.version}</version>
-                    <configuration>
-                        <effort>Max</effort>
-                        <threshold>Low</threshold>
-                        <xmlOutput>true</xmlOutput>
-                        <!-- BUILD FAIL ON FINDBUGS ERRORS -->
-                        <failOnError>${findbugs.failOnError}</failOnError>
-                        <excludeFilterFile>${main.basedir}/findbugs-exclude.xml</excludeFilterFile>
-                        <outputDirectory>${project.reporting.outputDirectory}/findbugs</outputDirectory>
-                        <findbugsXmlOutputDirectory>${project.reporting.outputDirectory}/findbugs
-                        </findbugsXmlOutputDirectory>
-                    </configuration>
-                    <executions>
-                        <execution>
-                            <id>analyze-compile</id>
-                            <phase>compile</phase>
-                            <goals>
-                                <goal>check</goal>
-                            </goals>
-                        </execution>
-                    </executions>
-                </plugin>
-
-                <!-- PMD PLUGIN SETUP -->
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-pmd-plugin</artifactId>
-                    <version>${pmd.plugin.version}</version>
-                    <configuration>
-                        <sourceEncoding>${project.build.sourceEncoding}</sourceEncoding>
-                        <targetJdk>${compiler.target.version}</targetJdk>
-                        <linkXRef>false</linkXRef>
-                        <excludes>
-                            <!-- IGNORE PMD & CPD ANALYTICS MODEL FACADE OBJECTS -->
-                            <exclude>**/model/facade/**/*.java</exclude>
-                        </excludes>
-                        <!-- BUILD FAIL ON PMD VIOLATION -->
-                        <failOnViolation>${pmd.violation.buildfail}</failOnViolation>
-                        <targetDirectory>${project.reporting.outputDirectory}/pmd</targetDirectory>
-                    </configuration>
-                    <executions>
-                        <execution>
-                            <id>pmd-check</id>
-                            <goals>
-                                <goal>check</goal>
-                            </goals>
-                            <configuration>
-                                <printFailingErrors>true</printFailingErrors>
-                                <excludeFromFailureFile>${main.basedir}/pmd-exclude.properties</excludeFromFailureFile>
-                            </configuration>
-                        </execution>
-                        <execution>
-                            <id>cpd-check</id>
-                            <goals>
-                                <goal>cpd-check</goal>
-                            </goals>
-                            <configuration>
-                                <printFailingErrors>true</printFailingErrors>
-                                <excludeFromFailureFile>${main.basedir}/cpd-exclude.properties</excludeFromFailureFile>
-                            </configuration>
-                        </execution>
-                    </executions>
-                </plugin>
-
-                <!-- CHECKSTYLE PLUGIN -->
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-checkstyle-plugin</artifactId>
-                    <version>${checkstyle.plugin.version}</version>
-                    <executions>
-                        <execution>
-                            <id>validate</id>
-                            <phase>validate</phase>
-                            <configuration>
-                                <configLocation>${checkstyle.file.name}</configLocation>
-                                <suppressionsLocation>${checkstyle.suppression.file.name}</suppressionsLocation>
-                                <encoding>UTF-8</encoding>
-                                <consoleOutput>true</consoleOutput>
-                                <!-- BUILD FAIL ON CHECKSTYLE VIOLATION -->
-                                <failOnViolation>${checkstyle.failOnViolation}</failOnViolation>
-                                <includeTestSourceDirectory>true</includeTestSourceDirectory>
-                                <outputFile>${project.reporting.outputDirectory}/checkstyle</outputFile>
-                            </configuration>
-                            <goals>
-                                <goal>check</goal>
-                            </goals>
-                        </execution>
-                    </executions>
-                    <dependencies>
-                        <dependency>
-                            <groupId>com.puppycrawl.tools</groupId>
-                            <artifactId>checkstyle</artifactId>
-                            <version>6.19</version>
-                        </dependency>
-                    </dependencies>
-                </plugin>
-
-                <!-- ECLIPSE PLUGIN -->
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-eclipse-plugin</artifactId>
-                    <version>${eclipe.plugin.version}</version>
-                </plugin>
-
-
-                <!-- LOMBOK PLUGIN -->
-                <plugin>
-                    <groupId>org.projectlombok</groupId>
-                    <artifactId>lombok-maven-plugin</artifactId>
-                    <version>${lombok.plugin.version}</version>
-                    <executions>
-                        <execution>
-                            <id>delombok</id>
-                            <phase>generate-sources</phase>
-                            <goals>
-                                <goal>delombok</goal>
-                            </goals>
-                            <configuration>
-                                <addOutputDirectory>false</addOutputDirectory>
-                                <sourceDirectory>src/main/java</sourceDirectory>
-                            </configuration>
-                        </execution>
-                    </executions>
-                </plugin>
-
-
-                <!-- JGIT FLOW PLUGIN -->
-                <plugin>
-                    <groupId>external.atlassian.jgitflow</groupId>
-                    <artifactId>jgitflow-maven-plugin</artifactId>
-                    <version>${jgitflow.plugin.version}</version>
-                    <configuration>
-                        <!-- Enable this to push to origin using SSH keys -->
-                        <enableSshAgent>true</enableSshAgent>
-                        <!-- Keep your maven sub modules at the same version as the parent POM -->
-                        <autoVersionSubmodules>true</autoVersionSubmodules>
-                        <!--
-                          Pushing in-development features to origin allows all devs to see what each other
-                          are working on
-                        -->
-                        <pushFeatures>true</pushFeatures>
-                        <!--
-                          This allows the CI server (e.g. Jenkins) to automatically push new releases to
-                          origin; you can then either manually deploy them or, if you are doing Continuous
-                          Deployments, auto-deploy them to prod
-                        -->
-                        <pushReleases>true</pushReleases>
-                        <!--
-                          Hot Fixes should be pushed to origin as well so that any dev can pick them up
-                        -->
-                        <pushHotfixes>true</pushHotfixes>
-                        <!--
-                          Prevents deployments from dev workstations so that they can be done by a CI
-                          server
-                        -->
-                        <flowInitContext>
-                            <masterBranchName>master</masterBranchName>
-                            <developBranchName>develop</developBranchName>
-                            <featureBranchPrefix>feature</featureBranchPrefix>
-                            <releaseBranchPrefix>release</releaseBranchPrefix>
-                            <hotfixBranchPrefix>hotfix</hotfixBranchPrefix>
-                        </flowInitContext>
-                        <noDeploy>true</noDeploy>
-                    </configuration>
-                </plugin>
-
-                <!-- JAR PLUGIN -->
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-jar-plugin</artifactId>
-                    <version>${jar.plugin.version}</version>
-                    <configuration>
-                        <archive>
-                            <manifest>
-                                <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
-                            </manifest>
-                            <manifestEntries>
-                                <Implementation-Build-Version>${project.version}</Implementation-Build-Version>
-                            </manifestEntries>
-                        </archive>
-                    </configuration>
-                </plugin>
-
-                <!-- DEPLOY PLUGIN -->
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-deploy-plugin</artifactId>
-                    <version>${deploy.plugin.version}</version>
-                </plugin>
-
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-site-plugin</artifactId>
-                    <version>${maven.site.plugin}</version>
-                </plugin>
-
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-jxr-plugin</artifactId>
-                    <version>${jxr.plugin.version}</version>
-                </plugin>
-
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-project-info-reports-plugin</artifactId>
-                    <version>${project.info.reports.plugin.version}</version>
-                    <configuration>
-                        <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
-                        <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
-                    </configuration>
-                </plugin>
-
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-surefire-report-plugin</artifactId>
-                    <version>${surefire.report.plugin.version}</version>
-                </plugin>
-
-            </plugins>
-
-        </pluginManagement>
-
-        <plugins>
-
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-            </plugin>
-
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jar-plugin</artifactId>
-            </plugin>
-
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-            </plugin>
-
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-failsafe-plugin</artifactId>
-            </plugin>
-
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-deploy-plugin</artifactId>
-            </plugin>
-
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-source-plugin</artifactId>
-            </plugin>
-
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-            </plugin>
-
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-pmd-plugin</artifactId>
-            </plugin>
-
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>findbugs-maven-plugin</artifactId>
-            </plugin>
-
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-checkstyle-plugin</artifactId>
-                <inherited>false</inherited>
-            </plugin>
-
-            <plugin>
-                <groupId>external.atlassian.jgitflow</groupId>
-                <artifactId>jgitflow-maven-plugin</artifactId>
-            </plugin>
-
-        </plugins>
-    </build>
-
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-site-plugin</artifactId>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-checkstyle-plugin</artifactId>
-                <configuration>
-                    <configLocation>${checkstyle.file.name}</configLocation>
-                    <suppressionsLocation>${checkstyle.suppression.file.name}</suppressionsLocation>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jxr-plugin</artifactId>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-pmd-plugin</artifactId>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-project-info-reports-plugin</artifactId>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-report-plugin</artifactId>
-            </plugin>
-        </plugins>
-    </reporting>
-
-    <modules>
-        <module>dcae-analytics-test</module>
-        <module>dcae-analytics-model</module>
-        <module>dcae-analytics-common</module>
-        <module>dcae-analytics-dmaap</module>
-        <module>dcae-analytics-tca</module>
-        <module>dcae-analytics-cdap-common</module>
-        <module>dcae-analytics-cdap-tca</module>
-        <module>dcae-analytics-cdap-plugins</module>
-        <module>dcae-analytics-it</module>
-    </modules>
-
+<?xml version="1.0" encoding="UTF-8"?>\r
+<!--\r
+  ~ ===============================LICENSE_START======================================\r
+  ~  dcae-analytics\r
+  ~ ================================================================================\r
+  ~    Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
+  ~ ================================================================================\r
+  ~  Licensed under the Apache License, Version 2.0 (the "License");\r
+  ~  you may not use this file except in compliance with the License.\r
+  ~   You may obtain a copy of the License at\r
+  ~\r
+  ~          http://www.apache.org/licenses/LICENSE-2.0\r
+  ~\r
+  ~  Unless required by applicable law or agreed to in writing, software\r
+  ~  distributed under the License is distributed on an "AS IS" BASIS,\r
+  ~  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+  ~  See the License for the specific language governing permissions and\r
+  ~  limitations under the License.\r
+  ~  ============================LICENSE_END===========================================\r
+  -->\r
+\r
+<project xmlns="http://maven.apache.org/POM/4.0.0"\r
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
+    <modelVersion>4.0.0</modelVersion>\r
+\r
+    <parent>\r
+      <groupId>org.onap.dcaegen2</groupId>\r
+      <artifactId>root</artifactId>\r
+      <version>1.0.0-SNAPSHOT</version>\r
+    </parent>\r
+\r
+    <groupId>org.onap.dcaegen2.analytics.tca</groupId>\r
+    <artifactId>dcae-analytics</artifactId>\r
+    <version>2.0.0-SNAPSHOT</version>\r
+    <packaging>pom</packaging>\r
+\r
+    <name>dcaegen2-analytics-tca</name>\r
+    <description>Application Framework for DCAE Analytics</description>\r
+\r
+    <licenses>\r
+        <license>\r
+            <name>The Apache Software License, Version 2.0</name>\r
+            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>\r
+        </license>\r
+    </licenses>\r
+\r
+    <properties>\r
+\r
+        <!-- PROJECT SETTINGS-->\r
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>\r
+        <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>\r
+        <main.basedir>${project.basedir}</main.basedir>\r
+\r
+        <!--TEST SETTINGS -->\r
+        <surefire.redirectTestOutputToFile>true</surefire.redirectTestOutputToFile>\r
+\r
+        <!-- PROJECT DEPENDENCIES -->\r
+        <cdap.version>4.1.2</cdap.version>\r
+        <cask.common.version>0.7.1</cask.common.version>\r
+        <hadoop.version>2.3.0</hadoop.version>\r
+        <spark.version>1.6.1</spark.version>\r
+        <!-- NOTE: Jackson version should match spark version jackson dependency -->\r
+        <jackson.json.version>2.4.4</jackson.json.version>\r
+        <netty.http.version>0.16.0</netty.http.version>\r
+        <gson.version>2.2.4</gson.version>\r
+        <guava.version>13.0.1</guava.version>\r
+        <guice.version>3.0</guice.version>\r
+        <slf4j.version>1.7.5</slf4j.version>\r
+        <logback.version>1.0.9</logback.version>\r
+        <findbugs.jsr305.version>2.0.1</findbugs.jsr305.version>\r
+        <findbugs.annotations.version>3.0.0</findbugs.annotations.version>\r
+        <lombok.version>1.16.10</lombok.version>\r
+\r
+        <json.path.version>2.2.0</json.path.version>\r
+        <quartz.version>2.2.0</quartz.version>\r
+        <httpclient.version>4.5.2</httpclient.version>\r
+        <commons.lang3.version>3.5</commons.lang3.version>\r
+\r
+\r
+        <!--TESTING DEPENDENCIES -->\r
+        <junit.version>4.12</junit.version>\r
+        <jayway.jsonpath.version>2.2.0</jayway.jsonpath.version>\r
+        <jsonassert.version>1.4.0</jsonassert.version>\r
+        <mockito.version>2.5.7</mockito.version>\r
+        <cucumber.version>1.2.5</cucumber.version>\r
+\r
+\r
+        <!-- PLUGINS VERSIONS -->\r
+        <compiler.plugin.version>3.3</compiler.plugin.version>\r
+        <surefire.plugin.version>2.19.1</surefire.plugin.version>\r
+        <failsafe.plugin.version>2.19.1</failsafe.plugin.version>\r
+        <bundle.plugin.version>2.5.4</bundle.plugin.version>\r
+        <autorun.plugin.version>1.7</autorun.plugin.version>\r
+        <eclipe.plugin.version>2.10</eclipe.plugin.version>\r
+        <findbugs.plugin.version>3.0.2</findbugs.plugin.version>\r
+        <pmd.plugin.version>3.5</pmd.plugin.version>\r
+        <surefire.report.plugin.version>2.19.1</surefire.report.plugin.version>\r
+        <checkstyle.plugin.version>2.16</checkstyle.plugin.version>\r
+        <javadoc.plugin.version>2.10.4</javadoc.plugin.version>\r
+        <source.plugin.version>2.4</source.plugin.version>\r
+        <jar.plugin.version>2.4</jar.plugin.version>\r
+        <deploy.plugin.version>2.8</deploy.plugin.version>\r
+        <lombok.plugin.version>1.16.10.0</lombok.plugin.version>\r
+        <jgitflow.plugin.version>1.0-m5.1</jgitflow.plugin.version>\r
+        <maven.site.plugin>3.5.1</maven.site.plugin>\r
+        <jxr.plugin.version>2.5</jxr.plugin.version>\r
+        <project.info.reports.plugin.version>2.7</project.info.reports.plugin.version>\r
+\r
+        <!--PLUGIN SETTINGS -->\r
+        <compiler.source.version>1.7</compiler.source.version>\r
+        <compiler.target.version>1.7</compiler.target.version>\r
+        <unit.test.pattern>**/*Test.java</unit.test.pattern>\r
+        <skip.unit.tests>false</skip.unit.tests>\r
+        <integration.test.pattern>**/*IT.java</integration.test.pattern>\r
+        <skip.integration.tests>true</skip.integration.tests>\r
+        <pmd.violation.buildfail>true</pmd.violation.buildfail>\r
+        <findbugs.failOnError>true</findbugs.failOnError>\r
+        <checkstyle.failOnViolation>true</checkstyle.failOnViolation>\r
+        <checkstyle.file.name>checkstyle.xml</checkstyle.file.name>\r
+        <checkstyle.suppression.file.name>suppressions.xml</checkstyle.suppression.file.name>       \r
+        <dependency.locations.enabled>false</dependency.locations.enabled>\r
+        <nexusproxy>https://nexus.onap.org</nexusproxy>\r
+    <snapshots.path>content/repositories/snapshots/</snapshots.path>\r
+      <releases.path>content/repositories/releases/</releases.path>\r
+      <site.path>content/sites/site/org/onap/dcaegen2/analytics/tca/${project.artifactId}/${project.version}</site.path>\r
+    </properties>\r
+\r
+    <dependencyManagement>\r
+\r
+        <dependencies>\r
+\r
+            <!-- CDAP -->\r
+            <dependency>\r
+                <groupId>co.cask.cdap</groupId>\r
+                <artifactId>cdap-api</artifactId>\r
+                <version>${cdap.version}</version>\r
+                <scope>provided</scope>\r
+            </dependency>\r
+\r
+            <dependency>\r
+                <groupId>co.cask.cdap</groupId>\r
+                <artifactId>cdap-etl-api</artifactId>\r
+                <version>${cdap.version}</version>\r
+                <scope>provided</scope>\r
+            </dependency>\r
+\r
+            <dependency>\r
+                <groupId>co.cask.cdap</groupId>\r
+                <artifactId>cdap-etl-api-spark</artifactId>\r
+                <version>${cdap.version}</version>\r
+                <scope>provided</scope>\r
+            </dependency>\r
+\r
+            <dependency>\r
+                <groupId>co.cask.cdap</groupId>\r
+                <artifactId>cdap-etl-realtime</artifactId>\r
+                <version>${cdap.version}</version>\r
+                <scope>provided</scope>\r
+            </dependency>\r
+\r
+            <dependency>\r
+                <groupId>co.cask.cdap</groupId>\r
+                <artifactId>cdap-data-pipeline</artifactId>\r
+                <version>${cdap.version}</version>\r
+                <scope>provided</scope>\r
+            </dependency>\r
+\r
+            <dependency>\r
+                <groupId>co.cask.cdap</groupId>\r
+                <artifactId>cdap-data-streams</artifactId>\r
+                <version>${cdap.version}</version>\r
+                <scope>provided</scope>\r
+            </dependency>\r
+\r
+            <dependency>\r
+                <groupId>org.apache.spark</groupId>\r
+                <artifactId>spark-streaming_2.10</artifactId>\r
+                <version>${spark.version}</version>\r
+                <scope>provided</scope>\r
+            </dependency>\r
+\r
+            <dependency>\r
+                <groupId>co.cask.http</groupId>\r
+                <artifactId>netty-http</artifactId>\r
+                <version>${netty.http.version}</version>\r
+            </dependency>\r
+\r
+\r
+            <dependency>\r
+                <groupId>co.cask.common</groupId>\r
+                <artifactId>common-http</artifactId>\r
+                <version>${cask.common.version}</version>\r
+                <!-- exclude this, otherwise an old version of asm will get pulled in -->\r
+                <exclusions>\r
+                    <exclusion>\r
+                        <groupId>org.ow2.asm</groupId>\r
+                        <artifactId>asm-all</artifactId>\r
+                    </exclusion>\r
+                </exclusions>\r
+            </dependency>\r
+\r
+            <!-- HADOOP -->\r
+            <dependency>\r
+                <groupId>org.apache.hadoop</groupId>\r
+                <artifactId>hadoop-common</artifactId>\r
+                <version>${hadoop.version}</version>\r
+                <scope>provided</scope>\r
+                <exclusions>\r
+                    <exclusion>\r
+                        <groupId>commons-logging</groupId>\r
+                        <artifactId>commons-logging</artifactId>\r
+                    </exclusion>\r
+                    <exclusion>\r
+                        <groupId>log4j</groupId>\r
+                        <artifactId>log4j</artifactId>\r
+                    </exclusion>\r
+                    <exclusion>\r
+                        <groupId>org.slf4j</groupId>\r
+                        <artifactId>slf4j-log4j12</artifactId>\r
+                    </exclusion>\r
+                    <exclusion>\r
+                        <groupId>org.apache.avro</groupId>\r
+                        <artifactId>avro</artifactId>\r
+                    </exclusion>\r
+                    <exclusion>\r
+                        <groupId>org.apache.zookeeper</groupId>\r
+                        <artifactId>zookeeper</artifactId>\r
+                    </exclusion>\r
+                    <exclusion>\r
+                        <artifactId>guava</artifactId>\r
+                        <groupId>com.google.guava</groupId>\r
+                    </exclusion>\r
+                    <exclusion>\r
+                        <artifactId>jersey-core</artifactId>\r
+                        <groupId>com.sun.jersey</groupId>\r
+                    </exclusion>\r
+                    <exclusion>\r
+                        <artifactId>jersey-json</artifactId>\r
+                        <groupId>com.sun.jersey</groupId>\r
+                    </exclusion>\r
+                    <exclusion>\r
+                        <artifactId>jersey-server</artifactId>\r
+                        <groupId>com.sun.jersey</groupId>\r
+                    </exclusion>\r
+                    <exclusion>\r
+                        <artifactId>servlet-api</artifactId>\r
+                        <groupId>javax.servlet</groupId>\r
+                    </exclusion>\r
+                    <exclusion>\r
+                        <groupId>org.mortbay.jetty</groupId>\r
+                        <artifactId>jetty</artifactId>\r
+                    </exclusion>\r
+                    <exclusion>\r
+                        <groupId>org.mortbay.jetty</groupId>\r
+                        <artifactId>jetty-util</artifactId>\r
+                    </exclusion>\r
+                    <exclusion>\r
+                        <artifactId>jasper-compiler</artifactId>\r
+                        <groupId>tomcat</groupId>\r
+                    </exclusion>\r
+                    <exclusion>\r
+                        <artifactId>jasper-runtime</artifactId>\r
+                        <groupId>tomcat</groupId>\r
+                    </exclusion>\r
+                    <exclusion>\r
+                        <artifactId>jsp-api</artifactId>\r
+                        <groupId>javax.servlet.jsp</groupId>\r
+                    </exclusion>\r
+                    <exclusion>\r
+                        <artifactId>slf4j-api</artifactId>\r
+                        <groupId>org.slf4j</groupId>\r
+                    </exclusion>\r
+                    <exclusion>\r
+                        <artifactId>httpcore</artifactId>\r
+                        <groupId>org.apache.httpcomponents</groupId>\r
+                    </exclusion>\r
+                </exclusions>\r
+            </dependency>\r
+\r
+            <dependency>\r
+                <groupId>org.apache.hadoop</groupId>\r
+                <artifactId>hadoop-mapreduce-client-core</artifactId>\r
+                <version>${hadoop.version}</version>\r
+                <scope>provided</scope>\r
+                <exclusions>\r
+                    <exclusion>\r
+                        <groupId>asm</groupId>\r
+                        <artifactId>asm</artifactId>\r
+                    </exclusion>\r
+                    <exclusion>\r
+                        <groupId>io.netty</groupId>\r
+                        <artifactId>netty</artifactId>\r
+                    </exclusion>\r
+                    <exclusion>\r
+                        <groupId>org.slf4j</groupId>\r
+                        <artifactId>slf4j-log4j12</artifactId>\r
+                    </exclusion>\r
+                </exclusions>\r
+            </dependency>\r
+\r
+\r
+            <!-- SPARK -->\r
+            <dependency>\r
+                <groupId>org.apache.spark</groupId>\r
+                <artifactId>spark-core_2.10</artifactId>\r
+                <version>${spark.version}</version>\r
+                <scope>provided</scope>\r
+                <exclusions>\r
+                    <exclusion>\r
+                        <groupId>asm</groupId>\r
+                        <artifactId>asm</artifactId>\r
+                    </exclusion>\r
+                    <exclusion>\r
+                        <groupId>org.slf4j</groupId>\r
+                        <artifactId>slf4j-log4j12</artifactId>\r
+                    </exclusion>\r
+                    <exclusion>\r
+                        <groupId>log4j</groupId>\r
+                        <artifactId>log4j</artifactId>\r
+                    </exclusion>\r
+                    <exclusion>\r
+                        <groupId>org.apache.hadoop</groupId>\r
+                        <artifactId>hadoop-client</artifactId>\r
+                    </exclusion>\r
+                    <exclusion>\r
+                        <groupId>com.esotericsoftware.reflectasm</groupId>\r
+                        <artifactId>reflectasm</artifactId>\r
+                    </exclusion>\r
+                    <exclusion>\r
+                        <groupId>org.apache.curator</groupId>\r
+                        <artifactId>curator-recipes</artifactId>\r
+                    </exclusion>\r
+                    <exclusion>\r
+                        <groupId>org.tachyonproject</groupId>\r
+                        <artifactId>tachyon-client</artifactId>\r
+                    </exclusion>\r
+                    <exclusion>\r
+                        <groupId>org.scala-lang</groupId>\r
+                        <artifactId>scala-compiler</artifactId>\r
+                    </exclusion>\r
+                    <exclusion>\r
+                        <groupId>org.eclipse.jetty.orbit</groupId>\r
+                        <artifactId>javax.servlet</artifactId>\r
+                    </exclusion>\r
+                </exclusions>\r
+            </dependency>\r
+\r
+            <!-- LOGGING -->\r
+            <dependency>\r
+                <groupId>org.slf4j</groupId>\r
+                <artifactId>slf4j-api</artifactId>\r
+                <version>${slf4j.version}</version>\r
+                <scope>provided</scope>\r
+            </dependency>\r
+\r
+            <dependency>\r
+                <groupId>ch.qos.logback</groupId>\r
+                <artifactId>logback-core</artifactId>\r
+                <version>${logback.version}</version>\r
+                <scope>provided</scope>\r
+            </dependency>\r
+\r
+            <dependency>\r
+                <groupId>ch.qos.logback</groupId>\r
+                <artifactId>logback-classic</artifactId>\r
+                <version>${logback.version}</version>\r
+                <scope>provided</scope>\r
+            </dependency>\r
+\r
+            <!-- UTILITIES -->\r
+            <dependency>\r
+                <groupId>com.google.guava</groupId>\r
+                <artifactId>guava</artifactId>\r
+                <version>${guava.version}</version>\r
+            </dependency>\r
+\r
+            <dependency>\r
+                <groupId>com.google.code.gson</groupId>\r
+                <artifactId>gson</artifactId>\r
+                <version>${gson.version}</version>\r
+                <scope>provided</scope>\r
+            </dependency>\r
+            <dependency>\r
+                <groupId>org.apache.commons</groupId>\r
+                <artifactId>commons-lang3</artifactId>\r
+                <version>${commons.lang3.version}</version>\r
+            </dependency>\r
+\r
+            <!-- FIND BUGS -->\r
+            <dependency>\r
+                <groupId>com.google.code.findbugs</groupId>\r
+                <artifactId>jsr305</artifactId>\r
+                <version>${findbugs.jsr305.version}</version>\r
+                <scope>provided</scope>\r
+            </dependency>\r
+            <dependency>\r
+                <groupId>com.google.code.findbugs</groupId>\r
+                <artifactId>annotations</artifactId>\r
+                <version>${findbugs.annotations.version}</version>\r
+                <scope>provided</scope>\r
+            </dependency>\r
+\r
+            <!-- JACKSON JSON -->\r
+            <dependency>\r
+                <groupId>com.fasterxml.jackson.core</groupId>\r
+                <artifactId>jackson-core</artifactId>\r
+                <version>${jackson.json.version}</version>\r
+            </dependency>\r
+            <dependency>\r
+                <groupId>com.fasterxml.jackson.core</groupId>\r
+                <artifactId>jackson-databind</artifactId>\r
+                <version>${jackson.json.version}</version>\r
+            </dependency>\r
+            <dependency>\r
+                <groupId>com.fasterxml.jackson.core</groupId>\r
+                <artifactId>jackson-annotations</artifactId>\r
+                <version>${jackson.json.version}</version>\r
+            </dependency>\r
+\r
+            <!-- JSON PATH -->\r
+            <dependency>\r
+                <groupId>com.jayway.jsonpath</groupId>\r
+                <artifactId>json-path</artifactId>\r
+                <version>${json.path.version}</version>\r
+            </dependency>\r
+\r
+            <!-- CODE GENERATION -->\r
+            <dependency>\r
+                <groupId>org.projectlombok</groupId>\r
+                <artifactId>lombok</artifactId>\r
+                <version>${lombok.version}</version>\r
+                <scope>provided</scope>\r
+            </dependency>\r
+\r
+\r
+            <!-- DEPENDENCY INJECTION -->\r
+            <dependency>\r
+                <groupId>com.google.inject</groupId>\r
+                <artifactId>guice</artifactId>\r
+                <version>${guice.version}</version>\r
+            </dependency>\r
+            <dependency>\r
+                <groupId>com.google.inject.extensions</groupId>\r
+                <artifactId>guice-assistedinject</artifactId>\r
+                <version>${guice.version}</version>\r
+            </dependency>\r
+            <dependency>\r
+                <groupId>com.google.inject.extensions</groupId>\r
+                <artifactId>guice-multibindings</artifactId>\r
+                <version>${guice.version}</version>\r
+            </dependency>\r
+\r
+            <!-- SCHEDULER -->\r
+            <dependency>\r
+                <groupId>org.quartz-scheduler</groupId>\r
+                <artifactId>quartz</artifactId>\r
+                <version>${quartz.version}</version>\r
+            </dependency>\r
+\r
+            <!-- HTTP CLIENT -->\r
+            <dependency>\r
+                <groupId>org.apache.httpcomponents</groupId>\r
+                <artifactId>httpclient</artifactId>\r
+                <version>${httpclient.version}</version>\r
+            </dependency>\r
+\r
+\r
+            <!-- TEST DEPENDENCIES -->\r
+            <dependency>\r
+                <groupId>co.cask.cdap</groupId>\r
+                <artifactId>cdap-unit-test</artifactId>\r
+                <version>${cdap.version}</version>\r
+                <scope>test</scope>\r
+                <exclusions>\r
+                    <exclusion>\r
+                        <groupId>co.cask.cdap</groupId>\r
+                        <artifactId>cdap-explore-jdbc</artifactId>\r
+                    </exclusion>\r
+                </exclusions>\r
+            </dependency>\r
+\r
+            <dependency>\r
+                <groupId>co.cask.cdap</groupId>\r
+                <artifactId>hydrator-test</artifactId>\r
+                <version>${cdap.version}</version>\r
+                <scope>test</scope>\r
+            </dependency>\r
+\r
+            <dependency>\r
+                <groupId>junit</groupId>\r
+                <artifactId>junit</artifactId>\r
+                <version>${junit.version}</version>\r
+                <scope>test</scope>\r
+            </dependency>\r
+\r
+            <dependency>\r
+                <groupId>org.mockito</groupId>\r
+                <artifactId>mockito-core</artifactId>\r
+                <version>${mockito.version}</version>\r
+            </dependency>\r
+\r
+            <dependency>\r
+                <groupId>com.jayway.jsonpath</groupId>\r
+                <artifactId>json-path-assert</artifactId>\r
+                <version>${jayway.jsonpath.version}</version>\r
+                <scope>test</scope>\r
+            </dependency>\r
+\r
+            <dependency>\r
+                <groupId>org.skyscreamer</groupId>\r
+                <artifactId>jsonassert</artifactId>\r
+                <version>${jsonassert.version}</version>\r
+                <scope>test</scope>\r
+            </dependency>\r
+\r
+            <!-- BDD TEST DEPENDENCIES -->\r
+            <dependency>\r
+                <groupId>info.cukes</groupId>\r
+                <artifactId>cucumber-java</artifactId>\r
+                <version>${cucumber.version}</version>\r
+                <scope>test</scope>\r
+            </dependency>\r
+\r
+            <dependency>\r
+                <groupId>info.cukes</groupId>\r
+                <artifactId>cucumber-guice</artifactId>\r
+                <version>${cucumber.version}</version>\r
+                <scope>test</scope>\r
+            </dependency>\r
+\r
+            <dependency>\r
+                <groupId>info.cukes</groupId>\r
+                <artifactId>cucumber-junit</artifactId>\r
+                <version>${cucumber.version}</version>\r
+                <scope>test</scope>\r
+            </dependency>\r
+\r
+        </dependencies>\r
+        \r
+    </dependencyManagement>\r
+\r
+\r
+    <build>\r
+\r
+        <extensions>\r
+            <extension>\r
+                <groupId>org.apache.maven.wagon</groupId>\r
+                <artifactId>wagon-webdav-jackrabbit</artifactId>\r
+                <version>1.0-beta-7</version>\r
+            </extension>\r
+        </extensions>\r
+\r
+        <pluginManagement>\r
+\r
+            <plugins>\r
+\r
+                <!-- COMPILER PLUGIN -->\r
+                <plugin>\r
+                    <groupId>org.apache.maven.plugins</groupId>\r
+                    <artifactId>maven-compiler-plugin</artifactId>\r
+                    <version>${compiler.plugin.version}</version>\r
+                    <configuration>\r
+                        <source>${compiler.target.version}</source>\r
+                        <target>${compiler.source.version}</target>\r
+                    </configuration>\r
+                </plugin>\r
+\r
+                <!-- MAVEN SOURCE PLUGIN -->\r
+                <plugin>\r
+                    <groupId>org.apache.maven.plugins</groupId>\r
+                    <artifactId>maven-source-plugin</artifactId>\r
+                    <version>${source.plugin.version}</version>\r
+                    <configuration>\r
+                        <excludeResources>true</excludeResources>\r
+                    </configuration>\r
+                    <executions>\r
+                        <execution>\r
+                            <id>attach-sources</id>\r
+                            <phase>verify</phase>\r
+                            <goals>\r
+                                <goal>jar-no-fork</goal>\r
+                            </goals>\r
+                        </execution>\r
+                    </executions>\r
+                </plugin>\r
+\r
+\r
+                <!-- MAVEN JAVADOC PLUGIN -->\r
+                <plugin>\r
+                    <groupId>org.apache.maven.plugins</groupId>\r
+                    <artifactId>maven-javadoc-plugin</artifactId>\r
+                    <version>${javadoc.plugin.version}</version>\r
+                    <configuration>\r
+                        <!-- minimize console output messages -->\r
+                        <quiet>true</quiet>\r
+                        <verbose>false</verbose>\r
+                        <useStandardDocletOptions>false</useStandardDocletOptions>\r
+                    </configuration>\r
+                    <executions>\r
+                        <execution>\r
+                            <id>aggregate</id>\r
+                            <phase>site</phase>\r
+                            <goals>\r
+                                <goal>aggregate</goal>\r
+                            </goals>\r
+                        </execution>\r
+                        <execution>\r
+                            <id>attach-javadoc</id>\r
+                            <goals>\r
+                                <goal>jar</goal>\r
+                            </goals>\r
+                        </execution>\r
+                    </executions>\r
+                </plugin>\r
+\r
+                <!-- MAVEN BUNDLE PLUGIN -->\r
+                <plugin>\r
+                    <groupId>org.apache.felix</groupId>\r
+                    <artifactId>maven-bundle-plugin</artifactId>\r
+                    <version>${bundle.plugin.version}</version>\r
+                    <extensions>true</extensions>\r
+                    <configuration>\r
+                        <instructions>\r
+                            <Embed-Dependency>*;inline=false;scope=compile</Embed-Dependency>\r
+                            <Embed-Transitive>true</Embed-Transitive>\r
+                            <Embed-Directory>lib</Embed-Directory>\r
+                        </instructions>\r
+                    </configuration>\r
+                    <executions>\r
+                        <execution>\r
+                            <id>Bundling CDAP Jar</id>\r
+                            <phase>package</phase>\r
+                            <goals>\r
+                                <goal>bundle</goal>\r
+                            </goals>\r
+                        </execution>\r
+                    </executions>\r
+                </plugin>\r
+\r
+                <!-- MAVEN AUTO RUN PLUGIN -->\r
+                <plugin>\r
+                    <groupId>org.apache.maven.plugins</groupId>\r
+                    <artifactId>maven-antrun-plugin</artifactId>\r
+                    <version>${autorun.plugin.version}</version>\r
+                </plugin>\r
+\r
+                <!-- SUREFIRE TEST PLUGIN -->\r
+                <plugin>\r
+                    <groupId>org.apache.maven.plugins</groupId>\r
+                    <artifactId>maven-surefire-plugin</artifactId>\r
+                    <version>${surefire.plugin.version}</version>\r
+                    <configuration>\r
+                        <skipTests>${skip.unit.tests}</skipTests>\r
+                        <argLine>-Xmx2048m -Djava.awt.headless=true -XX:+UseConcMarkSweepGC\r
+                            -XX:OnOutOfMemoryError="kill -9 %p" -XX:+HeapDumpOnOutOfMemoryError\r
+                        </argLine>\r
+                        <redirectTestOutputToFile>${surefire.redirectTestOutputToFile}</redirectTestOutputToFile>\r
+                        <parallel>methods</parallel>\r
+                        <threadCount>8</threadCount>\r
+                        <forkCount>8</forkCount>\r
+                        <reuseForks>true</reuseForks>\r
+                        <reportFormat>xml</reportFormat>\r
+                        <trimStackTrace>false</trimStackTrace>\r
+                        <systemPropertyVariables>\r
+                            <java.io.tmpdir>${project.build.directory}</java.io.tmpdir>\r
+                            <logback.configurationFile>\r
+                                ${basedir}/src/test/resources/logback-test.xml\r
+                            </logback.configurationFile>\r
+                            <HADOOP_HOME>${project.build.directory}</HADOOP_HOME>\r
+                        </systemPropertyVariables>\r
+                        <includes>\r
+                            <include>${unit.test.pattern}</include>\r
+                        </includes>\r
+                        <excludes>\r
+                            <exclude>${integration.test.pattern}</exclude>\r
+                        </excludes>\r
+                        <!-- Sets the VM argument line used when unit tests are run. -->\r
+                        <argLine>${surefireArgLine}</argLine>\r
+                    </configuration>\r
+                    <dependencies>\r
+                        <dependency>\r
+                            <groupId>org.apache.maven.surefire</groupId>\r
+                            <artifactId>surefire-junit47</artifactId>\r
+                            <version>${surefire.plugin.version}</version>\r
+                        </dependency>\r
+                    </dependencies>\r
+                </plugin>\r
+\r
+                <!-- FAIL SAFE PLUGIN FOR INTEGRATION TEST -->\r
+                <plugin>\r
+                    <groupId>org.apache.maven.plugins</groupId>\r
+                    <artifactId>maven-failsafe-plugin</artifactId>\r
+                    <version>${failsafe.plugin.version}</version>\r
+                    <executions>\r
+                        <execution>\r
+                            <id>integration-tests</id>\r
+                            <goals>\r
+                                <goal>integration-test</goal>\r
+                                <goal>verify</goal>\r
+                            </goals>\r
+                            <configuration>\r
+                                <skipTests>${skip.integration.tests}</skipTests>\r
+                                <!-- Sets the VM argument line used when integration tests are run. -->\r
+                                <!--suppress MavenModelInspection -->\r
+                                <argLine>${failsafeArgLine}</argLine>\r
+                            </configuration>\r
+                        </execution>\r
+                    </executions>\r
+                </plugin>\r
+\r
+                <!-- FIND BUGS (STATIC CODE ANALYSIS) PLUGIN -->\r
+                <plugin>\r
+                    <groupId>org.codehaus.mojo</groupId>\r
+                    <artifactId>findbugs-maven-plugin</artifactId>\r
+                    <version>${findbugs.plugin.version}</version>\r
+                    <configuration>\r
+                        <effort>Max</effort>\r
+                        <threshold>Low</threshold>\r
+                        <xmlOutput>true</xmlOutput>\r
+                        <!-- BUILD FAIL ON FINDBUGS ERRORS -->\r
+                        <failOnError>${findbugs.failOnError}</failOnError>\r
+                        <excludeFilterFile>${main.basedir}/findbugs-exclude.xml</excludeFilterFile>\r
+                        <outputDirectory>${project.reporting.outputDirectory}/findbugs</outputDirectory>\r
+                        <findbugsXmlOutputDirectory>${project.reporting.outputDirectory}/findbugs\r
+                        </findbugsXmlOutputDirectory>\r
+                    </configuration>\r
+                    <executions>\r
+                        <execution>\r
+                            <id>analyze-compile</id>\r
+                            <phase>compile</phase>\r
+                            <goals>\r
+                                <goal>check</goal>\r
+                            </goals>\r
+                        </execution>\r
+                    </executions>\r
+                </plugin>\r
+\r
+                <!-- PMD PLUGIN SETUP -->\r
+                <plugin>\r
+                    <groupId>org.apache.maven.plugins</groupId>\r
+                    <artifactId>maven-pmd-plugin</artifactId>\r
+                    <version>${pmd.plugin.version}</version>\r
+                    <configuration>\r
+                        <sourceEncoding>${project.build.sourceEncoding}</sourceEncoding>\r
+                        <targetJdk>${compiler.target.version}</targetJdk>\r
+                        <linkXRef>false</linkXRef>\r
+                        <excludes>\r
+                            <!-- IGNORE PMD & CPD ANALYTICS MODEL FACADE OBJECTS -->\r
+                            <exclude>**/model/facade/**/*.java</exclude>\r
+                        </excludes>\r
+                        <!-- BUILD FAIL ON PMD VIOLATION -->\r
+                        <failOnViolation>${pmd.violation.buildfail}</failOnViolation>\r
+                        <targetDirectory>${project.reporting.outputDirectory}/pmd</targetDirectory>\r
+                    </configuration>\r
+                    <executions>\r
+                        <execution>\r
+                            <id>pmd-check</id>\r
+                            <goals>\r
+                                <goal>check</goal>\r
+                            </goals>\r
+                            <configuration>\r
+                                <printFailingErrors>true</printFailingErrors>\r
+                                <excludeFromFailureFile>${main.basedir}/pmd-exclude.properties</excludeFromFailureFile>\r
+                            </configuration>\r
+                        </execution>\r
+                        <execution>\r
+                            <id>cpd-check</id>\r
+                            <goals>\r
+                                <goal>cpd-check</goal>\r
+                            </goals>\r
+                            <configuration>\r
+                                <printFailingErrors>true</printFailingErrors>\r
+                                <excludeFromFailureFile>${main.basedir}/cpd-exclude.properties</excludeFromFailureFile>\r
+                            </configuration>\r
+                        </execution>\r
+                    </executions>\r
+                </plugin>\r
+\r
+                <!-- CHECKSTYLE PLUGIN -->\r
+                <plugin>\r
+                    <groupId>org.apache.maven.plugins</groupId>\r
+                    <artifactId>maven-checkstyle-plugin</artifactId>\r
+                    <version>${checkstyle.plugin.version}</version>\r
+                    <executions>\r
+                        <execution>\r
+                            <id>validate</id>\r
+                            <phase>validate</phase>\r
+                            <configuration>\r
+                                <configLocation>${checkstyle.file.name}</configLocation>\r
+                                <suppressionsLocation>${checkstyle.suppression.file.name}</suppressionsLocation>\r
+                                <encoding>UTF-8</encoding>\r
+                                <consoleOutput>true</consoleOutput>\r
+                                <!-- BUILD FAIL ON CHECKSTYLE VIOLATION -->\r
+                                <failOnViolation>${checkstyle.failOnViolation}</failOnViolation>\r
+                                <includeTestSourceDirectory>true</includeTestSourceDirectory>\r
+                                <outputFile>${project.reporting.outputDirectory}/checkstyle</outputFile>\r
+                            </configuration>\r
+                            <goals>\r
+                                <goal>check</goal>\r
+                            </goals>\r
+                        </execution>\r
+                    </executions>\r
+                    <dependencies>\r
+                        <dependency>\r
+                            <groupId>com.puppycrawl.tools</groupId>\r
+                            <artifactId>checkstyle</artifactId>\r
+                            <version>6.19</version>\r
+                        </dependency>\r
+                    </dependencies>\r
+                </plugin>\r
+\r
+                <!-- ECLIPSE PLUGIN -->\r
+                <plugin>\r
+                    <groupId>org.apache.maven.plugins</groupId>\r
+                    <artifactId>maven-eclipse-plugin</artifactId>\r
+                    <version>${eclipe.plugin.version}</version>\r
+                </plugin>\r
+\r
+\r
+                <!-- LOMBOK PLUGIN -->\r
+                <plugin>\r
+                    <groupId>org.projectlombok</groupId>\r
+                    <artifactId>lombok-maven-plugin</artifactId>\r
+                    <version>${lombok.plugin.version}</version>\r
+                    <executions>\r
+                        <execution>\r
+                            <id>delombok</id>\r
+                            <phase>generate-sources</phase>\r
+                            <goals>\r
+                                <goal>delombok</goal>\r
+                            </goals>\r
+                            <configuration>\r
+                                <addOutputDirectory>false</addOutputDirectory>\r
+                                <sourceDirectory>src/main/java</sourceDirectory>\r
+                            </configuration>\r
+                        </execution>\r
+                    </executions>\r
+                </plugin>\r
+\r
+\r
+                <!-- JGIT FLOW PLUGIN -->\r
+                <plugin>\r
+                    <groupId>external.atlassian.jgitflow</groupId>\r
+                    <artifactId>jgitflow-maven-plugin</artifactId>\r
+                    <version>${jgitflow.plugin.version}</version>\r
+                    <configuration>\r
+                        <!-- Enable this to push to origin using SSH keys -->\r
+                        <enableSshAgent>true</enableSshAgent>\r
+                        <!-- Keep your maven sub modules at the same version as the parent POM -->\r
+                        <autoVersionSubmodules>true</autoVersionSubmodules>\r
+                        <!--\r
+                          Pushing in-development features to origin allows all devs to see what each other\r
+                          are working on\r
+                        -->\r
+                        <pushFeatures>true</pushFeatures>\r
+                        <!--\r
+                          This allows the CI server (e.g. Jenkins) to automatically push new releases to\r
+                          origin; you can then either manually deploy them or, if you are doing Continuous\r
+                          Deployments, auto-deploy them to prod\r
+                        -->\r
+                        <pushReleases>true</pushReleases>\r
+                        <!--\r
+                          Hot Fixes should be pushed to origin as well so that any dev can pick them up\r
+                        -->\r
+                        <pushHotfixes>true</pushHotfixes>\r
+                        <!--\r
+                          Prevents deployments from dev workstations so that they can be done by a CI\r
+                          server\r
+                        -->\r
+                        <flowInitContext>\r
+                            <masterBranchName>master</masterBranchName>\r
+                            <developBranchName>develop</developBranchName>\r
+                            <featureBranchPrefix>feature</featureBranchPrefix>\r
+                            <releaseBranchPrefix>release</releaseBranchPrefix>\r
+                            <hotfixBranchPrefix>hotfix</hotfixBranchPrefix>\r
+                        </flowInitContext>\r
+                        <noDeploy>true</noDeploy>\r
+                    </configuration>\r
+                </plugin>\r
+\r
+                <!-- JAR PLUGIN -->\r
+                <plugin>\r
+                    <groupId>org.apache.maven.plugins</groupId>\r
+                    <artifactId>maven-jar-plugin</artifactId>\r
+                    <version>${jar.plugin.version}</version>\r
+                    <configuration>\r
+                        <archive>\r
+                            <manifest>\r
+                                <addDefaultImplementationEntries>true</addDefaultImplementationEntries>\r
+                            </manifest>\r
+                            <manifestEntries>\r
+                                <Implementation-Build-Version>${project.version}</Implementation-Build-Version>\r
+                            </manifestEntries>\r
+                        </archive>\r
+                    </configuration>\r
+                </plugin>\r
+\r
+                <!-- DEPLOY PLUGIN -->\r
+                <plugin>\r
+                    <groupId>org.apache.maven.plugins</groupId>\r
+                    <artifactId>maven-deploy-plugin</artifactId>\r
+                    <version>${deploy.plugin.version}</version>\r
+                    <configuration>\r
+                        <deployAtEnd>true</deployAtEnd>\r
+                    </configuration>\r
+                </plugin>\r
+\r
+                <plugin>\r
+                    <groupId>org.apache.maven.plugins</groupId>\r
+                    <artifactId>maven-site-plugin</artifactId>\r
+                    <version>${maven.site.plugin}</version>\r
+                </plugin>\r
+\r
+                <plugin>\r
+                    <groupId>org.apache.maven.plugins</groupId>\r
+                    <artifactId>maven-jxr-plugin</artifactId>\r
+                    <version>${jxr.plugin.version}</version>\r
+                </plugin>\r
+\r
+                <plugin>\r
+                    <groupId>org.apache.maven.plugins</groupId>\r
+                    <artifactId>maven-project-info-reports-plugin</artifactId>\r
+                    <version>${project.info.reports.plugin.version}</version>\r
+                    <configuration>\r
+                        <dependencyDetailsEnabled>false</dependencyDetailsEnabled>\r
+                        <dependencyLocationsEnabled>false</dependencyLocationsEnabled>\r
+                    </configuration>\r
+                </plugin>\r
+\r
+                <plugin>\r
+                    <groupId>org.apache.maven.plugins</groupId>\r
+                    <artifactId>maven-surefire-report-plugin</artifactId>\r
+                    <version>${surefire.report.plugin.version}</version>\r
+                </plugin>\r
+\r
+            </plugins>\r
+\r
+        </pluginManagement>\r
+\r
+        <plugins>\r
+\r
+            <plugin>\r
+                <groupId>org.apache.maven.plugins</groupId>\r
+                <artifactId>maven-compiler-plugin</artifactId>\r
+            </plugin>\r
+\r
+            <plugin>\r
+                <groupId>org.apache.maven.plugins</groupId>\r
+                <artifactId>maven-jar-plugin</artifactId>\r
+            </plugin>\r
+\r
+            <plugin>\r
+                <groupId>org.apache.maven.plugins</groupId>\r
+                <artifactId>maven-surefire-plugin</artifactId>\r
+            </plugin>\r
+\r
+            <plugin>\r
+                <groupId>org.apache.maven.plugins</groupId>\r
+                <artifactId>maven-failsafe-plugin</artifactId>\r
+            </plugin>\r
+\r
+            <plugin>\r
+                <groupId>org.apache.maven.plugins</groupId>\r
+                <artifactId>maven-deploy-plugin</artifactId>\r
+            </plugin>\r
+\r
+            <plugin>\r
+                <groupId>org.apache.maven.plugins</groupId>\r
+                <artifactId>maven-source-plugin</artifactId>\r
+            </plugin>\r
+\r
+            <plugin>\r
+                <groupId>org.apache.maven.plugins</groupId>\r
+                <artifactId>maven-javadoc-plugin</artifactId>\r
+            </plugin>\r
+\r
+            <plugin>\r
+                <groupId>org.apache.maven.plugins</groupId>\r
+                <artifactId>maven-pmd-plugin</artifactId>\r
+            </plugin>\r
+\r
+            <plugin>\r
+                <groupId>org.codehaus.mojo</groupId>\r
+                <artifactId>findbugs-maven-plugin</artifactId>\r
+            </plugin>\r
+\r
+            <plugin>\r
+                <groupId>org.apache.maven.plugins</groupId>\r
+                <artifactId>maven-checkstyle-plugin</artifactId>\r
+                <inherited>false</inherited>\r
+            </plugin>\r
+\r
+            <plugin>\r
+                <groupId>external.atlassian.jgitflow</groupId>\r
+                <artifactId>jgitflow-maven-plugin</artifactId>\r
+            </plugin>\r
+\r
+        </plugins>\r
+    </build>\r
+\r
+    <reporting>\r
+        <plugins>\r
+            <plugin>\r
+                <groupId>org.apache.maven.plugins</groupId>\r
+                <artifactId>maven-site-plugin</artifactId>\r
+            </plugin>\r
+            <plugin>\r
+                <groupId>org.apache.maven.plugins</groupId>\r
+                <artifactId>maven-checkstyle-plugin</artifactId>\r
+                <configuration>\r
+                    <configLocation>${checkstyle.file.name}</configLocation>\r
+                    <suppressionsLocation>${checkstyle.suppression.file.name}</suppressionsLocation>\r
+                </configuration>\r
+            </plugin>\r
+            <plugin>\r
+                <groupId>org.apache.maven.plugins</groupId>\r
+                <artifactId>maven-jxr-plugin</artifactId>\r
+            </plugin>\r
+            <plugin>\r
+                <groupId>org.apache.maven.plugins</groupId>\r
+                <artifactId>maven-pmd-plugin</artifactId>\r
+            </plugin>\r
+            <plugin>\r
+                <groupId>org.apache.maven.plugins</groupId>\r
+                <artifactId>maven-project-info-reports-plugin</artifactId>\r
+            </plugin>\r
+            <plugin>\r
+                <groupId>org.apache.maven.plugins</groupId>\r
+                <artifactId>maven-surefire-report-plugin</artifactId>\r
+            </plugin>\r
+        </plugins>\r
+    </reporting>\r
+\r
+    <profiles>\r
+        <profile>\r
+            <id>doclint-java8-disable</id>\r
+            <activation>\r
+                <jdk>[1.8,)</jdk>\r
+            </activation>\r
+            <build>\r
+                <plugins>\r
+                    <plugin>\r
+                        <groupId>org.apache.maven.plugins</groupId>\r
+                        <artifactId>maven-javadoc-plugin</artifactId>\r
+                        <configuration>\r
+                            <additionalparam>-Xdoclint:none</additionalparam>\r
+                        </configuration>\r
+                    </plugin>\r
+                </plugins>\r
+            </build>\r
+        </profile>\r
+    </profiles>\r
+\r
+    <modules>\r
+        <module>dcae-analytics-test</module>\r
+        <module>dcae-analytics-model</module>\r
+        <module>dcae-analytics-common</module>\r
+        <module>dcae-analytics-dmaap</module>\r
+        <module>dcae-analytics-tca</module>\r
+        <module>dcae-analytics-cdap-common</module>\r
+        <module>dcae-analytics-cdap-tca</module>\r
+        <module>dcae-analytics-cdap-plugins</module>\r
+        <module>dcae-analytics-it</module>\r
+        <module>dcae-analytics-aai</module>\r
+    </modules>\r
+\r
 </project>