@@ -74,7 +74,7 @@ dependencies {
74
74
api(" org.eclipse.lsp4j" , " org.eclipse.lsp4j.websocket.jakarta" , " 0.21.0" )
75
75
76
76
// 1c-syntax
77
- api(" com.github.1c-syntax" , " bsl-parser" , " 0.22.0 " ) {
77
+ api(" com.github.1c-syntax" , " bsl-parser" , " bba7c0b091aca562ec082829a49f525a9bb5d7ef " ) {
78
78
exclude(" com.tunnelvisionlabs" , " antlr4-annotations" )
79
79
exclude(" com.ibm.icu" , " *" )
80
80
exclude(" org.antlr" , " ST4" )
@@ -88,7 +88,9 @@ dependencies {
88
88
api(" io.github.1c-syntax" , " supportconf" , " 0.1.1" )
89
89
90
90
// JLanguageTool
91
- implementation(" org.languagetool" , " languagetool-core" , languageToolVersion)
91
+ implementation(" org.languagetool" , " languagetool-core" , languageToolVersion){
92
+ exclude(" commons-logging" , " commons-logging" )
93
+ }
92
94
implementation(" org.languagetool" , " language-en" , languageToolVersion)
93
95
implementation(" org.languagetool" , " language-ru" , languageToolVersion)
94
96
@@ -98,7 +100,9 @@ dependencies {
98
100
// commons utils
99
101
implementation(" commons-io" , " commons-io" , " 2.13.0" )
100
102
implementation(" org.apache.commons" , " commons-lang3" , " 3.12.0" )
101
- implementation(" commons-beanutils" , " commons-beanutils" , " 1.9.4" )
103
+ implementation(" commons-beanutils" , " commons-beanutils" , " 1.9.4" ){
104
+ exclude(" commons-logging" , " commons-logging" )
105
+ }
102
106
implementation(" org.apache.commons" , " commons-collections4" , " 4.4" )
103
107
implementation(" org.apache.commons" , " commons-exec" , " 1.3" )
104
108
0 commit comments