diff --git a/eventmesh-dashboard-common/pom.xml b/eventmesh-dashboard-common/pom.xml index bb686e9a..6fc3e3bf 100644 --- a/eventmesh-dashboard-common/pom.xml +++ b/eventmesh-dashboard-common/pom.xml @@ -19,7 +19,7 @@ - + org.springframework.boot spring-boot-starter-web @@ -30,7 +30,7 @@ test - + org.projectlombok lombok @@ -49,14 +49,6 @@ fastjson2 2.0.40 - - - - org.mockito - mockito-core - 5.5.0 - test - \ No newline at end of file diff --git a/eventmesh-dashboard-console/pom.xml b/eventmesh-dashboard-console/pom.xml index d059fcb4..0ffc18d9 100644 --- a/eventmesh-dashboard-console/pom.xml +++ b/eventmesh-dashboard-console/pom.xml @@ -90,6 +90,12 @@ + + + org.springframework.boot + spring-boot-starter-test + test +