This is an automated email from the ASF dual-hosted git repository.

ycai pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-sidecar.git


The following commit(s) were added to refs/heads/trunk by this push:
     new ec887e0  ninja fix: minor update for the build files
ec887e0 is described below

commit ec887e063e5299d30c761c9d05ea4dc9e5ab8a51
Author: Yifan Cai <yifan_...@apple.com>
AuthorDate: Fri May 3 16:03:14 2024 -0700

    ninja fix: minor update for the build files
---
 build.gradle               | 1 +
 server-common/build.gradle | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 8faa450..d791cbb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -225,6 +225,7 @@ dependencies {
     testImplementation('org.mockito:mockito-core:4.10.0')
     testImplementation('org.mockito:mockito-inline:4.10.0')
     testImplementation("io.vertx:vertx-junit5:${project.vertxVersion}")
+    testImplementation(testFixtures(project(":client-common")))
     testImplementation(testFixtures(project(":server-common")))
 
     implementation(project(":server-common"))
diff --git a/server-common/build.gradle b/server-common/build.gradle
index 12de4c8..d6c5c7d 100644
--- a/server-common/build.gradle
+++ b/server-common/build.gradle
@@ -60,7 +60,6 @@ dependencies {
     testImplementation "com.datastax.cassandra:cassandra-driver-core:3.11.3"
     testRuntimeOnly 
"org.junit.jupiter:junit-jupiter-engine:${project.junitVersion}"
 
-    testFixturesApi(testFixtures(project(":client-common")))
     testFixturesImplementation("org.assertj:assertj-core:3.24.2")
 }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to