From 8686f564e7196dbc19fb8b6089fd0df3341bb72c Mon Sep 17 00:00:00 2001 From: Idan Elhalwani Date: Thu, 19 May 2022 14:48:22 +0300 Subject: [PATCH] fix: add missing shapeshift dependency to the spring boot starter --- spring-boot-starter-shapeshift/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spring-boot-starter-shapeshift/pom.xml b/spring-boot-starter-shapeshift/pom.xml index 6cb4671..3913998 100644 --- a/spring-boot-starter-shapeshift/pom.xml +++ b/spring-boot-starter-shapeshift/pom.xml @@ -41,5 +41,9 @@ ${spring-boot.version} test + + dev.krud + shapeshift + \ No newline at end of file