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

12 lines
298 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'
2021-01-05 17:22:15 +00:00
implementation 'org.webjars.npm:bulma:0.9.1'
2021-01-04 11:21:52 +00:00
providedCompile 'javax:javaee-api:8.0'
testImplementation group: 'junit', name: 'junit', version: '4.11'
}