Forum Discussion

bzzup's avatar
bzzup
Occasional Contributor
9 years ago
Solved

Exception when trying to use ReadyAPI maven plugin

Hi. We are trying to migrate our api tests from soapui to readyapi and there is a problem with ready api maven plugin... all pom files were updated to use ready-api-maven-plugin :  <pluginRepositor...
  • bzzup's avatar
    bzzup
    9 years ago

    Seems to be resolved by SmartBear team. 

    1. Repository should be <id>SmartBearPluginRepository</id> in the POM file.

    2. ReadyAPI plugin dependencies - just 

    <dependency>
    	<groupId>com.oracle</groupId>
    	<artifactId>ojdbc7</artifactId>
    	<version>12.1.0.1</version>
    </dependency>

    Thanks