diff options
Diffstat (limited to 'druid-hlld/pom.xml')
| -rw-r--r-- | druid-hlld/pom.xml | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/druid-hlld/pom.xml b/druid-hlld/pom.xml index 87cb21a..2360f83 100644 --- a/druid-hlld/pom.xml +++ b/druid-hlld/pom.xml @@ -5,7 +5,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.druid.extensions</groupId> - <artifactId>druid-hlld_0.18.1</artifactId> + <artifactId>druid-hlld_26.0.0</artifactId> <name>druid-hlld</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> @@ -33,6 +33,14 @@ </dependency> <!-- 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> @@ -42,8 +50,16 @@ </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> |
