2021-01-04 11:21:52 +00:00
|
|
|
plugins {
|
|
|
|
id 'java'
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation 'javax:javaee-api:8.0.1'
|
|
|
|
// wildfly 10 version I use :-)
|
|
|
|
implementation 'org.slf4j:slf4j-api:1.7.22'
|
2021-01-05 12:01:57 +00:00
|
|
|
testImplementation 'junit:junit:4.12'
|
2021-01-04 11:21:52 +00:00
|
|
|
}
|