Skip to content

Commit

Permalink
fix: missing of commons package (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
OutOfEastGate authored Nov 16, 2022
1 parent 43c1196 commit bbe12d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
<jedis.version>3.5.2</jedis.version>
<jcasbin.version>1.7.4</jcasbin.version>
<json.version>1.2.76</json.version>
<commons.version>3.2.2</commons.version>

</properties>

Expand Down Expand Up @@ -198,6 +199,11 @@
<artifactId>fastjson</artifactId>
<version>${json.version}</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>${commons.version}</version>
</dependency>

</dependencies>

Expand Down

0 comments on commit bbe12d2

Please sign in to comment.