I am trying to get "resteasy-jaxrs-3.0.9.Final.jar" into my application as a
dependency with gradle via Artifactory, however artifactory doesn't download
it properly.
As you can see below if I download directly from MavenCentral it works as I
would expect, if I go via Artifactory it skips
resteasy-jaxrs-3.0.9.Final.jar. What am I missing?
*build.gradle:*
apply plugin:'java'
repositories {
mavenLocal()
mavenCentral()
// maven {
// url "http://artifactory:8081/artifactory/repo1/"
// url "http://artifactory:8081/artifactory/libs-release/"
// }
}
dependencies{
compile 'org.jboss.resteasy:resteasy-jaxrs:3.0.9.Final'
}
*output of gradle dependancies:*
1. Direct from mavenCentral():
* commons-codec-1.6.jar
* commons-io-2.1.jar
* commons-logging-1.1.1.jar
* activation-1.1.jar
* jcip-annotations-1.0.jar
* httpclient-4.2.6.jar
* httpcore-4.2.5.jar
* jaxrs-api-3.0.9.Final.jar
* jboss-annotations-api_1.1_spec-1.0.1.Final.jar
* resteasy-jaxrs-3.0.9.Final.jar
2. via Artifactory - is the same as above except:
* /resteasy-jaxrs-3.0.9.Final.jar/ - this is missing
I stumbled across this and wonder if it may be related
https://www.jfrog.com/jira/browse/HAP-192
<http://forums.jfrog.org/file/n7580158/artifactory.png>
I've not encountered any other issues with Artificatory so I'm a bit
surprised by this one.
--
View this message in context:
http://forums.jfrog.org/Gradle-Artifactory-not-downloading-resteasy-dependency-tp7580158.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users