Skip to content

Commit 667a148

Browse files
committed
stack-client
1 parent 2da0e40 commit 667a148

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

iotdb-core/datanode/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,10 @@
191191
<groupId>org.eclipse.milo</groupId>
192192
<artifactId>stack-server</artifactId>
193193
</dependency>
194+
<dependency>
195+
<groupId>org.eclipse.milo</groupId>
196+
<artifactId>stack-client</artifactId>
197+
</dependency>
194198
<dependency>
195199
<groupId>org.eclipse.milo</groupId>
196200
<artifactId>sdk-client</artifactId>

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,11 @@
409409
<artifactId>stack-server</artifactId>
410410
<version>${milo.version}</version>
411411
</dependency>
412+
<dependency>
413+
<groupId>org.eclipse.milo</groupId>
414+
<artifactId>stack-client</artifactId>
415+
<version>${milo.version}</version>
416+
</dependency>
412417
<dependency>
413418
<groupId>org.eclipse.milo</groupId>
414419
<artifactId>sdk-client</artifactId>

0 commit comments

Comments
 (0)