summaryrefslogtreecommitdiff
path: root/groot-bootstrap
diff options
context:
space:
mode:
authorlifengchao <[email protected]>2024-06-06 10:04:09 +0800
committerlifengchao <[email protected]>2024-06-06 10:04:09 +0800
commit4bb2b273c8d91246203300a983b4b2fe4664041e (patch)
tree0b52a6ea277712e14eedd3e31baf5de020ec5425 /groot-bootstrap
parent0f0f3b17b3036cd2f09ea6ff2737e5b6c555b704 (diff)
[feature][connector-mock] GAL-454 支持MockSource
Diffstat (limited to 'groot-bootstrap')
-rw-r--r--groot-bootstrap/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/groot-bootstrap/pom.xml b/groot-bootstrap/pom.xml
index 2a3605e..ab68e08 100644
--- a/groot-bootstrap/pom.xml
+++ b/groot-bootstrap/pom.xml
@@ -59,6 +59,13 @@
<dependency>
<groupId>com.geedgenetworks</groupId>
+ <artifactId>connector-mock</artifactId>
+ <version>${revision}</version>
+ <scope>${scope}</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>com.geedgenetworks</groupId>
<artifactId>format-json</artifactId>
<version>${revision}</version>
<scope>${scope}</scope>