From 29386c643c073d15a16bcdd08b71b702698c46fd Mon Sep 17 00:00:00 2001
From: Javier Godoy <11554739+javier-godoy@users.noreply.github.com>
Date: Thu, 24 Sep 2026 08:32:33 -0300
Subject: [PATCH 1/2] build: remove TestBench dependencies from the published
POM
---
pom.xml | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/pom.xml b/pom.xml
index eafbcb1..cd0966c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,6 +132,7 @@
test
+
com.vaadin
vaadin-testbench
test
@@ -162,6 +163,7 @@
test
+
com.flowingcode.vaadin.test
testbench-rpc
1.5.0
@@ -221,6 +223,19 @@
+
+
+ com.flowingcode.maven
+ dev-nuke-maven-plugin
+ 1.0.0
+
+
+
+ dev-nuke
+
+
+
+
org.codehaus.mojo
From 61cd3d87729ff5b98a57ba2e8d1ee7a1a3e73279 Mon Sep 17 00:00:00 2001
From: Javier Godoy <11554739+javier-godoy@users.noreply.github.com>
Date: Thu, 24 Sep 2026 08:40:12 -0300
Subject: [PATCH 2/2] build: depend on testbench-rpc from maven.flowingcode.com
---
pom.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index cd0966c..8a6f50d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,6 +72,11 @@
Vaadin Directory
https://maven.vaadin.com/vaadin-addons
+
+
+ flowing-code-releases
+ https://maven.flowingcode.com/releases
+
@@ -166,7 +171,7 @@
com.flowingcode.vaadin.test
testbench-rpc
- 1.5.0
+ 1.5.1
test