Soapui 5.7.1 dependency : thoughtworks:xstream:jar:1.4.20
Hello,
I build my Soapui 5.7.1 with maven, in my pom.xlm I added the following dependencies:
<dependency>
<groupId>thoughtworks</groupId>
<artifactId>xstream</artifactId>
<version>1.4.20</version>
</dependency>
But I still get the error "thoughtworks:xstream:jar:1.4.20: absent", (same thins with 'com.thoughtworks.xstream:xstream:jar:1.4.20' .
so I don't understand what is the difference is between 'thoughtworks:xstream:jar' and 'com.thoughtworks.xstream:xstream:jar', because soapui does not recognize 'com.thoughtworks.xstream:xstream:jar'. can you please help me, knowing that 'thoughtworks:xstream:jar;1.4.20' does not exist in https://www.soapui.org/repository/maven2
Thank you