From f5afca0c10bc8c00f52f40d718b00358befa24e3 Mon Sep 17 00:00:00 2001 From: Javier Godoy <11554739+javier-godoy@users.noreply.github.com> Date: Tue, 25 Mar 2025 11:00:59 -0300 Subject: [PATCH] docs(readme): remove vaadin directory --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index f8c4664..2474f8a 100644 --- a/README.md +++ b/README.md @@ -35,13 +35,6 @@ Add the following dependencies in your pom.xml file: ``` -```xml - - vaadin-addons - https://maven.vaadin.com/vaadin-addons - -``` - For SNAPSHOT versions see [here](https://maven.flowingcode.com/snapshots/). ## Building and running demo @@ -97,4 +90,4 @@ To do so, just add ```com.flowingcode``` to the ```vaadin.allowed-packages``` pr ```vaadin.allowed-packages = com.vaadin,org.vaadin,dev.hilla,com.flowingcode``` -More information on Spring scanning configuration [here](https://vaadin.com/docs/latest/integrations/spring/configuration/#configure-the-scanning-of-packages). \ No newline at end of file +More information on Spring scanning configuration [here](https://vaadin.com/docs/latest/integrations/spring/configuration/#configure-the-scanning-of-packages).