File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed
msal4j-persistence-extensions Expand file tree Collapse file tree 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.
3030
3131This library follows [ Semantic Versioning] ( http://semver.org/ ) .
3232
33- You can find the changes for each version under
34- [ Releases] ( https://github.com/AzureAD/microsoft-authentication-extensions-for-java/releases ) .
35-
3633## Usage
3734
3835[ ![ 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 4141 <dependency >
4242 <groupId >com.microsoft.azure</groupId >
4343 <artifactId >msal4j</artifactId >
44- <version >1.4 .0</version >
44+ <version >1.15 .0</version >
4545 </dependency >
4646
4747 <dependency >
6868 <version >4.13.1</version >
6969 <scope >test</scope >
7070 </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-
7971 </dependencies >
8072
8173 <build >
You can’t perform that action at this time.
0 commit comments