Commit 4ceff24d by Samir Sadykhov

build.gradle

parent 8f65b395
apply plugin: 'java'
apply plugin: 'war'
compileJava.options.fork = true
dependencies {
repositories {
mavenCentral()
}
compile(group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25', transitive: false)
compile ('org.jboss.spec:jboss-javaee-7.0:1.1.1.Final')
compile "org.codehaus.jackson:jackson-mapper-asl:1.9.2"
compile "org.codehaus.jackson:jackson-core-asl:1.9.2"
providedCompile group: 'org.jboss.resteasy', name: 'resteasy-jaxrs', version: '2.3.3.Final'
compile 'org.apache.httpcomponents:httpclient:4.5.1'
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment