Skip to content

Commit

Permalink
➕ Adding a dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
xkcoding committed Oct 21, 2018
1 parent 8b21014 commit bb1d2f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spring-boot-demo-upload/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit bb1d2f2

Please sign in to comment.