File tree 2 files changed +1
-12
lines changed
msal4j-persistence-extensions
2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,6 @@ Add the dependecy to the pom file.
30
30
31
31
This library follows [ Semantic Versioning] ( http://semver.org/ ) .
32
32
33
- You can find the changes for each version under
34
- [ Releases] ( https://github.com/AzureAD/microsoft-authentication-extensions-for-java/releases ) .
35
-
36
33
## Usage
37
34
38
35
[ ![ javadoc] ( https://javadoc.io/badge2/com.microsoft.azure/msal4j-persistence-extension/javadoc.svg )] ( https://javadoc.io/doc/com.microsoft.azure/msal4j-persistence-extension )
Original file line number Diff line number Diff line change 41
41
<dependency >
42
42
<groupId >com.microsoft.azure</groupId >
43
43
<artifactId >msal4j</artifactId >
44
- <version >1.4 .0</version >
44
+ <version >1.15 .0</version >
45
45
</dependency >
46
46
47
47
<dependency >
68
68
<version >4.13.1</version >
69
69
<scope >test</scope >
70
70
</dependency >
71
-
72
- <dependency >
73
- <groupId >org.slf4j</groupId >
74
- <artifactId >slf4j-log4j12</artifactId >
75
- <version >1.7.7</version >
76
- <scope >test</scope >
77
- </dependency >
78
-
79
71
</dependencies >
80
72
81
73
<build >
You can’t perform that action at this time.
0 commit comments