From 083708f43e0eafde4f7fd18ba2d9955e17322131 Mon Sep 17 00:00:00 2001 From: Magnus Reftel Date: Sun, 29 Mar 2020 16:04:14 +0200 Subject: [PATCH] pom: set versions for spring-expression and spring-tx --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 630107c5..cc9fe1e7 100644 --- a/pom.xml +++ b/pom.xml @@ -207,6 +207,18 @@ ${org.springframework.version} + + org.springframework + spring-expression + ${org.springframework.version} + + + + org.springframework + spring-tx + ${org.springframework.version} + + org.springframework spring-context