From 77aba4ddbb1c97b7b322ba915f828b7ffaf4c6d4 Mon Sep 17 00:00:00 2001 From: Seb Mace Date: Sat, 29 Jul 2017 20:27:28 -0400 Subject: [PATCH] The dependancy javax-validation is always missing in each child project (sip01, sip02, ...). It's defined in dependancy management section on parrnt POM. Thus, maven requires its redefinition in child project above sip-top. It's a faster way to include this dependancy in items. --- pom.xml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 89739f0..0cf2ff3 100644 --- a/pom.xml +++ b/pom.xml @@ -124,11 +124,12 @@ Code: https://github.com/springinpractice ${jta.version} runtime - - javax.validation - validation-api - ${validation.version} - + + + + + + @@ -606,6 +607,11 @@ Code: https://github.com/springinpractice + + javax.validation + validation-api + ${validation.version} + javax.inject com.springsource.javax.inject