Forum Discussion
redfish4ktc2
13 years agoSuper Contributor
hi, as a workaround, you can create an empty sources jar that contains only a README file explaining why you don't have the sources.
You may also have the same issues with other jars that only exist in soapui repository and are provided without any sources.
For example
You may also have the same issues with other jars that only exist in soapui repository and are provided without any sources.
For example
<dependency>
<groupId>xmlbeans</groupId>
<artifactId>xbean</artifactId>
<version>fixed-2.4.0</version>
</dependency>
<dependency>
<groupId>fife</groupId>
<artifactId>rsyntaxtextarea</artifactId>
<version>2.0.1</version>
</dependency>