Initialer commit
This commit is contained in:
25
framework/build.gradle
Normal file
25
framework/build.gradle
Normal file
@@ -0,0 +1,25 @@
|
||||
plugins {
|
||||
id 'java'
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly 'jakarta.platform:jakarta.jakartaee-web-api:9.0.0'
|
||||
compileOnly 'jakarta.persistence:jakarta.persistence-api:3.1.0'
|
||||
compileOnly 'jakarta.resource:jakarta.resource-api:2.1.0'
|
||||
|
||||
compileOnly 'org.jboss.ejb3:jboss-ejb3-ext-api:2.3.0.Final'
|
||||
|
||||
compileOnly 'org.apache.logging.log4j:log4j-slf4j-impl:2.20.0'
|
||||
|
||||
compileOnly 'org.apache.logging.log4j:log4j-slf4j-impl:2.20.0'
|
||||
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1'
|
||||
}
|
||||
|
||||
tasks.named('test') {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
Reference in New Issue
Block a user