From 3456c4bcf991a2511e5cc68b880067bc894d765a Mon Sep 17 00:00:00 2001 From: Martin Lopez Date: Tue, 15 Oct 2024 19:14:27 -0300 Subject: [PATCH] build(demo): add commons-demo dependency --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index c2c4e18..6db80fc 100644 --- a/pom.xml +++ b/pom.xml @@ -15,6 +15,7 @@ UTF-8 UTF-8 ${project.basedir}/drivers + 4.0.0 11.0.14 @@ -54,6 +55,11 @@ import ${vaadin.version} + + com.flowingcode.vaadin.addons.demo + commons-demo + ${flowingcode.commons.demo.version} + @@ -105,6 +111,11 @@ 6.1.14 true + + com.flowingcode.vaadin.addons.demo + commons-demo + test + org.slf4j slf4j-simple