rka
9 years agoOccasional Contributor
Maven/JUnit: NoClassDefFoundError: com/btr/proxy/selector/whitelist/ProxyBypassListSelector
Hi, to run a soapui project file in a Java JUnit test (for example : SoapUITestCaseRunner runner = new SoapUITestCaseRunner(); ) I need the soapui...jar file and a lot of different 3rd party librar...
- 9 years ago
Hi Rao
Thanks for that hint, but it's not from me.
In the meantime I could find the required dependency entries
<!-- java.lang.NoClassDefFoundError: com/btr/proxy/selector/whitelist/ProxyBypassListSelector -->
<!-- SEE : http://smartbearsoftware.com/repository/maven2/com/btr/proxy-vole/20131209/ -->
<dependency>
<groupId>com.btr</groupId>
<artifactId>proxy-vole</artifactId>
<version>20131209</version>
<scope>test</scope>
</dependency>