错误信息如下:
Description Resource Path Location Type
Missingartifact javax.transaction:jta:jar:1.0.1B pom.xml /ProjectWebserviceClient line2 Maven Dependency Problem
解决方案:
在pom.xml添加如下依赖
<dependency>
<groupId>javax.transaction</groupId>
错误信息如下:
Description Resource Path Location Type
Missingartifact javax.transaction:jta:jar:1.0.1B pom.xml /ProjectWebserviceClient line2 Maven Dependency Problem
解决方案:
在pom.xml添加如下依赖
<dependency>
<groupId>javax.transaction</groupId>