[213] More dependencies aalto + stax2

KTI-1114
This commit is contained in:
Nikolay Krasko
2023-01-13 18:50:43 +00:00
committed by Space Team
parent a3293452ca
commit 9e00bb8a21
7 changed files with 226 additions and 2 deletions
+1 -1
View File
@@ -215,7 +215,7 @@ dependencies {
fatJarContents(commonDependency("org.jetbrains.intellij.deps:asm-all")) { isTransitive = false }
fatJarContents(commonDependency("com.google.guava:guava")) { isTransitive = false }
fatJarContents(commonDependency("com.fasterxml:aalto-xml")) { isTransitive = false }
fatJarContentsStripServices(commonDependency("com.fasterxml:aalto-xml")) { isTransitive = false }
fatJarContents(commonDependency("org.codehaus.woodstox:stax2-api")) { isTransitive = false }
fatJarContentsStripServices(jpsModel()) { isTransitive = false }