|
plugins {
|
|
id 'java-library'
|
|
}
|
|
|
|
dependencies {
|
|
api project(':logging-api')
|
|
api project(':core_io')
|
|
// intention is to have happy self-contained shadowJar compatible both with java 8 and 11+
|
|
api global_libs.jaxb
|
|
api 'javax.activation:activation:1.1.1'
|
|
}
|