We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 559df36 commit 1c30f17Copy full SHA for 1c30f17
modules/presto/build.gradle
@@ -8,7 +8,7 @@ dependencies {
8
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
9
testImplementation project(':testcontainers-jdbc-test')
10
testRuntimeOnly 'io.prestosql:presto-jdbc:350'
11
- compileOnly 'org.jetbrains:annotations:26.0.2'
+ compileOnly 'org.jetbrains:annotations:26.0.2-1'
12
}
13
14
test {
0 commit comments