aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository/pom.xml
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2020-10-15 17:01:23 +0200
committerJon Bratseth <bratseth@gmail.com>2020-10-22 15:06:37 +0200
commitaae6832c3aa905f063a9892ba7f799f0e7404d5a (patch)
tree3bec2e8e24f1f62ce82c42af6f4fdd70dc91c3fa /node-repository/pom.xml
parentb5463a3a35d3d23adead87110b615d7a15f00f6b (diff)
Add QuestDb dependency and run basic test
Diffstat (limited to 'node-repository/pom.xml')
-rw-r--r--node-repository/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/node-repository/pom.xml b/node-repository/pom.xml
index 75bff479f42..beb6821290e 100644
--- a/node-repository/pom.xml
+++ b/node-repository/pom.xml
@@ -86,6 +86,12 @@
<!-- compile -->
<dependency>
+ <groupId>org.questdb</groupId>
+ <artifactId>questdb</artifactId>
+ <version>5.0.3</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>