Skip to content

Commit ec30fa5

Browse files
committed
Remove version force for ByteBuddy
No longer included in MSSQL JDBC Driver https://github.com/microsoft/mssql-jdbc/releases/tag/v13.2.1
1 parent 88d2142 commit ec30fa5

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,6 @@ allprojects {
210210
force "org.slf4j:slf4j-api:${slf4jLog4jApiVersion}"
211211
// force some newer versions than are brought in by mondrian (et al.)
212212
force "xerces:xercesImpl:${xercesImplVersion}"
213-
// Microsoft SQL Server JDBC driver and Duo SDK pull in different versions of byte-buddy
214-
force "net.bytebuddy:byte-buddy:${byteBuddyVersion}"
215213
force "org.apache.logging.log4j:log4j-core:${log4j2Version}"
216214
force "org.apache.logging.log4j:log4j-api:${log4j2Version}"
217215
force "org.apache.logging.log4j:log4j-1.2-api:${log4j2Version}"

gradle.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@ batikVersion=1.19
113113
bouncycastlePgpVersion=1.82
114114
bouncycastleVersion=1.82
115115

116-
byteBuddyVersion=1.17.8
117-
118116
cglibNodepVersion=2.2.3
119117

120118
checkerQualVersion=3.31.0

0 commit comments

Comments
 (0)