Skip to content

Commit

Permalink
gui build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Jun 1, 2022
1 parent 8834196 commit 71f275d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gui/admin-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,14 @@
<groupId>com.github.openjson</groupId>
<artifactId>openjson</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>


<!-- Messaging -->
Expand Down

0 comments on commit 71f275d

Please sign in to comment.