Skip to content

Commit

Permalink
Add javax.activation dependencies to pom.xml
Browse files Browse the repository at this point in the history
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>
sunxiaoguang committed Jan 20, 2021
1 parent 8fd88e0 commit 7c31719
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
@@ -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>

0 comments on commit 7c31719

Please sign in to comment.