Skip to content

Commit

Permalink
update gradle build file
Browse files Browse the repository at this point in the history
Signed-off-by: Srinivasa Vasu <srinivasan.surprise@gmail.com>
  • Loading branch information
srinivasa-vasu committed Jul 28, 2022
1 parent c3518dc commit ab4aa7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/yugabytedb/build.gradle
Expand Up @@ -4,7 +4,8 @@ dependencies {
api project(':jdbc')
testImplementation project(':jdbc-test')
// YCQL driver
implementation 'com.yugabyte:java-driver-core:4.6.0-yb-11'
compileOnly 'com.yugabyte:java-driver-core:4.6.0-yb-11'
testImplementation 'com.yugabyte:java-driver-core:4.6.0-yb-11'
// YSQL driver
testImplementation 'com.yugabyte:jdbc-yugabytedb:42.3.4'
}

0 comments on commit ab4aa7c

Please sign in to comment.