Skip to content

Commit c5fc486

Browse files
committed
docs(readme): update readme
1 parent ce2650b commit c5fc486

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@ Add the following dependencies in your pom.xml file:
4444
<version>X.Y.Z</version>
4545
</dependency>
4646
```
47-
<!-- the above dependency should be updated with latest released version information -->
48-
49-
```xml
50-
<repository>
51-
<id>vaadin-addons</id>
52-
<url>https://maven.vaadin.com/vaadin-addons</url>
53-
</repository>
54-
```
5547

5648
For SNAPSHOT versions see [here](https://maven.flowingcode.com/snapshots/).
5749

@@ -111,10 +103,10 @@ Image croppedImage = new Image(imageCrop.getCroppedImageDataUri(), "cropped imag
111103

112104
## Special configuration when using Spring
113105

114-
By default, Vaadin Flow only includes ```com/vaadin/flow/component``` to be always scanned for UI components and views. For this reason, the add-on might need to be whitelisted in order to display correctly.
106+
By default, Vaadin Flow only includes ```com/vaadin/flow/component``` to be always scanned for UI components and views. For this reason, the add-on might need to be allowed in order to display correctly.
115107

116108
To do so, just add ```com.flowingcode``` to the ```vaadin.allowed-packages``` property in ```src/main/resources/application.properties```, like:
117109

118110
```vaadin.allowed-packages = com.vaadin,org.vaadin,dev.hilla,com.flowingcode```
119111

120-
More information on Spring whitelisted configuration [here](https://vaadin.com/docs/latest/integrations/spring/configuration/#configure-the-scanning-of-packages).
112+
More information on Spring scanning configuration [here](https://vaadin.com/docs/latest/integrations/spring/configuration/#configure-the-scanning-of-packages).

0 commit comments

Comments
 (0)