ThanksWe want to add a test jar dependency to the project and want to make sure artifactory has that.Can you add this?
http://mvnrepository.com/artifact/org.assertj/assertj-core/2.1.0
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>2.1.0</version>
</dependency>