frankgh commented on code in PR #45:
URL: https://github.com/apache/cassandra-sidecar/pull/45#discussion_r1192843758
##########
cassandra40/build.gradle:
##########
@@ -12,7 +13,34 @@ repositories {
mavenCentral()
}
+test {
+ useJUnitPlatform()
+}
+
dependencies {
- compile project(":common")
- implementation('org.jetbrains:annotations:23.0.0')
+ implementation(project(":common"))
+ compileOnly('org.jetbrains:annotations:23.0.0')
+ compileOnly('com.datastax.cassandra:cassandra-driver-core:3.11.3')
+
implementation("com.google.guava:guava:${project.rootProject.guavaVersion}")
+ implementation("org.slf4j:slf4j-api:${project.slf4jVersion}")
+
+ testImplementation
"org.junit.jupiter:junit-jupiter-api:${project.junitVersion}"
+ testImplementation
"org.junit.jupiter:junit-jupiter-params:${project.junitVersion}"
+ testImplementation "org.assertj:assertj-core:3.24.2"
+ testRuntimeOnly
"org.junit.jupiter:junit-jupiter-engine:${project.junitVersion}"
+
+ testImplementation('org.mockito:mockito-core:4.10.0')
+ testImplementation('org.mockito:mockito-inline:4.10.0')
+
+}
+
+publishing {
Review Comment:
Will skip for now. I think we should create a JIRA to upgrade gradle and do
this as part of that effort. What do you think?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]