File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ Finally, read how to create tokens in your app.
15
15
16
16
## 1.a Download artifacts
17
17
Download artifacts (project and dependencies) from Maven Central Repo
18
- * [ tomcat-jwt-security-2.1 .0.jar] ( https://repo1.maven.org/maven2/it/cosenonjaviste/tomcat-jwt-security/2.1 .0/tomcat-jwt-security-2.1 .0.jar )
19
- * [ java-jwt-2.1 .0.jar] ( https://repo1.maven.org/maven2/com/auth0/java-jwt/2.1 .0/java-jwt-2.1 .0.jar )
18
+ * [ tomcat-jwt-security-2.2 .0.jar] ( https://repo1.maven.org/maven2/it/cosenonjaviste/tomcat-jwt-security/2.2 .0/tomcat-jwt-security-2.2 .0.jar )
19
+ * [ java-jwt-2.3 .0.jar] ( https://repo1.maven.org/maven2/com/auth0/java-jwt/2.3 .0/java-jwt-2.3 .0.jar )
20
20
21
21
and place into * TOMCAT_HOME/lib* directory
22
22
@@ -87,7 +87,7 @@ You can use classes provided by *[java-jwt project](https://github.com/auth0/jav
87
87
<dependency >
88
88
<groupId >it.cosenonjaviste</groupId >
89
89
<artifactId >tomcat-jwt-security</artifactId >
90
- <version >2.1 .0</version >
90
+ <version >2.2 .0</version >
91
91
<scope >provided</scope >
92
92
</dependency >
93
93
```
Original file line number Diff line number Diff line change 46
46
<to .deploy.dir>${project.build.directory} /to-deploy</to .deploy.dir>
47
47
48
48
<tomcat .version>8.0.28</tomcat .version>
49
- <jwt .version>2.1 .0</jwt .version>
49
+ <jwt .version>2.3 .0</jwt .version>
50
50
<commons .codec.version>1.4</commons .codec.version>
51
51
<junit .version>4.12</junit .version>
52
52
<mockito .version>1.10.19</mockito .version>
You can’t perform that action at this time.
0 commit comments