SmartBear / readyapi-swagger-plugin

Ready! API Plugin for importing Swagger definitions as REST Services
36 stars 27 forks source link

Unable to find the com.smartbear:soapui-swagger-plugin:jar:2.1 in the maven repository #10

Open jranabahu opened 9 years ago

jranabahu commented 9 years ago

Im using the soapui-swagger-plugin as a dependency for plugin but Im unable to find this in the maven repository.

Failure to find com.smartbear:soapui-swagger-plugin:jar:2.1 in http://www.eviware.com/repository/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of eviware has elapsed or updates are forced -> [Help 1]

Dependency section in pom.xml

<dependency>
   <groupId>com.smartbear</groupId>
   <artifactId>soapui-swagger-plugin</artifactId>
   <version>2.1</version>
</dependency>