I have two dependent files, in one dependency like below:
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>3.0.7.RELEASE</version>
</dependency>
But when mvn install from Maven repository I'm getting two files "spring-context-3.0.7.RELEASE.jar & spring-context-support-3.0.7.RELEASE" Same thing how to upload to Atrifactory? I'm using artifactory-3.8.0 version.
I downloaded all dependencies from maven repository. And i imported to my Atrifactory repository from my local maven repository. That works for me.