-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathjwt-auth-4.11.3.pom
49 lines (43 loc) · 1.29 KB
/
jwt-auth-4.11.3.pom
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<project>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>eu.webtoolkit</groupId>
<artifactId>jwt-auth</artifactId>
<packaging>jar</packaging>
<name>Java Web Toolkit Authentication Library</name>
<version>4.11.3</version>
<description>Authentication library for the Java Web Toolkit</description>
<url>https://webtoolkit.eu/jwt/</url>
<licenses>
<license>
<name>GNU General Public License, version 2</name>
<url>http://www.gnu.org/licenses/gpl-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/emweb/jwt.git</url>
<connection>https://github.com/emweb/jwt.git</connection>
</scm>
<dependencies>
<dependency>
<groupId>eu.webtoolkit</groupId>
<artifactId>jwt</artifactId>
<version>4.11.3</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.1.2</version>
</dependency>
<dependency>
<groupId>edu.vt.middleware</groupId>
<artifactId>vt-password</artifactId>
<version>3.1.1</version>
</dependency>
</dependencies>
</project>