EMC_Support
13 years agoContributor
List of dependencies to integrate soapUI 4.5.0 as JUnit test
Hi,
I listed in my BuildConfig.groovy dependencies entry the following:
test 'eviware:soapui:4.5.0-SNAPSHOT'
test 'eviware:soapui-xmlbeans:4.5.0-SNAPSHOT'
test 'eviware:wsdl-xmlbeans:1.1'
test 'eviware:wadl-xmlbeans:1.1'
test 'eviware:soap-xmlbeans:1.2'
test 'eviware:ext-xmlbeans:1.2'
test 'eviware:j2ee-xmlbeans:1.3'
test 'eviware:policy-xmlbeans:1.5'
test 'org.apache.commons:commons-cli:1.0'
However I get the following error:
Compilation error compiling [integration] tests: java.lang.NoClassDefFoundError: com/eviware/soapui/config/InvalidSecurityScanConfig
Do you have a list of the dependencies needed to integrate soapUI 4.5.0 as a JUnit testcase, purely from maven artifacts ?
I listed in my BuildConfig.groovy dependencies entry the following:
test 'eviware:soapui:4.5.0-SNAPSHOT'
test 'eviware:soapui-xmlbeans:4.5.0-SNAPSHOT'
test 'eviware:wsdl-xmlbeans:1.1'
test 'eviware:wadl-xmlbeans:1.1'
test 'eviware:soap-xmlbeans:1.2'
test 'eviware:ext-xmlbeans:1.2'
test 'eviware:j2ee-xmlbeans:1.3'
test 'eviware:policy-xmlbeans:1.5'
test 'org.apache.commons:commons-cli:1.0'
However I get the following error:
Compilation error compiling [integration] tests: java.lang.NoClassDefFoundError: com/eviware/soapui/config/InvalidSecurityScanConfig
Do you have a list of the dependencies needed to integrate soapUI 4.5.0 as a JUnit testcase, purely from maven artifacts ?