We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46edd98 commit 3c85cf2Copy full SHA for 3c85cf2
dubbo-rpc/dubbo-rpc-webservice/pom.xml
@@ -60,6 +60,11 @@
60
<artifactId>javax.activation-api</artifactId>
61
<version>1.2.0</version>
62
</dependency>
63
+ <dependency>
64
+ <groupId>com.sun.activation</groupId>
65
+ <artifactId>javax.activation</artifactId>
66
+ <version>1.2.0</version>
67
+ </dependency>
68
<dependency>
69
<groupId>org.apache.cxf</groupId>
70
<artifactId>cxf-rt-frontend-simple</artifactId>
@@ -74,5 +79,4 @@
74
79
75
80
</dependencies>
76
81
77
-
78
82
</project>
0 commit comments