Skip to content

Commit

Permalink
resolve error
Browse files Browse the repository at this point in the history
  • Loading branch information
“zzxxiansheng committed Apr 16, 2024
1 parent e6756d9 commit 5bf506d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions eventmesh-dashboard-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,19 @@
<version>0.1.7</version>
</dependency>

<!-- Unit Test -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<scope>test</scope>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit 5bf506d

Please sign in to comment.