Skip to content

Commit

Permalink
move todo to common sdk dependencies & fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
scwlkq committed Mar 23, 2024
1 parent 43394f9 commit 87f0fec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions eventmesh-dashboard-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
<artifactId>fastjson2</artifactId>
<version>2.0.40</version>
</dependency>

<!-- todo These SDKs should be placed in the core module after the console module's usage of these SDKs has been migrated to the core module. -->
<!-- storage redis client -->
<dependency>
<groupId>io.lettuce</groupId>
Expand Down
1 change: 0 additions & 1 deletion eventmesh-dashboard-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
<scope>runtime</scope>
</dependency>

<!-- todo These SDKs should be placed in the core module after the console module's usage of these SDKs has been migrated to the core module. -->
<!-- health check client -->
<!-- EventMesh SDK -->
<!-- <dependency>-->
Expand Down

0 comments on commit 87f0fec

Please sign in to comment.