2020-07-02 19:22:50 -07:00
|
|
|
plugins {
|
2022-03-15 11:24:54 -07:00
|
|
|
id 'java-library'
|
2020-07-02 19:22:50 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
2022-03-15 11:24:54 -07:00
|
|
|
api project(':logging-api')
|
2022-10-15 11:36:41 -07:00
|
|
|
api project(':core_io')
|
2023-06-16 14:19:50 -07:00
|
|
|
// intention is to have happy self-contained shadowJar compatible both with java 8 and 11+
|
|
|
|
api global_libs.jaxb
|
2023-06-16 16:38:54 -07:00
|
|
|
api 'javax.activation:activation:1.1.1'
|
2020-07-02 19:22:50 -07:00
|
|
|
}
|