Skip to content

Commit

Permalink
add errormsg
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinKirs committed Dec 5, 2024
1 parent 51e53dc commit 743d019
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fe/fe-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ under the License.
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<!-- https://mvnrepository.com/artifact/com.google.guava/guava -->
<dependency>
<groupId>com.google.guava</groupId>
Expand Down

0 comments on commit 743d019

Please sign in to comment.