Forum Discussion
redfish4ktc2
12 years agoSuper Contributor
Hi, thanks for the feedback
Using the reflections workaround as a side effects on the version of the guava dependency.
User should also use the following additionnally to the reflections dependency
Using the reflections workaround as a side effects on the version of the guava dependency.
User should also use the following additionnally to the reflections dependency
<!-- use the same version as in SoapUI -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>14.0</version>
</dependency>