Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ allprojects {
resolutionStrategy {
// spring-ai pulls a different version of antr-ST4 than the version pulled by query (via antlr)
force "org.antlr:ST4:${antlrST4Version}"
// different spring-ai artifacts (e.g. spring-ai-transformers) pull different antlr4-runtime versions than ST4 does
force "org.antlr:antlr4-runtime:${antlr4RuntimeVersion}"
// also it pulls in a bunch of com.google.api dependencies which conflict with DiscvrLabKeyModules:SequenceAnalysis and wnprc-modules:WNPRC_EHR
force "com.google.api:api-common:${googleApiVersion}"
force "com.google.auth:google-auth-library-oauth2-http:${googleAuthVersion}"
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ annotationsVersion=15.0
antVersion=1.10.17

antlrST4Version=4.3.4
antlr4RuntimeVersion=4.13.2

#Unifying version used by DISCVR and Premium
apacheDirectoryVersion=2.1.7
Expand Down