blob: 4a8e0933513014b11b3f0aca2ba6d8ec3cc0218d [file] [log] [blame]
description = "Qi4j REST Server Library provides a server component for building REST API's based on usecases"
jar { manifest { name = "Qi4j Library - REST server" }}
dependencies {
compile(project(":org.qi4j.core:org.qi4j.core.api"))
compile(project(":org.qi4j.libraries:org.qi4j.library.rest-common"))
compile(libraries.servlet_api)
compile(libraries.velocity)
compile(libraries.restlet)
compile(libraries.freemarker)
testCompile(project(":org.qi4j.core:org.qi4j.core.testsupport"))
testRuntime(project(":org.qi4j.core:org.qi4j.core.runtime"))
testRuntime(libraries.logback)
}