Skip to content

Commit 3c85cf2

Browse files
committed
add dependency for jdk9
1 parent 46edd98 commit 3c85cf2

File tree

1 file changed

+5
-1
lines changed
  • dubbo-rpc/dubbo-rpc-webservice

1 file changed

+5
-1
lines changed

dubbo-rpc/dubbo-rpc-webservice/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@
6060
<artifactId>javax.activation-api</artifactId>
6161
<version>1.2.0</version>
6262
</dependency>
63+
<dependency>
64+
<groupId>com.sun.activation</groupId>
65+
<artifactId>javax.activation</artifactId>
66+
<version>1.2.0</version>
67+
</dependency>
6368
<dependency>
6469
<groupId>org.apache.cxf</groupId>
6570
<artifactId>cxf-rt-frontend-simple</artifactId>
@@ -74,5 +79,4 @@
7479
</dependency>
7580
</dependencies>
7681

77-
7882
</project>

0 commit comments

Comments
 (0)