Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add javax.activation dependencies to pom.xml
Add javax.activation dependencies to pom.xml so it could be built with
newer version of JDK starting from 11 which removed the deprecated Java
EE and CORBA Modules according to JEP 320

Signed-off-by: Xiaoguang Sun <sunxiaoguang@zhihu.com>
  • Loading branch information
sunxiaoguang committed Jan 20, 2021
commit 7c3171934799022b69bdc9f494b1bf3d142e8665
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