Forum Discussion

madiharehman's avatar
madiharehman
Occasional Contributor
2 years ago
Solved

Getting error while running SoapUI tests from Maven.

While running SoapUI tests from Maven getting below error that "com/eviware/soapui/maven2/TestMojo has been compiled by a more recent version of the Java Runtime (class file version 53.0) this version of the Java Runtime only recognizes class file versions up to 52.0". What Java version I have to use here?

I am using below in pom.xml

<groupId>com.smartbear.soapui</groupId>
<artifactId>soapui-maven-plugin</artifactId>
<version>5.6.0</version>
  • What version are you using ?

    Can you please try to use JDK 11 and see?

2 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3

    What version are you using ?

    Can you please try to use JDK 11 and see?

  • madiharehman's avatar
    madiharehman
    Occasional Contributor

    I was using JDK 8. Thanks, it resolved the issue with JDK 11.

    Regards,

    Madiha