This repository was archived by the owner on Aug 28, 2024. It is now read-only.
Commit 47cdb08 1 parent 17b3f1f commit 47cdb08 Copy full SHA for 47cdb08
File tree 2 files changed +15
-2
lines changed
azure-spring-boot-starters/azure-active-directory-b2c-spring-boot-starter
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 73
73
<dependency >
74
74
<groupId >com.microsoft.azure</groupId >
75
75
<artifactId >azure-active-directory-b2c-spring-boot-starter</artifactId >
76
- <version >${azure.spring.boot.version} </version >
76
+ <version >2.1.4.M1 </version >
77
77
</dependency >
78
78
<dependency >
79
79
<groupId >com.microsoft.azure</groupId >
Original file line number Diff line number Diff line change 12
12
</parent >
13
13
14
14
<artifactId >azure-active-directory-b2c-spring-boot-starter</artifactId >
15
+ <version >2.1.4.M1</version >
15
16
16
17
<name >Azure AD B2C Spring Security Integration Spring Boot Starter</name >
17
18
<description >Spring Boot Starter for Azure AD B2C and Spring Security Integration</description >
22
23
</properties >
23
24
24
25
<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
+
25
36
<dependency >
26
37
<groupId >com.microsoft.azure</groupId >
27
- <artifactId >azure-spring-boot-starter</artifactId >
38
+ <artifactId >azure-spring-boot</artifactId >
39
+ <version >2.1.4</version >
28
40
</dependency >
41
+ <!-- Below poms will be replaced to azure-spring-boot-starter pom when no milestone tag. -->
29
42
30
43
<dependency >
31
44
<groupId >org.springframework</groupId >
You can’t perform that action at this time.
0 commit comments