Forum Discussion

AndyO's avatar
AndyO
Occasional Contributor
7 years ago
Solved

soapui-maven-plugin-5.3.0 does not work

I've just tried the latest  soapui-maven-plugin-5.3.0.jar and it didn't work. I wonder if I'm missing out something?   Here is my pom.xml file: <project xmlns="http://maven.apache.org/POM/4.0.0"...
  • AndyO's avatar
    AndyO
    7 years ago

    Deleting previous plugins didn't help.

    What helped though: someone else was having similar problem but with v. 5.2.1: http://frmchandan.blogspot.com.au/2017/03/dependency-error-soapui-521.html

    ...so I added this dependency into pom.xml file:

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

    and that fixed it :smileywink: