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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]