You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by fr...@apache.org on 2022/04/19 02:25:23 UTC

[druid] branch master updated: Remove h2 database from dependency (#12447)

This is an automated email from the ASF dual-hosted git repository.

frankchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 2677d279e2 Remove h2 database from dependency (#12447)
2677d279e2 is described below

commit 2677d279e2df3e3cdbe68007bfe2cf89820e09db
Author: Frank Chen <fr...@outlook.com>
AuthorDate: Tue Apr 19 10:25:17 2022 +0800

    Remove h2 database from dependency (#12447)
---
 processing/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/processing/pom.xml b/processing/pom.xml
index 68abf2018d..b649004197 100644
--- a/processing/pom.xml
+++ b/processing/pom.xml
@@ -218,12 +218,6 @@
             <artifactId>JUnitParams</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>com.h2database</groupId>
-            <artifactId>h2</artifactId>
-            <version>1.4.182</version>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava-testlib</artifactId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org