From 3a6ccd5816ddcea3393c4f63fdc3b37fa7dd4b50 Mon Sep 17 00:00:00 2001 From: Ehsan Sasanianno Date: Wed, 23 Aug 2023 14:55:38 +0200 Subject: [PATCH] java-24011: fix and enable jasypt submodule --- spring-boot-modules/pom.xml | 2 +- spring-boot-modules/spring-boot-jasypt/pom.xml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/spring-boot-modules/pom.xml b/spring-boot-modules/pom.xml index a2febc8156..fa05c1061a 100644 --- a/spring-boot-modules/pom.xml +++ b/spring-boot-modules/pom.xml @@ -44,7 +44,7 @@ spring-boot-graphql spring-boot-groovy - + spring-boot-jasypt spring-boot-jsp spring-boot-keycloak spring-boot-keycloak-2 diff --git a/spring-boot-modules/spring-boot-jasypt/pom.xml b/spring-boot-modules/spring-boot-jasypt/pom.xml index 8595b9c639..b83162fb04 100644 --- a/spring-boot-modules/spring-boot-jasypt/pom.xml +++ b/spring-boot-modules/spring-boot-jasypt/pom.xml @@ -50,4 +50,11 @@ 2.0.0 + + + spring-milestone + Spring Milestone + https://repo.spring.io/milestone + + \ No newline at end of file