Skip to content

Commit

Permalink
Merge pull request #194 from sunxiaoguang/fix_pep320
Browse files Browse the repository at this point in the history
Add javax.activation dependencies to pom.xml
  • Loading branch information
TommyLemon authored Jan 20, 2021
2 parents 8fd88e0 + 7c31719 commit b658e32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions APIJSONORM/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
<artifactId>fastjson</artifactId>
<version>1.2.74</version>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1.1</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit b658e32

Please sign in to comment.