Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit 47cdb08

Browse files
Update aad b2c starter to 2.1.4.M1. (#595)
Signed-off-by: Pan Li <panli@microsoft.com>
1 parent 17b3f1f commit 47cdb08

File tree

2 files changed

+15
-2
lines changed
  • azure-spring-boot-bom
  • azure-spring-boot-starters/azure-active-directory-b2c-spring-boot-starter

2 files changed

+15
-2
lines changed

azure-spring-boot-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>com.microsoft.azure</groupId>
7575
<artifactId>azure-active-directory-b2c-spring-boot-starter</artifactId>
76-
<version>${azure.spring.boot.version}</version>
76+
<version>2.1.4.M1</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>com.microsoft.azure</groupId>

azure-spring-boot-starters/azure-active-directory-b2c-spring-boot-starter/pom.xml

+14-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
</parent>
1313

1414
<artifactId>azure-active-directory-b2c-spring-boot-starter</artifactId>
15+
<version>2.1.4.M1</version>
1516

1617
<name>Azure AD B2C Spring Security Integration Spring Boot Starter</name>
1718
<description>Spring Boot Starter for Azure AD B2C and Spring Security Integration</description>
@@ -22,10 +23,22 @@
2223
</properties>
2324

2425
<dependencies>
26+
<dependency>
27+
<groupId>org.springframework.boot</groupId>
28+
<artifactId>spring-boot-starter</artifactId>
29+
</dependency>
30+
31+
<dependency>
32+
<groupId>org.springframework.boot</groupId>
33+
<artifactId>spring-boot-starter-validation</artifactId>
34+
</dependency>
35+
2536
<dependency>
2637
<groupId>com.microsoft.azure</groupId>
27-
<artifactId>azure-spring-boot-starter</artifactId>
38+
<artifactId>azure-spring-boot</artifactId>
39+
<version>2.1.4</version>
2840
</dependency>
41+
<!-- Below poms will be replaced to azure-spring-boot-starter pom when no milestone tag. -->
2942

3043
<dependency>
3144
<groupId>org.springframework</groupId>

0 commit comments

Comments
 (0)