2012-10-24 03:39:51 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2012-10-24 05:09:43 -04:00
|
|
|
<!--
|
|
|
|
~ Druid - a distributed column store.
|
2015-01-30 23:36:38 -05:00
|
|
|
~ Copyright 2012 - 2015 Metamarkets Group Inc.
|
2012-10-24 05:09:43 -04:00
|
|
|
~
|
2015-01-30 23:36:38 -05:00
|
|
|
~ 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
|
2012-10-24 05:09:43 -04:00
|
|
|
~
|
2015-01-30 23:36:38 -05:00
|
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
2012-10-24 05:09:43 -04:00
|
|
|
~
|
2015-01-30 23:36:38 -05:00
|
|
|
~ 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.
|
2012-10-24 05:09:43 -04:00
|
|
|
-->
|
|
|
|
|
2016-02-29 20:43:35 -05:00
|
|
|
<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/maven-v4_0_0.xsd">
|
2012-10-24 03:39:51 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2015-02-03 19:48:00 -05:00
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>io.druid</groupId>
|
|
|
|
<artifactId>oss-parent</artifactId>
|
|
|
|
<version>2</version>
|
|
|
|
</parent>
|
|
|
|
|
2012-10-24 03:39:51 -04:00
|
|
|
<artifactId>druid</artifactId>
|
2016-09-29 16:53:32 -04:00
|
|
|
<version>0.9.3-SNAPSHOT</version>
|
2015-02-03 19:48:00 -05:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<name>${project.groupId}:${project.artifactId}</name>
|
|
|
|
<description>Druid - A Distributed Column Store</description>
|
|
|
|
<url>http://druid.io/</url>
|
|
|
|
|
|
|
|
<licenses>
|
|
|
|
<license>
|
|
|
|
<name>Apache License, Version 2.0</name>
|
|
|
|
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
|
|
|
|
</license>
|
|
|
|
</licenses>
|
|
|
|
|
|
|
|
<developers>
|
|
|
|
<developer>
|
2016-02-02 20:01:58 -05:00
|
|
|
<name>Druid Committers</name>
|
|
|
|
<url>http://druid.io/community/index.html#committers</url>
|
2015-02-03 19:48:00 -05:00
|
|
|
</developer>
|
|
|
|
</developers>
|
|
|
|
|
|
|
|
<inceptionYear>2011</inceptionYear>
|
|
|
|
|
2012-10-24 03:39:51 -04:00
|
|
|
<scm>
|
2014-12-23 14:17:20 -05:00
|
|
|
<connection>scm:git:ssh://git@github.com/druid-io/druid.git</connection>
|
|
|
|
<developerConnection>scm:git:ssh://git@github.com/druid-io/druid.git</developerConnection>
|
2015-02-03 19:48:00 -05:00
|
|
|
<url>https://github.com/druid-io/druid.git</url>
|
2016-09-29 16:53:32 -04:00
|
|
|
<tag>0.9.3-SNAPSHOT</tag>
|
2013-11-11 19:13:32 -05:00
|
|
|
</scm>
|
2012-10-24 03:39:51 -04:00
|
|
|
|
|
|
|
<properties>
|
2016-09-16 12:16:14 -04:00
|
|
|
<apache.curator.version>2.11.0</apache.curator.version>
|
2016-12-07 18:49:16 -05:00
|
|
|
<guava.version>16.0.1</guava.version>
|
2016-07-18 11:08:43 -04:00
|
|
|
<guice.version>4.1.0</guice.version>
|
2015-10-07 11:13:51 -04:00
|
|
|
<jetty.version>9.2.5.v20141112</jetty.version>
|
2015-08-07 20:32:27 -04:00
|
|
|
<jersey.version>1.19</jersey.version>
|
2015-08-26 21:20:08 -04:00
|
|
|
<!-- Watch out for Hadoop compatibility when updating to >= 2.5; see https://github.com/druid-io/druid/pull/1669 -->
|
|
|
|
<jackson.version>2.4.6</jackson.version>
|
2016-01-09 13:45:40 -05:00
|
|
|
<log4j.version>2.5</log4j.version>
|
2015-08-25 16:27:54 -04:00
|
|
|
<slf4j.version>1.7.12</slf4j.version>
|
2016-07-18 18:23:11 -04:00
|
|
|
<!-- If compiling with different hadoop version also modify default hadoop coordinates in TaskConfig.java -->
|
2015-05-04 14:37:07 -04:00
|
|
|
<hadoop.compile.version>2.3.0</hadoop.compile.version>
|
2016-07-26 12:42:56 -04:00
|
|
|
<hive.version>2.0.0</hive.version>
|
2012-10-24 03:39:51 -04:00
|
|
|
</properties>
|
|
|
|
|
|
|
|
<modules>
|
2016-03-24 13:53:31 -04:00
|
|
|
<module>api</module>
|
2013-05-15 20:28:08 -04:00
|
|
|
<module>common</module>
|
|
|
|
<module>examples</module>
|
|
|
|
<module>indexing-hadoop</module>
|
2013-05-15 18:37:04 -04:00
|
|
|
<module>indexing-service</module>
|
2013-11-11 17:04:03 -05:00
|
|
|
<module>processing</module>
|
2013-05-15 20:28:08 -04:00
|
|
|
<module>server</module>
|
2013-05-01 18:37:38 -04:00
|
|
|
<module>services</module>
|
2014-11-06 13:23:24 -05:00
|
|
|
<module>integration-tests</module>
|
2015-05-11 01:02:54 -04:00
|
|
|
<module>benchmarks</module>
|
2015-01-29 16:31:34 -05:00
|
|
|
<module>aws-common</module>
|
2016-10-21 17:57:07 -04:00
|
|
|
<module>java-util</module>
|
2016-11-11 13:51:07 -05:00
|
|
|
<module>bytebuffer-collections</module>
|
2016-02-29 20:43:35 -05:00
|
|
|
<!-- Core extensions -->
|
|
|
|
<module>extensions-core/avro-extensions</module>
|
|
|
|
<module>extensions-core/datasketches</module>
|
|
|
|
<module>extensions-core/hdfs-storage</module>
|
|
|
|
<module>extensions-core/histogram</module>
|
2016-08-04 20:32:58 -04:00
|
|
|
<module>extensions-core/stats</module>
|
2016-02-29 20:43:35 -05:00
|
|
|
<module>extensions-core/kafka-eight</module>
|
|
|
|
<module>extensions-core/kafka-extraction-namespace</module>
|
2016-03-01 19:51:50 -05:00
|
|
|
<module>extensions-core/kafka-indexing-service</module>
|
2016-02-29 20:43:35 -05:00
|
|
|
<module>extensions-core/mysql-metadata-storage</module>
|
|
|
|
<module>extensions-core/postgresql-metadata-storage</module>
|
2016-05-24 13:56:40 -04:00
|
|
|
<module>extensions-core/lookups-cached-global</module>
|
2016-09-16 16:45:54 -04:00
|
|
|
<module>extensions-core/lookups-cached-single</module>
|
2016-02-29 20:43:35 -05:00
|
|
|
<module>extensions-core/s3-extensions</module>
|
|
|
|
<!-- Community extensions -->
|
|
|
|
<module>extensions-contrib/azure-extensions</module>
|
|
|
|
<module>extensions-contrib/cassandra-storage</module>
|
|
|
|
<module>extensions-contrib/druid-rocketmq</module>
|
|
|
|
<module>extensions-contrib/cloudfiles-extensions</module>
|
|
|
|
<module>extensions-contrib/graphite-emitter</module>
|
|
|
|
<module>extensions-contrib/kafka-eight-simpleConsumer</module>
|
|
|
|
<module>extensions-contrib/rabbitmq</module>
|
2016-03-23 23:11:11 -04:00
|
|
|
<module>extensions-contrib/distinctcount</module>
|
2016-03-28 03:51:36 -04:00
|
|
|
<module>extensions-contrib/parquet-extensions</module>
|
2016-06-13 07:28:21 -04:00
|
|
|
<module>extensions-contrib/statsd-emitter</module>
|
2016-07-26 12:42:56 -04:00
|
|
|
<module>extensions-contrib/orc-extensions</module>
|
2016-11-15 02:00:21 -05:00
|
|
|
<module>extensions-contrib/time-min-max</module>
|
2016-11-16 03:36:45 -05:00
|
|
|
<module>extensions-contrib/google-extensions</module>
|
2016-12-05 18:14:35 -05:00
|
|
|
<module>extensions-contrib/virtual-columns</module>
|
2012-10-24 03:39:51 -04:00
|
|
|
</modules>
|
|
|
|
|
2012-10-31 19:10:07 -04:00
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
|
|
|
<!-- Compile Scope -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.metamx</groupId>
|
|
|
|
<artifactId>emitter</artifactId>
|
2016-11-11 18:17:27 -05:00
|
|
|
<version>0.4.0</version>
|
2012-10-31 19:10:07 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.metamx</groupId>
|
|
|
|
<artifactId>http-client</artifactId>
|
2016-09-29 02:18:51 -04:00
|
|
|
<version>1.0.5</version>
|
2012-10-31 19:10:07 -04:00
|
|
|
</dependency>
|
2013-05-03 13:35:26 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.metamx</groupId>
|
|
|
|
<artifactId>bytebuffer-collections</artifactId>
|
2016-06-13 11:41:20 -04:00
|
|
|
<version>0.2.5</version>
|
2013-05-03 13:35:26 -04:00
|
|
|
</dependency>
|
2012-10-31 19:10:07 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.metamx</groupId>
|
|
|
|
<artifactId>server-metrics</artifactId>
|
2015-10-23 10:56:22 -04:00
|
|
|
<version>0.2.8</version>
|
2012-10-31 19:10:07 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-codec</groupId>
|
|
|
|
<artifactId>commons-codec</artifactId>
|
2013-01-09 17:51:35 -05:00
|
|
|
<version>1.7</version>
|
2012-10-31 19:10:07 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-httpclient</groupId>
|
|
|
|
<artifactId>commons-httpclient</artifactId>
|
|
|
|
<version>3.1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
2016-01-09 00:39:50 -05:00
|
|
|
<version>2.4</version>
|
2012-10-31 19:10:07 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
|
<version>1.1.1</version>
|
|
|
|
</dependency>
|
2013-03-15 14:48:55 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-lang</groupId>
|
|
|
|
<artifactId>commons-lang</artifactId>
|
|
|
|
<version>2.6</version>
|
|
|
|
</dependency>
|
2013-08-23 15:11:34 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.amazonaws</groupId>
|
|
|
|
<artifactId>aws-java-sdk</artifactId>
|
2015-10-01 16:09:56 -04:00
|
|
|
<version>1.10.21</version>
|
2013-08-23 15:11:34 -04:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>javax.mail</groupId>
|
|
|
|
<artifactId>mail</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
2014-12-08 18:29:06 -05:00
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-databind</artifactId>
|
2013-08-23 15:11:34 -04:00
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
2014-12-08 18:29:06 -05:00
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-annotations</artifactId>
|
2013-08-23 15:11:34 -04:00
|
|
|
</exclusion>
|
2014-01-14 20:34:02 -05:00
|
|
|
<exclusion>
|
|
|
|
<groupId>commons-codec</groupId>
|
|
|
|
<artifactId>commons-codec</artifactId>
|
|
|
|
</exclusion>
|
2013-08-23 15:11:34 -04:00
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
2012-10-31 19:10:07 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.ning</groupId>
|
|
|
|
<artifactId>compress-lzf</artifactId>
|
2015-01-02 14:37:03 -05:00
|
|
|
<version>1.0.3</version>
|
2012-10-31 19:10:07 -04:00
|
|
|
</dependency>
|
2013-07-29 18:14:20 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>io.airlift</groupId>
|
|
|
|
<artifactId>airline</artifactId>
|
2015-08-25 18:30:12 -04:00
|
|
|
<version>0.7</version>
|
2013-07-29 18:14:20 -04:00
|
|
|
</dependency>
|
2012-10-31 19:10:07 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.skife.config</groupId>
|
|
|
|
<artifactId>config-magic</artifactId>
|
|
|
|
<version>0.9</version>
|
2016-02-26 15:17:01 -05:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2016-06-13 07:28:21 -04:00
|
|
|
</dependency>
|
2016-04-20 01:06:07 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.zookeeper</groupId>
|
|
|
|
<artifactId>zookeeper</artifactId>
|
2016-09-16 12:16:14 -04:00
|
|
|
<version>3.4.9</version>
|
2016-06-03 14:39:23 -04:00
|
|
|
<exclusions>
|
2016-06-13 07:28:21 -04:00
|
|
|
<exclusion>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-log4j12</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>log4j</groupId>
|
|
|
|
<artifactId>log4j</artifactId>
|
|
|
|
</exclusion>
|
2016-06-03 14:39:23 -04:00
|
|
|
</exclusions>
|
2012-10-31 19:10:07 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2013-04-24 18:29:24 -04:00
|
|
|
<groupId>org.apache.curator</groupId>
|
2012-10-31 19:10:07 -04:00
|
|
|
<artifactId>curator-client</artifactId>
|
2013-05-15 20:28:08 -04:00
|
|
|
<version>${apache.curator.version}</version>
|
2012-10-31 19:10:07 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2013-04-24 18:29:24 -04:00
|
|
|
<groupId>org.apache.curator</groupId>
|
2012-10-31 19:10:07 -04:00
|
|
|
<artifactId>curator-framework</artifactId>
|
2013-05-15 20:28:08 -04:00
|
|
|
<version>${apache.curator.version}</version>
|
2014-04-21 11:56:34 -04:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.jboss.netty</groupId>
|
|
|
|
<artifactId>netty</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2012-10-31 19:10:07 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2013-04-24 18:29:24 -04:00
|
|
|
<groupId>org.apache.curator</groupId>
|
2012-10-31 19:10:07 -04:00
|
|
|
<artifactId>curator-recipes</artifactId>
|
2013-05-15 20:28:08 -04:00
|
|
|
<version>${apache.curator.version}</version>
|
2012-10-31 19:10:07 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2013-04-24 18:29:24 -04:00
|
|
|
<groupId>org.apache.curator</groupId>
|
2012-10-31 19:10:07 -04:00
|
|
|
<artifactId>curator-x-discovery</artifactId>
|
2013-05-15 20:28:08 -04:00
|
|
|
<version>${apache.curator.version}</version>
|
2012-11-07 20:27:23 -05:00
|
|
|
</dependency>
|
2012-10-31 19:10:07 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>guava</artifactId>
|
2016-12-07 18:49:16 -05:00
|
|
|
<version>${guava.version}</version>
|
2012-10-31 19:10:07 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.inject</groupId>
|
|
|
|
<artifactId>guice</artifactId>
|
2016-07-18 11:08:43 -04:00
|
|
|
<version>${guice.version}</version>
|
2012-10-31 19:10:07 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.inject.extensions</groupId>
|
|
|
|
<artifactId>guice-servlet</artifactId>
|
2016-07-18 11:08:43 -04:00
|
|
|
<version>${guice.version}</version>
|
2012-10-31 19:10:07 -04:00
|
|
|
</dependency>
|
2013-07-30 14:58:05 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.inject.extensions</groupId>
|
|
|
|
<artifactId>guice-multibindings</artifactId>
|
2016-07-18 11:08:43 -04:00
|
|
|
<version>${guice.version}</version>
|
2013-07-30 14:58:05 -04:00
|
|
|
</dependency>
|
2012-10-31 19:10:07 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.ibm.icu</groupId>
|
|
|
|
<artifactId>icu4j</artifactId>
|
|
|
|
<version>4.8.1</version>
|
|
|
|
</dependency>
|
2015-02-19 12:47:11 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.mozilla</groupId>
|
|
|
|
<artifactId>rhino</artifactId>
|
|
|
|
<version>1.7R5</version>
|
|
|
|
</dependency>
|
2012-10-31 19:10:07 -04:00
|
|
|
<dependency>
|
2013-05-15 18:37:04 -04:00
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-annotations</artifactId>
|
2014-12-03 12:44:19 -05:00
|
|
|
<version>${jackson.version}</version>
|
2012-10-31 19:10:07 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2013-05-15 18:37:04 -04:00
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-core</artifactId>
|
2014-12-03 12:44:19 -05:00
|
|
|
<version>${jackson.version}</version>
|
2012-10-31 19:10:07 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2013-05-15 18:37:04 -04:00
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-databind</artifactId>
|
2014-12-03 12:44:19 -05:00
|
|
|
<version>${jackson.version}</version>
|
2012-10-31 19:10:07 -04:00
|
|
|
</dependency>
|
2013-02-25 20:05:01 -05:00
|
|
|
<dependency>
|
2013-05-15 18:37:04 -04:00
|
|
|
<groupId>com.fasterxml.jackson.datatype</groupId>
|
|
|
|
<artifactId>jackson-datatype-guava</artifactId>
|
2014-12-03 12:44:19 -05:00
|
|
|
<version>${jackson.version}</version>
|
2013-02-25 20:05:01 -05:00
|
|
|
</dependency>
|
2012-10-31 19:10:07 -04:00
|
|
|
<dependency>
|
2013-02-12 21:58:12 -05:00
|
|
|
<groupId>com.fasterxml.jackson.datatype</groupId>
|
|
|
|
<artifactId>jackson-datatype-joda</artifactId>
|
2014-12-03 12:44:19 -05:00
|
|
|
<version>${jackson.version}</version>
|
2013-02-12 21:58:12 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.dataformat</groupId>
|
|
|
|
<artifactId>jackson-dataformat-smile</artifactId>
|
2014-12-03 12:44:19 -05:00
|
|
|
<version>${jackson.version}</version>
|
2013-02-12 21:58:12 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.jaxrs</groupId>
|
|
|
|
<artifactId>jackson-jaxrs-json-provider</artifactId>
|
2014-12-03 12:44:19 -05:00
|
|
|
<version>${jackson.version}</version>
|
2012-10-31 19:10:07 -04:00
|
|
|
</dependency>
|
2014-10-07 17:19:59 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.jaxrs</groupId>
|
|
|
|
<artifactId>jackson-jaxrs-smile-provider</artifactId>
|
2014-12-03 12:44:19 -05:00
|
|
|
<version>${jackson.version}</version>
|
2013-05-14 12:25:57 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.hibernate</groupId>
|
|
|
|
<artifactId>hibernate-validator</artifactId>
|
2015-02-02 21:16:56 -05:00
|
|
|
<version>5.1.3.Final</version>
|
2013-05-14 12:25:57 -04:00
|
|
|
</dependency>
|
2013-06-17 13:53:50 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>javax.validation</groupId>
|
|
|
|
<artifactId>validation-api</artifactId>
|
|
|
|
<version>1.1.0.Final</version>
|
|
|
|
</dependency>
|
2012-10-31 19:10:07 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>javax.inject</groupId>
|
|
|
|
<artifactId>javax.inject</artifactId>
|
|
|
|
<version>1</version>
|
|
|
|
</dependency>
|
2015-02-02 21:16:56 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>javax.el</groupId>
|
|
|
|
<artifactId>javax.el-api</artifactId>
|
|
|
|
<version>3.0.0</version>
|
|
|
|
</dependency>
|
2014-06-06 17:19:55 -04:00
|
|
|
<dependency>
|
2014-07-28 19:32:15 -04:00
|
|
|
<groupId>org.glassfish</groupId>
|
|
|
|
<artifactId>javax.el</artifactId>
|
|
|
|
<version>3.0.0</version>
|
2014-06-06 17:19:55 -04:00
|
|
|
</dependency>
|
2012-10-31 19:10:07 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.jdbi</groupId>
|
|
|
|
<artifactId>jdbi</artifactId>
|
2015-08-25 18:12:34 -04:00
|
|
|
<version>2.63.1</version>
|
2012-10-31 19:10:07 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.sun.jersey</groupId>
|
|
|
|
<artifactId>jersey-core</artifactId>
|
2015-08-07 20:32:27 -04:00
|
|
|
<version>${jersey.version}</version>
|
2012-10-31 19:10:07 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.sun.jersey.contribs</groupId>
|
|
|
|
<artifactId>jersey-guice</artifactId>
|
2015-08-07 20:32:27 -04:00
|
|
|
<version>${jersey.version}</version>
|
2013-12-30 18:26:46 -05:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.google.inject</groupId>
|
|
|
|
<artifactId>guice</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.google.inject.extensions</groupId>
|
|
|
|
<artifactId>guice-servlet</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2012-10-31 19:10:07 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.sun.jersey</groupId>
|
|
|
|
<artifactId>jersey-server</artifactId>
|
2015-08-07 20:32:27 -04:00
|
|
|
<version>${jersey.version}</version>
|
2012-10-31 19:10:07 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2013-06-17 13:53:50 -04:00
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-server</artifactId>
|
2014-11-26 15:24:40 -05:00
|
|
|
<version>${jetty.version}</version>
|
2012-10-31 19:10:07 -04:00
|
|
|
</dependency>
|
2013-05-22 20:16:56 -04:00
|
|
|
<dependency>
|
2013-06-17 13:53:50 -04:00
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-servlet</artifactId>
|
2014-11-26 15:24:40 -05:00
|
|
|
<version>${jetty.version}</version>
|
2013-06-17 13:53:50 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-servlets</artifactId>
|
2014-11-26 15:24:40 -05:00
|
|
|
<version>${jetty.version}</version>
|
2014-07-28 19:32:15 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-proxy</artifactId>
|
2014-11-26 15:24:40 -05:00
|
|
|
<version>${jetty.version}</version>
|
2013-05-22 20:16:56 -04:00
|
|
|
</dependency>
|
2012-10-31 19:10:07 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>joda-time</groupId>
|
|
|
|
<artifactId>joda-time</artifactId>
|
2015-08-25 18:13:48 -04:00
|
|
|
<version>2.8.2</version>
|
2012-10-31 19:10:07 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.code.findbugs</groupId>
|
|
|
|
<artifactId>jsr305</artifactId>
|
|
|
|
<version>2.0.1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2014-12-18 15:54:58 -05:00
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
<artifactId>log4j-api</artifactId>
|
|
|
|
<version>${log4j.version}</version>
|
2012-10-31 19:10:07 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2014-12-18 15:54:58 -05:00
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
<artifactId>log4j-core</artifactId>
|
|
|
|
<version>${log4j.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
<artifactId>log4j-slf4j-impl</artifactId>
|
|
|
|
<version>${log4j.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
<artifactId>log4j-1.2-api</artifactId>
|
|
|
|
<version>${log4j.version}</version>
|
|
|
|
</dependency>
|
2015-02-19 13:29:54 -05:00
|
|
|
<dependency>
|
2016-02-29 20:43:35 -05:00
|
|
|
<!-- This is not slf4j's version because of performance concerns
|
|
|
|
http://www.slf4j.org/api/org/slf4j/bridge/SLF4JBridgeHandler.html
|
|
|
|
Please make sure to do performance tests before switching this to slf4j
|
|
|
|
Users wishing to use slf4j's solution are encouraged to also use
|
|
|
|
Logback
|
|
|
|
More info at
|
|
|
|
http://logback.qos.ch/manual/configuration.html#LevelChangePropagator
|
|
|
|
http://www.slf4j.org/legacy.html#jul-to-slf4j
|
|
|
|
-->
|
2015-02-19 13:29:54 -05:00
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
<artifactId>log4j-jul</artifactId>
|
|
|
|
<version>${log4j.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>jcl-over-slf4j</artifactId>
|
|
|
|
<version>${slf4j.version}</version>
|
|
|
|
</dependency>
|
2014-12-18 15:54:58 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.lmax</groupId>
|
|
|
|
<artifactId>disruptor</artifactId>
|
|
|
|
<version>3.3.0</version>
|
2012-10-31 19:10:07 -04:00
|
|
|
</dependency>
|
2012-12-06 18:54:40 -05:00
|
|
|
<dependency>
|
2014-11-26 09:03:52 -05:00
|
|
|
<groupId>net.spy</groupId>
|
2012-12-06 18:54:40 -05:00
|
|
|
<artifactId>spymemcached</artifactId>
|
2015-06-19 15:35:36 -04:00
|
|
|
<version>2.11.7</version>
|
2012-12-06 18:54:40 -05:00
|
|
|
</dependency>
|
2013-02-25 12:26:52 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.antlr</groupId>
|
|
|
|
<artifactId>antlr4-runtime</artifactId>
|
2015-12-16 02:03:10 -05:00
|
|
|
<version>4.5.1</version>
|
2013-02-25 12:26:52 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.antlr</groupId>
|
2013-10-03 19:36:48 -04:00
|
|
|
<artifactId>antlr4-coordinator</artifactId>
|
2015-12-16 02:03:10 -05:00
|
|
|
<version>4.5.1</version>
|
2013-02-25 12:26:52 -05:00
|
|
|
</dependency>
|
2013-03-05 14:47:57 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-cli</groupId>
|
|
|
|
<artifactId>commons-cli</artifactId>
|
|
|
|
<version>1.2</version>
|
|
|
|
</dependency>
|
2014-10-29 20:30:41 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-dbcp2</artifactId>
|
|
|
|
<version>2.0.1</version>
|
|
|
|
</dependency>
|
2013-05-28 17:50:26 -04:00
|
|
|
<dependency>
|
2013-06-05 15:51:29 -04:00
|
|
|
<groupId>net.jpountz.lz4</groupId>
|
|
|
|
<artifactId>lz4</artifactId>
|
2014-12-03 02:49:34 -05:00
|
|
|
<version>1.3.0</version>
|
2013-05-28 17:50:26 -04:00
|
|
|
</dependency>
|
2013-08-01 11:27:33 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.protobuf</groupId>
|
|
|
|
<artifactId>protobuf-java</artifactId>
|
2014-03-26 02:13:31 -04:00
|
|
|
<version>2.5.0</version>
|
2013-08-01 11:27:33 -04:00
|
|
|
</dependency>
|
2013-08-28 16:50:59 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>io.tesla.aether</groupId>
|
|
|
|
<artifactId>tesla-aether</artifactId>
|
2013-10-30 21:19:59 -04:00
|
|
|
<version>0.0.5</version>
|
2016-02-26 15:17:01 -05:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2013-08-28 16:50:59 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.aether</groupId>
|
|
|
|
<artifactId>aether-api</artifactId>
|
|
|
|
<version>0.9.0.M2</version>
|
|
|
|
</dependency>
|
2013-11-13 13:31:19 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.java.dev.jets3t</groupId>
|
|
|
|
<artifactId>jets3t</artifactId>
|
2015-08-25 15:48:25 -04:00
|
|
|
<version>0.9.4</version>
|
2016-02-26 15:17:01 -05:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>commons-codec</groupId>
|
|
|
|
<artifactId>commons-codec</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
|
<artifactId>httpclient</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
|
<artifactId>httpcore</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.codehaus.jackson</groupId>
|
|
|
|
<artifactId>jackson-core-asl</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.codehaus.jackson</groupId>
|
|
|
|
<artifactId>jackson-mapper-asl</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2013-11-13 13:31:19 -05:00
|
|
|
</dependency>
|
2015-10-01 16:09:56 -04:00
|
|
|
<!-- The htttpcomponents artifacts have non-matching release cadence -->
|
2013-11-13 14:31:54 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
|
<artifactId>httpclient</artifactId>
|
2015-10-01 16:09:56 -04:00
|
|
|
<version>4.5.1</version>
|
2013-11-13 14:31:54 -05:00
|
|
|
</dependency>
|
2013-11-13 16:06:34 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
|
<artifactId>httpcore</artifactId>
|
2015-10-01 16:09:56 -04:00
|
|
|
<version>4.4.3</version>
|
2013-11-13 16:06:34 -05:00
|
|
|
</dependency>
|
2013-10-09 16:15:41 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
2014-03-26 02:13:31 -04:00
|
|
|
<artifactId>hadoop-client</artifactId>
|
2015-05-04 14:37:07 -04:00
|
|
|
<version>${hadoop.compile.version}</version>
|
2013-10-09 16:15:41 -04:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2014-09-09 06:29:33 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.mapdb</groupId>
|
|
|
|
<artifactId>mapdb</artifactId>
|
2015-08-25 15:51:28 -04:00
|
|
|
<version>1.0.8</version>
|
2014-09-09 06:29:33 -04:00
|
|
|
</dependency>
|
2014-11-12 00:01:11 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.derby</groupId>
|
|
|
|
<artifactId>derbynet</artifactId>
|
|
|
|
<version>10.11.1.1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.derby</groupId>
|
|
|
|
<artifactId>derbyclient</artifactId>
|
|
|
|
<version>10.11.1.1</version>
|
|
|
|
</dependency>
|
2016-05-17 12:56:00 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-math3</artifactId>
|
|
|
|
<version>3.6.1</version>
|
|
|
|
</dependency>
|
2016-10-13 11:28:46 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>it.unimi.dsi</groupId>
|
|
|
|
<artifactId>fastutil</artifactId>
|
|
|
|
<version>7.0.13</version>
|
|
|
|
</dependency>
|
2012-10-31 19:10:07 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.easymock</groupId>
|
|
|
|
<artifactId>easymock</artifactId>
|
2014-12-01 16:35:38 -05:00
|
|
|
<version>3.3</version>
|
2012-10-31 19:10:07 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
2013-12-27 19:13:38 -05:00
|
|
|
<version>4.11</version>
|
2012-10-31 19:10:07 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2016-03-24 13:53:31 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-simple</artifactId>
|
|
|
|
<version>${slf4j.version}</version>
|
|
|
|
</dependency>
|
2014-11-07 14:08:23 -05:00
|
|
|
<dependency>
|
2015-02-02 21:16:56 -05:00
|
|
|
<groupId>com.carrotsearch</groupId>
|
|
|
|
<artifactId>junit-benchmarks</artifactId>
|
|
|
|
<version>0.7.2</version>
|
|
|
|
<scope>test</scope>
|
2014-11-07 14:08:23 -05:00
|
|
|
</dependency>
|
2012-12-04 19:29:51 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.caliper</groupId>
|
|
|
|
<artifactId>caliper</artifactId>
|
|
|
|
<version>0.5-rc1</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2013-04-22 21:04:28 -04:00
|
|
|
<dependency>
|
2013-04-24 18:29:24 -04:00
|
|
|
<groupId>org.apache.curator</groupId>
|
2013-04-22 21:04:28 -04:00
|
|
|
<artifactId>curator-test</artifactId>
|
2013-05-15 20:28:08 -04:00
|
|
|
<version>${apache.curator.version}</version>
|
2014-05-01 17:57:41 -04:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.jboss.netty</groupId>
|
|
|
|
<artifactId>netty</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2013-04-22 21:04:28 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2013-08-13 21:35:07 -04:00
|
|
|
<dependency>
|
2013-11-11 19:13:32 -05:00
|
|
|
<groupId>com.ircclouds.irc</groupId>
|
|
|
|
<artifactId>irc-api</artifactId>
|
2015-08-25 16:28:49 -04:00
|
|
|
<version>1.0-0014</version>
|
2016-02-26 15:17:01 -05:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2013-11-11 19:13:32 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.maxmind.geoip2</groupId>
|
|
|
|
<artifactId>geoip2</artifactId>
|
2016-03-25 17:24:58 -04:00
|
|
|
<version>0.4.0</version>
|
2013-11-11 19:13:32 -05:00
|
|
|
<exclusions>
|
2016-03-25 17:24:58 -04:00
|
|
|
<exclusion>
|
|
|
|
<groupId>com.google.http-client</groupId>
|
|
|
|
<artifactId>google-http-client</artifactId>
|
|
|
|
</exclusion>
|
2013-11-11 19:13:32 -05:00
|
|
|
<exclusion>
|
2016-11-16 03:36:45 -05:00
|
|
|
<groupId>com.google.http-client</groupId>
|
|
|
|
<artifactId>google-http-client-jackson2</artifactId>
|
2013-11-11 19:13:32 -05:00
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
2016-11-16 03:36:45 -05:00
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-databind</artifactId>
|
2013-11-11 19:13:32 -05:00
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2013-08-14 17:31:55 -04:00
|
|
|
</dependency>
|
2014-11-06 13:23:24 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.testng</groupId>
|
|
|
|
<artifactId>testng</artifactId>
|
|
|
|
<version>6.8.7</version>
|
|
|
|
</dependency>
|
2015-02-22 11:58:35 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.hamcrest</groupId>
|
|
|
|
<artifactId>hamcrest-all</artifactId>
|
|
|
|
<version>1.3</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2016-01-21 14:54:37 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>pl.pragmatists</groupId>
|
|
|
|
<artifactId>JUnitParams</artifactId>
|
|
|
|
<version>1.0.4</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2016-12-07 18:49:16 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>guava-testlib</artifactId>
|
|
|
|
<version>${guava.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2012-10-31 19:10:07 -04:00
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
2015-02-03 19:48:00 -05:00
|
|
|
|
2012-10-24 03:39:51 -04:00
|
|
|
<build>
|
2015-03-09 16:44:54 -04:00
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>cobertura-maven-plugin</artifactId>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.eluder.coveralls</groupId>
|
|
|
|
<artifactId>coveralls-maven-plugin</artifactId>
|
2015-10-14 13:25:23 -04:00
|
|
|
<version>4.0.0</version>
|
2015-03-09 16:44:54 -04:00
|
|
|
</plugin>
|
2016-10-13 16:37:47 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
|
|
|
<version>2.17</version>
|
|
|
|
<configuration>
|
|
|
|
<sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
|
|
|
|
<includeTestSourceDirectory>true</includeTestSourceDirectory>
|
|
|
|
<configLocation>codestyle/checkstyle.xml</configLocation>
|
|
|
|
<suppressionsLocation>codestyle/checkstyle-suppressions.xml</suppressionsLocation>
|
|
|
|
<suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression>
|
|
|
|
<encoding>UTF-8</encoding>
|
|
|
|
<consoleOutput>true</consoleOutput>
|
|
|
|
<failsOnError>true</failsOnError>
|
|
|
|
</configuration>
|
2016-11-05 14:34:36 -04:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.puppycrawl.tools</groupId>
|
|
|
|
<artifactId>checkstyle</artifactId>
|
|
|
|
<version>6.19</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2016-10-13 16:37:47 -04:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>validate</id>
|
|
|
|
<phase>validate</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>check</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2015-03-09 16:44:54 -04:00
|
|
|
</plugins>
|
2012-10-31 15:58:16 -04:00
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
2015-02-03 19:48:00 -05:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<!-- locale settings must be set on the command line before startup -->
|
2015-04-08 15:44:49 -04:00
|
|
|
<!-- set heap size to work around https://github.com/travis-ci/travis-ci/issues/3396 -->
|
2016-02-29 20:43:35 -05:00
|
|
|
<argLine>-Xmx1024m -Duser.language=en -Duser.country=US -Dfile.encoding=UTF-8
|
|
|
|
-Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager
|
|
|
|
</argLine>
|
2015-03-11 20:56:14 -04:00
|
|
|
<!-- our tests are very verbose, let's keep the volume down -->
|
|
|
|
<redirectTestOutputToFile>true</redirectTestOutputToFile>
|
2015-02-03 19:48:00 -05:00
|
|
|
</configuration>
|
2012-10-31 15:58:16 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
2015-02-03 19:48:00 -05:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
2012-10-31 15:58:16 -04:00
|
|
|
<configuration>
|
2015-02-03 19:48:00 -05:00
|
|
|
<autoVersionSubmodules>true</autoVersionSubmodules>
|
2012-10-31 15:58:16 -04:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
2015-02-03 19:48:00 -05:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-clean-plugin</artifactId>
|
|
|
|
<version>2.5</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2012-10-31 15:58:16 -04:00
|
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
2013-11-07 19:33:34 -05:00
|
|
|
<version>2.8</version>
|
2012-10-31 15:58:16 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
2015-02-03 19:48:00 -05:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2012-10-31 15:58:16 -04:00
|
|
|
<artifactId>maven-deploy-plugin</artifactId>
|
|
|
|
<version>2.7</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
2015-02-03 19:48:00 -05:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2012-10-31 15:58:16 -04:00
|
|
|
<artifactId>maven-help-plugin</artifactId>
|
|
|
|
<version>2.1.1</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
2015-02-03 19:48:00 -05:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2012-10-31 15:58:16 -04:00
|
|
|
<artifactId>maven-install-plugin</artifactId>
|
|
|
|
<version>2.3.1</version>
|
2016-02-18 16:39:13 -05:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>install</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
2012-10-31 15:58:16 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
2015-02-03 19:48:00 -05:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2012-10-31 15:58:16 -04:00
|
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
|
|
<version>2.5</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
2015-02-03 19:48:00 -05:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2012-10-31 15:58:16 -04:00
|
|
|
<artifactId>maven-shade-plugin</artifactId>
|
2015-02-03 19:48:00 -05:00
|
|
|
<version>2.2</version>
|
2012-10-31 15:58:16 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
2015-02-03 19:48:00 -05:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2012-10-31 15:58:16 -04:00
|
|
|
<artifactId>maven-site-plugin</artifactId>
|
|
|
|
<version>3.1</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.scala-tools</groupId>
|
|
|
|
<artifactId>maven-scala-plugin</artifactId>
|
|
|
|
<version>2.15.2</version>
|
|
|
|
</plugin>
|
2013-02-25 12:26:52 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.antlr</groupId>
|
|
|
|
<artifactId>antlr4-maven-plugin</artifactId>
|
2015-12-16 02:03:10 -05:00
|
|
|
<version>4.5.1</version>
|
2013-02-25 12:26:52 -05:00
|
|
|
</plugin>
|
2013-05-01 18:31:29 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
2015-08-18 14:28:30 -04:00
|
|
|
<version>2.5.5</version>
|
2013-05-01 18:31:29 -04:00
|
|
|
</plugin>
|
2014-03-17 16:52:22 -04:00
|
|
|
<plugin>
|
2015-02-03 19:48:00 -05:00
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>license-maven-plugin</artifactId>
|
|
|
|
<version>1.8</version>
|
2015-01-05 16:27:29 -05:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
2015-02-03 19:48:00 -05:00
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>exec-maven-plugin</artifactId>
|
|
|
|
<version>1.2.1</version>
|
2015-01-05 16:27:29 -05:00
|
|
|
</plugin>
|
2015-12-03 17:06:22 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<!-- jdk8 started linting javadocs by default; ours are not fully compliant -->
|
|
|
|
<additionalparam>-Xdoclint:none</additionalparam>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2015-03-09 16:44:54 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>cobertura-maven-plugin</artifactId>
|
|
|
|
<version>2.7</version>
|
|
|
|
<configuration>
|
|
|
|
<instrumentation>
|
|
|
|
<ignores>
|
|
|
|
<ignore>io.druid.sql.antlr4.*</ignore>
|
|
|
|
</ignores>
|
|
|
|
<excludes>
|
|
|
|
<exclude>io/druid/sql/antlr4/**/*.class</exclude>
|
|
|
|
</excludes>
|
|
|
|
</instrumentation>
|
|
|
|
<format>xml</format>
|
|
|
|
<!-- aggregated reports for multi-module projects -->
|
|
|
|
<aggregate>true</aggregate>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2012-10-31 15:58:16 -04:00
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
2012-10-24 03:39:51 -04:00
|
|
|
</build>
|
|
|
|
|
2015-04-08 17:11:44 -04:00
|
|
|
<profiles>
|
|
|
|
<profile>
|
|
|
|
<id>strict</id>
|
|
|
|
<build>
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<compilerId>javac-with-errorprone</compilerId>
|
|
|
|
<forceJavacCompilerUse>true</forceJavacCompilerUse>
|
|
|
|
</configuration>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-compiler-javac-errorprone</artifactId>
|
|
|
|
<version>2.5</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2016-07-06 18:42:54 -04:00
|
|
|
<profile>
|
|
|
|
<id>java8</id>
|
|
|
|
<activation>
|
|
|
|
<jdk>1.8</jdk>
|
|
|
|
</activation>
|
|
|
|
<modules>
|
|
|
|
<module>extensions-core/caffeine-cache</module>
|
|
|
|
<!-- distribution packaging -->
|
|
|
|
<module>distribution</module>
|
|
|
|
</modules>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>java7</id>
|
|
|
|
<activation>
|
|
|
|
<jdk>1.7</jdk>
|
|
|
|
</activation>
|
|
|
|
<modules>
|
|
|
|
<!-- distribution packaging -->
|
|
|
|
<module>distribution</module>
|
|
|
|
</modules>
|
|
|
|
</profile>
|
2015-04-08 17:11:44 -04:00
|
|
|
</profiles>
|
2012-10-24 03:39:51 -04:00
|
|
|
</project>
|