From f66d669c03cba43f631624ddef528d01df255653 Mon Sep 17 00:00:00 2001 From: Asish Kumar Date: Tue, 28 Apr 2026 00:49:49 +0530 Subject: [PATCH] chore: use released Java SDK in dedup sample Point the Java dynamic dedup sample at the published keploy-sdk 2.0.0 artifact instead of requiring a locally installed SDK snapshot. Signed-off-by: Asish Kumar --- java-dedup/README.md | 3 +-- java-dedup/pom.xml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/java-dedup/README.md b/java-dedup/README.md index cab376a4..ac085223 100644 --- a/java-dedup/README.md +++ b/java-dedup/README.md @@ -9,11 +9,10 @@ The Java SDK reads JaCoCo coverage in-process via `org.jacoco.agent.rt.RT.getAge ## Setup ```bash -(cd ../../java-sdk && mvn -B -DskipTests -Dgpg.skip=true clean install -pl keploy-sdk -am) mvn -B -DskipTests clean package ``` -This installs the sibling SDK snapshot locally, builds the sample, produces `target/java-dedup-0.0.1-SNAPSHOT.jar`, and copies `target/jacocoagent.jar` next to it. +This builds the sample against the released Keploy Java SDK, produces `target/java-dedup-0.0.1-SNAPSHOT.jar`, and copies `target/jacocoagent.jar` next to it. ## Run dedup natively diff --git a/java-dedup/pom.xml b/java-dedup/pom.xml index 3a23296e..1a1c00a6 100644 --- a/java-dedup/pom.xml +++ b/java-dedup/pom.xml @@ -19,7 +19,7 @@ 1.8 - 0.0.1-SNAPSHOT + 2.0.0 0.8.12