Forum Discussion

hasanagh's avatar
hasanagh
New Contributor
6 years ago
Solved

A required class was missing while "Cell Constraints"

Hello,

 

I am facing an error with the 5.4.0 version of the SOAPUI maven plugin.

 

The error is:  

"Failed to execute goal com.smartbear.soapui:soapui-maven-plugin:5.4.0:test (default-cli) on project defect-api-inbound: Execution default-cli of goal com.smartbear.soapui:soapui-maven-plugin:5.4.0:test failed: A required class was missing while executing com.smartbear.soapui:soapui-maven-plugin:5.4.0:test: com/jgoodies/forms/layout/CellConstraints"

 

I tried adding this dependency :"

<dependency>
    <groupId>com.jgoodies</groupId>
    <artifactId>forms</artifactId>
    <version>1.0.7</version>
    </dependency> 

 But still the problem wasn't fixed.

 

I also tried to remove the .soapui folder when migrating from one plugin to another.

 

Thank you for your help

1 Reply