Skip to content

Commit 7c31719

Browse files
committed
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 <[email protected]>
1 parent 8fd88e0 commit 7c31719

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

APIJSONORM/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
<artifactId>fastjson</artifactId>
2525
<version>1.2.74</version>
2626
</dependency>
27+
<dependency>
28+
<groupId>javax.activation</groupId>
29+
<artifactId>activation</artifactId>
30+
<version>1.1.1</version>
31+
</dependency>
2732
</dependencies>
2833

2934
<build>

0 commit comments

Comments
 (0)