javaee-showcase/java-demo1-jsf-web/build.gradle

11 lines
249 B
Groovy
Raw Normal View History

2021-01-04 11:21:52 +00:00
apply plugin: 'war'
dependencies {
implementation project(':javaee-demo1-ejb')
implementation 'org.slf4j:slf4j-api:1.7.22'
providedCompile 'javax:javaee-api:8.0'
testImplementation group: 'junit', name: 'junit', version: '4.11'
}