Forum Discussion
SKoneru
13 years agoContributor
@Arian, the original question that was posted is related 4.5.2 artifacts: they are not currently deployed in the maven soapui repository.
With the new release, I don't think there is any news related to new version deployed in soapui maven repo.
@redfish, I did try the suggestion that you posted. I setup dependency as follows and now noticed a different compilation issue "The type com.eviware.soapui.config.TestStepConfig cannot be resolved. It is indirectly referenced from required .class files". So for now, I will flip back to 4.5.2 dependency as I said at the beginning of this thread.
<dependency>
<groupId>eviware</groupId>
<artifactId>soapui</artifactId>
<version>4.5.1</version>
</dependency>
<dependency>
<groupId>eviware</groupId>
<artifactId>ext-xmlbeans</artifactId>
<version>1.2</version>
</dependency>
Thanks
Surya
With the new release, I don't think there is any news related to new version deployed in soapui maven repo.
@redfish, I did try the suggestion that you posted. I setup dependency as follows and now noticed a different compilation issue "The type com.eviware.soapui.config.TestStepConfig cannot be resolved. It is indirectly referenced from required .class files". So for now, I will flip back to 4.5.2 dependency as I said at the beginning of this thread.
<dependency>
<groupId>eviware</groupId>
<artifactId>soapui</artifactId>
<version>4.5.1</version>
</dependency>
<dependency>
<groupId>eviware</groupId>
<artifactId>ext-xmlbeans</artifactId>
<version>1.2</version>
</dependency>
Thanks
Surya