| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| ~ Licensed to the Apache Software Foundation (ASF) under one or more |
| ~ contributor license agreements. See the NOTICE file distributed with |
| ~ this work for additional information regarding copyright ownership. |
| ~ The ASF licenses this file to You 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. |
| --> |
| <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.apache</groupId> |
| <artifactId>apache</artifactId> |
| <version>14</version> |
| </parent> |
| <groupId>eagle</groupId> |
| <artifactId>eagle-parent</artifactId> |
| <version>0.3.0-incubating</version> |
| <packaging>pom</packaging> |
| <name>Apache Eagle Parent</name> |
| <url>https://eagle.incubator.apache.org</url> |
| <inceptionYear>2015</inceptionYear> |
| <description> |
| Apache Eagle is an open source monitoring solution to instantly identify access to sensitive data, recognize attacks, malicious activities in Hadoop and take actions in real time. |
| </description> |
| <organization> |
| <name>Apache Software Foundation</name> |
| <url>http://apache.org</url> |
| </organization> |
| <licenses> |
| <license> |
| <name>Apache 2.0 License</name> |
| <url>http://www.apache.org/licenses/LICENSE-2.0.html</url> |
| <distribution>repo</distribution> |
| </license> |
| </licenses> |
| <scm> |
| <connection>scm:git:git@github.com:apache/incubator-eagle.git</connection> |
| <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-eagle.git</developerConnection> |
| <url>scm:git:git@github.com:apache/incubator-eagle.git</url> |
| <tag>HEAD</tag> |
| </scm> |
| <issueManagement> |
| <system>JIRA</system> |
| <url>https://issues.apache.org/jira/browse/EAGLE</url> |
| </issueManagement> |
| <prerequisites> |
| <maven>${maven.version}</maven> |
| </prerequisites> |
| <mailingLists> |
| <mailingList> |
| <name>Dev Mailing List</name> |
| <post>dev@eagle.incubator.apache.org</post> |
| <subscribe>dev-subscribe@eagle.incubator.apache.org</subscribe> |
| <unsubscribe>dev-unsubscribe@eagle.incubator.apache.org</unsubscribe> |
| <archive>http://mail-archives.apache.org/mod_mbox/eagle-dev/</archive> |
| </mailingList> |
| <mailingList> |
| <name>User Mailing List</name> |
| <post>user@eagle.incubator.apache.org</post> |
| <subscribe>user-subscribe@eagle.incubator.apache.org</subscribe> |
| <unsubscribe>user-unsubscribe@eagle.incubator.apache.org</unsubscribe> |
| <archive>http://mail-archives.apache.org/mod_mbox/eagle-user/</archive> |
| </mailingList> |
| <mailingList> |
| <name>Commits Mailing List</name> |
| <post>commits@eagle.incubator.apache.org</post> |
| <subscribe>commits-subscribe@eagle.incubator.apache.org</subscribe> |
| <unsubscribe>commits-unsubscribe@eagle.incubator.apache.org</unsubscribe> |
| <archive>http://mail-archives.apache.org/mod_mbox/eagle-commits/</archive> |
| </mailingList> |
| </mailingLists> |
| <developers> |
| <developer> |
| <id>yonzhang2012</id> |
| <name>Edward Zhang</name> |
| <email>yonzhang2012@apache.org</email> |
| <organization>Apache Software Foundation</organization> |
| <organizationUrl>https://eagle.incubator.apache.org</organizationUrl> |
| </developer> |
| <developer> |
| <id>hao</id> |
| <name>Hao Chen</name> |
| <email>hao@apache.org</email> |
| <organization>Apache Software Foundation</organization> |
| <organizationUrl>https://eagle.incubator.apache.org</organizationUrl> |
| </developer> |
| <developer> |
| <id>libsun</id> |
| <name>Libin Sun</name> |
| <email>libsun@apache.org</email> |
| <organization>Apache Software Foundation</organization> |
| <organizationUrl>https://eagle.incubator.apache.org</organizationUrl> |
| </developer> |
| <developer> |
| <id>jilin</id> |
| <name>Jilin Jiang</name> |
| <email>jilin@apache.org</email> |
| <organization>Apache Software Foundation</organization> |
| <organizationUrl>https://eagle.incubator.apache.org</organizationUrl> |
| </developer> |
| <developer> |
| <id>qingwzhao</id> |
| <name>Qingwen Zhao</name> |
| <email>qingwzhao@apache.org</email> |
| <organization>Apache Software Foundation</organization> |
| <organizationUrl>https://eagle.incubator.apache.org</organizationUrl> |
| </developer> |
| <developer> |
| <id>cgupta</id> |
| <name>Chaitali Gupta</name> |
| <email>cgupta@apache.org</email> |
| <organization>Apache Software Foundation</organization> |
| <organizationUrl>https://eagle.incubator.apache.org</organizationUrl> |
| </developer> |
| </developers> |
| |
| <modules> |
| <module>eagle-core</module> |
| <module>eagle-webservice</module> |
| <module>eagle-security</module> |
| <module>eagle-external</module> |
| <module>eagle-assembly</module> |
| <module>eagle-topology-assembly</module> |
| <module>eagle-examples</module> |
| <module>eagle-gc</module> |
| <module>eagle-hadoop-metric</module> |
| </modules> |
| <properties> |
| <!-- General Properties --> |
| <java.version>1.7</java.version> |
| <scala.version>2.10</scala.version> |
| <scala-lang.version>2.10.4</scala-lang.version> |
| <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
| |
| <!-- Maven Plugins Versions --> |
| <maven.version>3.3.3</maven.version> |
| <maven-model.version>4.0.0</maven-model.version> |
| <maven-release.version>2.5.1</maven-release.version> |
| <maven-assembly.version>2.5.5</maven-assembly.version> |
| <maven-source.version>2.2</maven-source.version> |
| <maven-compiler.version>2.0.2</maven-compiler.version> |
| <maven-dependency.version>2.1</maven-dependency.version> |
| <maven-license.version>2.6</maven-license.version> |
| <maven-surefire.version>2.6</maven-surefire.version> |
| <maven-jar.version>2.6</maven-jar.version> |
| <maven-scala.version>2.15.0</maven-scala.version> |
| <maven-scalatest.version>1.0</maven-scalatest.version> |
| <maven-tomcat7.version>2.2</maven-tomcat7.version> |
| <maven-apache-rat.version>0.11</maven-apache-rat.version> |
| <maven-failsafe.version>2.6</maven-failsafe.version> |
| |
| <!-- Environment Versions--> |
| <hadoop.version>2.6.0.2.2.5.1-3</hadoop.version> |
| <hbase.version>0.98.4.2.2.5.1-3-hadoop2</hbase.version> |
| <hive.version>1.2.1</hive.version> |
| <spark.core.version>1.4.0</spark.core.version> |
| |
| <!-- Client --> |
| <kafka-client.version>0.9.0.0</kafka-client.version> |
| |
| <!-- Reflection --> |
| <reflections.version>0.9.8</reflections.version> |
| |
| <!-- Common Versions --> |
| <commons-cli.version>1.2</commons-cli.version> |
| <commons-lang.version>2.6</commons-lang.version> |
| <commons-lang3.version>3.3.2</commons-lang3.version> |
| <commons-math3.version>3.5</commons-math3.version> |
| <commons-configuration.version>1.6</commons-configuration.version> |
| <commons-logging.version>1.1.1</commons-logging.version> |
| <commons-httpclient.version>3.1</commons-httpclient.version> |
| <commons-beanutils.version>1.8.0</commons-beanutils.version> |
| <commons-collections4.version>4.0</commons-collections4.version> |
| |
| <!-- Configuration --> |
| <archaius.version>0.6.1</archaius.version> |
| <typesafe.config.version>1.2.1</typesafe.config.version> |
| |
| <!-- Serialization --> |
| <gson.version>2.2.2</gson.version> |
| <guava.version>14.0.1</guava.version> |
| <fasterxml-jackson.version>2.2.3</fasterxml-jackson.version> |
| <codehaus-jackson.version>1.9.13</codehaus-jackson.version> |
| <jsoup.version>1.7.3</jsoup.version> |
| <io.netty.version>3.6.7.Final</io.netty.version> |
| <org.json.version>20131018</org.json.version> |
| <protobuf-java.version>2.5.0</protobuf-java.version> |
| |
| <!-- Utility --> |
| <joda-time.version>2.7</joda-time.version> |
| <joda-convert.version>1.7</joda-convert.version> |
| <log4j.version>1.2.17</log4j.version> |
| <slf4j.version>1.7.5</slf4j.version> |
| <log4j-over-slf4j.version>1.7.2</log4j-over-slf4j.version> |
| <quartz.version>2.2.1</quartz.version> |
| <scopt.version>3.3.0</scopt.version> |
| <akka.actor.version>2.3.14</akka.actor.version> |
| <reflections.version>0.9.10</reflections.version> |
| |
| <!-- Streaming --> |
| <kafka.version>0.8.1.2.2.0.0-2041</kafka.version> |
| <kafka-clients.version>0.8.2.0</kafka-clients.version> |
| <jgrapht.version>0.9.0</jgrapht.version> |
| <storm-kafka.version>0.9.3.2.2.0.0-2041</storm-kafka.version> |
| <storm.version>0.9.3</storm.version> |
| <curator.version>2.8.0</curator.version> |
| |
| <!-- Query --> |
| <tomcat.version>7.0.42</tomcat.version> |
| <protobuf-java.version>2.6.1</protobuf-java.version> |
| <antlr4.version>4.5</antlr4.version> |
| <groovy.version>2.3.4</groovy.version> |
| <parsii.version>1.3</parsii.version> |
| |
| <!-- JDBC --> |
| <commons-dbcp.version>1.4</commons-dbcp.version> |
| <javax.persistence.version>2.0.0</javax.persistence.version> |
| <mysql-connector-java.version>5.1.34</mysql-connector-java.version> |
| <ddlutils.version>1.0</ddlutils.version> |
| <torque.version>4.0</torque.version> |
| |
| <!-- REST Service--> |
| <jersey.version>1.8</jersey.version> |
| <jaxb-api.version>2.1</jaxb-api.version> |
| <jaxb-impl.version>2.2.6</jaxb-impl.version> |
| <stax-api.version>1.0.1</stax-api.version> |
| <org.mortbay.jetty.version>6.1.26</org.mortbay.jetty.version> |
| |
| <!-- servlet --> |
| <servlet-api.version>2.5</servlet-api.version> |
| |
| <!-- Alert Framework --> |
| <velocity.version>1.7</velocity.version> |
| <javax.mail.version>1.4</javax.mail.version> |
| <extcos4.version>0.4b</extcos4.version> |
| <extcos3.version>0.3b</extcos3.version> |
| <siddhi.version>3.0.2</siddhi.version> |
| |
| <!-- Testing --> |
| <unit.test.version>4.10</unit.test.version> |
| <junit-benchmarks.version>0.7.0</junit-benchmarks.version> |
| <h2.version>1.3.172</h2.version> |
| <scalatest.version>2.2.4</scalatest.version> |
| <scala-reflect.version>2.10.0</scala-reflect.version> |
| <mockito.version>1.8.1-rc1</mockito.version> |
| <tomcat.embed.version>7.0.55</tomcat.embed.version> |
| |
| <!-- Machine Learning --> |
| <ejml.version>0.25</ejml.version> |
| |
| <!-- sprint security --> |
| <spring.framework.version>3.1.2.RELEASE</spring.framework.version> |
| |
| </properties> |
| |
| <dependencyManagement> |
| <dependencies> |
| <!-- Commons Dependencies--> |
| <dependency> |
| <groupId>commons-cli</groupId> |
| <artifactId>commons-cli</artifactId> |
| <version>${commons-cli.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-lang</groupId> |
| <artifactId>commons-lang</artifactId> |
| <version>${commons-lang.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.commons</groupId> |
| <artifactId>commons-lang3</artifactId> |
| <version>${commons-lang3.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.commons</groupId> |
| <artifactId>commons-math3</artifactId> |
| <version>${commons-math3.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-configuration</groupId> |
| <artifactId>commons-configuration</artifactId> |
| <version>${commons-configuration.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| <version>${commons-logging.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-beanutils</groupId> |
| <artifactId>commons-beanutils</artifactId> |
| <version>${commons-beanutils.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-httpclient</groupId> |
| <artifactId>commons-httpclient</artifactId> |
| <version>${commons-httpclient.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.commons</groupId> |
| <artifactId>commons-collections4</artifactId> |
| <version>${commons-collections4.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-dbcp</groupId> |
| <artifactId>commons-dbcp</artifactId> |
| <version>${commons-dbcp.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.scala-lang</groupId> |
| <artifactId>scala-reflect</artifactId> |
| <version>${scala-reflect.version}</version> |
| </dependency> |
| |
| <!-- Configuration --> |
| <dependency> |
| <groupId>com.typesafe</groupId> |
| <artifactId>config</artifactId> |
| <version>${typesafe.config.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>com.netflix.archaius</groupId> |
| <artifactId>archaius-core</artifactId> |
| <version>${archaius.version}</version> |
| </dependency> |
| |
| <!-- Utility --> |
| <dependency> |
| <groupId>org.slf4j</groupId> |
| <artifactId>slf4j-api</artifactId> |
| <version>${slf4j.version}</version> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.slf4j</groupId> |
| <artifactId>slf4j-log4j12</artifactId> |
| <version>${slf4j.version}</version> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.slf4j</groupId> |
| <artifactId>log4j-over-slf4j</artifactId> |
| <version>${slf4j.version}</version> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <groupId>log4j</groupId> |
| <artifactId>log4j</artifactId> |
| <version>${log4j.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>joda-time</groupId> |
| <artifactId>joda-time</artifactId> |
| <version>${joda-time.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.joda</groupId> |
| <artifactId>joda-convert</artifactId> |
| <version>${joda-convert.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.quartz-scheduler</groupId> |
| <artifactId>quartz</artifactId> |
| <version>${quartz.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>com.github.scopt</groupId> |
| <artifactId>scopt_${scala.version}</artifactId> |
| <version>${scopt.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.reflections</groupId> |
| <artifactId>reflections</artifactId> |
| <version>${reflections.version}</version> |
| </dependency> |
| |
| <!-- Serialization --> |
| <dependency> |
| <groupId>com.fasterxml.jackson.core</groupId> |
| <artifactId>jackson-core</artifactId> |
| <version>${fasterxml-jackson.version}</version> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <groupId>com.fasterxml.jackson.core</groupId> |
| <artifactId>jackson-annotations</artifactId> |
| <version>${fasterxml-jackson.version}</version> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <groupId>com.fasterxml.jackson.core</groupId> |
| <artifactId>jackson-databind</artifactId> |
| <version>${fasterxml-jackson.version}</version> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <groupId>com.fasterxml.jackson.module</groupId> |
| <artifactId>jackson-module-scala_${scala.version}</artifactId> |
| <version>${fasterxml-jackson.version}</version> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.jackson</groupId> |
| <artifactId>jackson-mapper-asl</artifactId> |
| <version>${codehaus-jackson.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.jackson</groupId> |
| <artifactId>jackson-core-asl</artifactId> |
| <version>${codehaus-jackson.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>com.google.protobuf</groupId> |
| <artifactId>protobuf-java</artifactId> |
| <version>${protobuf-java.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.json</groupId> |
| <artifactId>json</artifactId> |
| <version>${org.json.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.jackson</groupId> |
| <artifactId>jackson-jaxrs</artifactId> |
| <version>${codehaus-jackson.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.jackson</groupId> |
| <artifactId>jackson-xc</artifactId> |
| <version>${codehaus-jackson.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>com.google.code.gson</groupId> |
| <artifactId>gson</artifactId> |
| <version>${gson.version}</version> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <groupId>com.google.guava</groupId> |
| <artifactId>guava</artifactId> |
| <version>${guava.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>io.netty</groupId> |
| <artifactId>netty</artifactId> |
| <scope>compile</scope> |
| <version>${io.netty.version}</version> |
| </dependency> |
| |
| <!-- Streaming Dependencies --> |
| <dependency> |
| <groupId>org.jgrapht</groupId> |
| <artifactId>jgrapht-core</artifactId> |
| <version>${jgrapht.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.kafka</groupId> |
| <artifactId>kafka_${scala.version}</artifactId> |
| <version>${kafka.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.kafka</groupId> |
| <artifactId>kafka-clients</artifactId> |
| <version>${kafka-clients.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.storm</groupId> |
| <artifactId>storm-core</artifactId> |
| <version>${storm.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>ch.qos.logback</groupId> |
| <artifactId>logback-classic</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>log4j</groupId> |
| <artifactId>log4j</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.slf4j</groupId> |
| <artifactId>log4j-over-slf4j</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.storm</groupId> |
| <artifactId>storm-kafka</artifactId> |
| <version>${storm-kafka.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>ch.qos.logback</groupId> |
| <artifactId>logback-classic</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>log4j</groupId> |
| <artifactId>log4j</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.slf4j</groupId> |
| <artifactId>log4j-over-slf4j</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.spark</groupId> |
| <artifactId>spark-core_${scala.version}</artifactId> |
| <version>${spark.core.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.curator</groupId> |
| <artifactId>curator-framework</artifactId> |
| <version>${curator.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.curator</groupId> |
| <artifactId>curator-recipes</artifactId> |
| <version>${curator.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.curator</groupId> |
| <artifactId>curator-client</artifactId> |
| <version>${curator.version}</version> |
| </dependency> |
| |
| <!-- Eagle Query Dependencies --> |
| <dependency> |
| <groupId>org.antlr</groupId> |
| <artifactId>antlr4-runtime</artifactId> |
| <version>${antlr4.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>net.sf.extcos</groupId> |
| <artifactId>extcos</artifactId> |
| <version>${extcos4.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.groovy</groupId> |
| <artifactId>groovy-all</artifactId> |
| <version>${groovy.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>com.scireum</groupId> |
| <artifactId>parsii</artifactId> |
| <version>${parsii.version}</version> |
| </dependency> |
| |
| <!--Eagle REST Service Dependencies --> |
| <dependency> |
| <groupId>com.sun.jersey</groupId> |
| <artifactId>jersey-core</artifactId> |
| <version>${jersey.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>com.sun.jersey</groupId> |
| <artifactId>jersey-json</artifactId> |
| <version>${jersey.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>com.sun.jersey</groupId> |
| <artifactId>jersey-server</artifactId> |
| <version>${jersey.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>com.sun.jersey</groupId> |
| <artifactId>jersey-client</artifactId> |
| <version>${jersey.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>com.sun.xml.bind</groupId> |
| <artifactId>jaxb-impl</artifactId> |
| <version>${jaxb-impl.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.mortbay.jetty</groupId> |
| <artifactId>jetty</artifactId> |
| <version>${org.mortbay.jetty.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.mortbay.jetty</groupId> |
| <artifactId>jetty-util</artifactId> |
| <version>${org.mortbay.jetty.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.tomcat</groupId> |
| <artifactId>tomcat-catalina</artifactId> |
| <version>${tomcat.version}</version> |
| <scope>provided</scope> |
| </dependency> |
| |
| <dependency> |
| <groupId>javax.xml.bind</groupId> |
| <artifactId>jaxb-api</artifactId> |
| <version>${jaxb-api.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>javax.xml.stream</groupId> |
| <artifactId>stax-api</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>stax</groupId> |
| <artifactId>stax-api</artifactId> |
| <version>${stax-api.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.jsoup</groupId> |
| <artifactId>jsoup</artifactId> |
| <version>${jsoup.version}</version> |
| </dependency> |
| |
| <!-- Alerting Framework --> |
| <dependency> |
| <groupId>javax.mail</groupId> |
| <artifactId>mail</artifactId> |
| <version>${javax.mail.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.velocity</groupId> |
| <artifactId>velocity</artifactId> |
| <version>${velocity.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.wso2.siddhi</groupId> |
| <artifactId>siddhi-core</artifactId> |
| <version>${siddhi.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.wso2.siddhi</groupId> |
| <artifactId>siddhi-extension-string</artifactId> |
| <version>${siddhi.version}</version> |
| </dependency> |
| |
| <!-- Testing Dependencies --> |
| <dependency> |
| <groupId>junit</groupId> |
| <artifactId>junit</artifactId> |
| <version>${unit.test.version}</version> |
| <scope>test</scope> |
| </dependency> |
| <dependency> |
| <groupId>com.carrotsearch</groupId> |
| <artifactId>junit-benchmarks</artifactId> |
| <version>${junit-benchmarks.version}</version> |
| <scope>test</scope> |
| </dependency> |
| <dependency> |
| <groupId>com.h2database</groupId> |
| <artifactId>h2</artifactId> |
| <version>${h2.version}</version> |
| <scope>test</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.scalatest</groupId> |
| <artifactId>scalatest_${scala.version}</artifactId> |
| <version>${scalatest.version}</version> |
| <scope>test</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.mockito</groupId> |
| <artifactId>mockito-all</artifactId> |
| <version>${mockito.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>mysql</groupId> |
| <artifactId>mysql-connector-java</artifactId> |
| <version>${mysql-connector-java.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.ddlutils</groupId> |
| <artifactId>ddlutils</artifactId> |
| <version>${ddlutils.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.torque</groupId> |
| <artifactId>torque-runtime</artifactId> |
| <version>${torque.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.tomcat.embed</groupId> |
| <artifactId>tomcat-embed-core</artifactId> |
| <version>${tomcat.embed.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.tomcat.embed</groupId> |
| <artifactId>tomcat-embed-el</artifactId> |
| <version>${tomcat.embed.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.tomcat.embed</groupId> |
| <artifactId>tomcat-embed-jasper</artifactId> |
| <version>${tomcat.embed.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.tomcat.embed</groupId> |
| <artifactId>tomcat-embed-logging-juli</artifactId> |
| <version>${tomcat.embed.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.tomcat.embed</groupId> |
| <artifactId>tomcat-embed-logging-log4j</artifactId> |
| <version>${tomcat.embed.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.tomcat.embed</groupId> |
| <artifactId>tomcat-embed-websocket</artifactId> |
| <version>${tomcat.embed.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.curator</groupId> |
| <artifactId>curator-test</artifactId> |
| <version>${curator.version}</version> |
| </dependency> |
| |
| <!-- Machine Learning --> |
| <dependency> |
| <groupId>com.googlecode.efficient-java-matrix-library</groupId> |
| <artifactId>ejml</artifactId> |
| <version>${ejml.version}</version> |
| </dependency> |
| </dependencies> |
| </dependencyManagement> |
| <profiles> |
| <profile> |
| <id>hadoop-2</id> |
| <activation> |
| <activeByDefault>true</activeByDefault> |
| </activation> |
| <dependencyManagement> |
| <dependencies> |
| <dependency> |
| <groupId>org.apache.hadoop</groupId> |
| <artifactId>hadoop-common</artifactId> |
| <version>${hadoop.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.hbase</groupId> |
| <artifactId>hbase-client</artifactId> |
| <version>${hbase.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.hadoop</groupId> |
| <artifactId>hadoop-hdfs</artifactId> |
| <version>${hadoop.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.hadoop</groupId> |
| <artifactId>hadoop-client</artifactId> |
| <version>${hadoop.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.hadoop</groupId> |
| <artifactId>hadoop-auth</artifactId> |
| <version>${hadoop.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.hbase</groupId> |
| <artifactId>hbase-server</artifactId> |
| <version>${hbase.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.hbase</groupId> |
| <artifactId>hbase-testing-util</artifactId> |
| <version>${hbase.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.hive</groupId> |
| <artifactId>hive-exec</artifactId> |
| <version>${hive.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.hive</groupId> |
| <artifactId>hive-jdbc</artifactId> |
| <version>${hive.version}</version> |
| </dependency> |
| </dependencies> |
| </dependencyManagement> |
| </profile> |
| </profiles> |
| <build> |
| <pluginManagement> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.rat</groupId> |
| <artifactId>apache-rat-plugin</artifactId> |
| <version>${maven-apache-rat.version}</version> |
| <configuration> |
| <useDefaultExcludes>true</useDefaultExcludes> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-failsafe-plugin</artifactId> |
| <version>${maven-failsafe.version}</version> |
| <executions> |
| <execution> |
| <goals> |
| <goal>integration-test</goal> |
| <goal>verify</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.tomcat.maven</groupId> |
| <artifactId>tomcat7-maven-plugin</artifactId> |
| <version>${maven-tomcat7.version}</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-source-plugin</artifactId> |
| <version>${maven-source.version}</version> |
| </plugin> |
| <plugin> |
| <artifactId>maven-compiler-plugin</artifactId> |
| <version>${maven-compiler.version}</version> |
| <configuration> |
| <source>${java.version}</source> |
| <target>${java.version}</target> |
| <encoding>UTF-8</encoding> |
| <maxmem>2048m</maxmem> |
| <fork>true</fork> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-surefire-plugin</artifactId> |
| <version>${maven-surefire.version}</version> |
| <configuration> |
| <argLine>-XX:-UseGCOverheadLimit</argLine> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-jar-plugin</artifactId> |
| <version>${maven-jar.version}</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-assembly-plugin</artifactId> |
| <version>${maven-assembly.version}</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-dependency-plugin</artifactId> |
| <version>${maven-dependency.version}</version> |
| </plugin> |
| <plugin> |
| <groupId>org.scala-tools</groupId> |
| <artifactId>maven-scala-plugin</artifactId> |
| <version>${maven-scala.version}</version> |
| </plugin> |
| <plugin> |
| <groupId>org.scalatest</groupId> |
| <artifactId>scalatest-maven-plugin</artifactId> |
| <version>${maven-scalatest.version}</version> |
| </plugin> |
| </plugins> |
| </pluginManagement> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.rat</groupId> |
| <artifactId>apache-rat-plugin</artifactId> |
| <executions> |
| <execution> |
| <id>header-check</id> |
| <phase>verify</phase> |
| <goals> |
| <goal>check</goal> |
| </goals> |
| <configuration> |
| <excludes> |
| <!-- Git specific files --> |
| <exclude>.git/</exclude> |
| <exclude>.java-version</exclude> |
| <exclude>.gitignore</exclude> |
| <!-- IDE specific files--> |
| <exclude>**/.idea/</exclude> |
| <exclude>**/.cache-main</exclude> |
| <exclude>**/.scalastyle/</exclude> |
| <exclude>**/*.iml</exclude> |
| <exclude>**/nb-configuration.xml</exclude> |
| <exclude>**/.classpath</exclude> |
| <exclude>**/.settings/**</exclude> |
| <exclude>**/.project</exclude> |
| <exclude>**/.metadata/</exclude> |
| <!-- Maven working directory --> |
| <exclude>**/target/**</exclude> |
| <!-- Patch files which can be lying around --> |
| <exclude>**/*.patch</exclude> |
| <exclude>**/*.rej</exclude> |
| <!-- Exclude generated files --> |
| <exclude>**/gen/**</exclude> |
| <!-- README and test data with exact format --> |
| <exclude>README*</exclude> |
| <exclude>**/*.log</exclude> |
| <exclude>**/eagle.log*</exclude> |
| <exclude>**/velocity.log*</exclude> |
| <!-- all json files should be excluded --> |
| <exclude>**/*.json</exclude> |
| <exclude>**/resources/eagle.siddhiext</exclude> |
| <exclude>**/test/resources/securityAuditLog</exclude> |
| <exclude>**/resources/**/ml-policyDef-UserProfile.txt</exclude> |
| <exclude>**/test/resources/onelinehiveauditlog.txt</exclude> |
| <exclude>**/test/resources/ranger-policy-update-request.txt</exclude> |
| <exclude>**/dev-supports/**/*.json</exclude> |
| <exclude>**/dev-supports/**/useractivity-agg-json.txt</exclude> |
| <exclude>**/conf/sandbox-userprofile-topology.conf</exclude> |
| <exclude>**/kafka-python/**</exclude> |
| <exclude>**/six/**</exclude> |
| <!-- Fonts and Images --> |
| <exclude>**/fonts/**</exclude> |
| <exclude>**/images/**</exclude> |
| <exclude>**/lib/js/**</exclude> |
| <exclude>**/lib/css/**</exclude> |
| <exclude>**/*.min.js</exclude> |
| <exclude>**/jquery-*.js</exclude> |
| <exclude>**/MANIFEST.MF</exclude> |
| <!-- External dependency script --> |
| <exclude>**/resource/serf/etc/ambari.json</exclude> |
| |
| <!-- TODO: fix it --> |
| <exclude>**/webapp/**</exclude> |
| |
| </excludes> |
| </configuration> |
| </execution> |
| </executions> |
| </plugin> |
| </plugins> |
| </build> |
| <repositories> |
| <repository> |
| <id>HDP Release Repository</id> |
| <url>http://repo.hortonworks.com/content/repositories/releases/</url> |
| <releases> |
| <enabled>true</enabled> |
| <updatePolicy>never</updatePolicy> |
| </releases> |
| </repository> |
| <repository> |
| <id>HDP Central Repository</id> |
| <url>http://repo.hortonworks.com/content/repositories/central/</url> |
| <releases> |
| <enabled>true</enabled> |
| <updatePolicy>never</updatePolicy> |
| <checksumPolicy>warn</checksumPolicy> |
| </releases> |
| <name>HDP Central</name> |
| <layout>default</layout> |
| </repository> |
| <repository> |
| <id>Maven Repo1 Repository</id> |
| <url>http://repo1.maven.org/maven2</url> |
| <releases> |
| <enabled>true</enabled> |
| <updatePolicy>never</updatePolicy> |
| </releases> |
| </repository> |
| <repository> |
| <id>cloudera</id> |
| <url>https://repository.cloudera.com/artifactory/cloudera-repos/</url> |
| <releases> |
| <enabled>true</enabled> |
| <updatePolicy>never</updatePolicy> |
| </releases> |
| </repository> |
| <repository> |
| <id>siddhi cep engine</id> |
| <url>http://maven.wso2.org/nexus/content/groups/wso2-public</url> |
| <releases> |
| <enabled>true</enabled> |
| <updatePolicy>never</updatePolicy> |
| </releases> |
| </repository> |
| <repository> |
| <id>scala-tools.org</id> |
| <name>Scala-Tools Maven2 Repository</name> |
| <url>http://scala-tools.org/repo-releases</url> |
| <releases> |
| <enabled>true</enabled> |
| <updatePolicy>never</updatePolicy> |
| </releases> |
| </repository> |
| </repositories> |
| <pluginRepositories> |
| <pluginRepository> |
| <id>scala-tools-maven2-repository</id> |
| <name>Scala-Tools Maven2 Repository</name> |
| <url>http://scala-tools.org/repo-releases</url> |
| </pluginRepository> |
| </pluginRepositories> |
| </project> |