summaryrefslogtreecommitdiff
path: root/druid-hdrhistogram/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'druid-hdrhistogram/pom.xml')
-rw-r--r--druid-hdrhistogram/pom.xml21
1 files changed, 18 insertions, 3 deletions
diff --git a/druid-hdrhistogram/pom.xml b/druid-hdrhistogram/pom.xml
index adc85a2..892bc1a 100644
--- a/druid-hdrhistogram/pom.xml
+++ b/druid-hdrhistogram/pom.xml
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.druid.extensions</groupId>
- <artifactId>druid-hdrhistogram_0.18.1</artifactId>
+ <artifactId>druid-hdrhistogram_26.0.0</artifactId>
<name>druid-hdrhistogram</name>
<version>1.0-SNAPSHOT</version>
@@ -14,7 +14,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
- <druid.version>0.18.1</druid.version>
+ <druid.version>26.0.0</druid.version>
</properties>
<dependencies>
@@ -46,6 +46,13 @@
<!-- Tests -->
<dependency>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymock</artifactId>
+ <version>4.3</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
<groupId>org.apache.druid</groupId>
<artifactId>druid-processing</artifactId>
<version>${druid.version}</version>
@@ -54,9 +61,17 @@
</dependency>
<dependency>
<groupId>org.apache.druid</groupId>
- <artifactId>druid-benchmarks</artifactId>
+ <artifactId>druid-server</artifactId>
<version>${druid.version}</version>
<scope>test</scope>
+ <type>test-jar</type>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.druid</groupId>
+ <artifactId>druid-sql</artifactId>
+ <version>${druid.version}</version>
+ <type>test-jar</type>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>