From 913dfbb32db03c5c103f06c12b54d4f0ab27269a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sami=20M=C3=A4kinen?= Date: Mon, 7 Sep 2020 12:55:19 +0300 Subject: [PATCH] Clarify Spring BOM usage --- MigrationGuide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/MigrationGuide.md b/MigrationGuide.md index 34c77476cb..dbdafdacda 100755 --- a/MigrationGuide.md +++ b/MigrationGuide.md @@ -85,6 +85,7 @@ If you have application-specific code that uses Spring you might need to adapt t Spring framework dependencies are now handled with a "Bill of materials" import to managed dependencies so it's easier to use the same version of Spring artifacts that are used in Oskari. + This means you shouldn't have to (re)declare the version on any Spring artifacts on pom.xml of your application. ### GeoTools/JTS upgraded