We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4271d0 commit 168d288Copy full SHA for 168d288
1 file changed
pom.xml
@@ -6,6 +6,24 @@
6
<version>1.0</version>
7
<packaging>jar</packaging>
8
<name>JWT Signer - Project Object Model</name>
9
+
10
+ <parent>
11
+ <groupId>org.sonatype.oss</groupId>
12
+ <artifactId>oss-parent</artifactId>
13
+ <version>9</version>
14
+ </parent>
15
16
+ <licenses>
17
+ <license>
18
+ <name>The MIT License</name>
19
+ <url>http://www.opensource.org/licenses/mit-license.php</url>
20
+ <distribution>repo</distribution>
21
+ </license>
22
+ </licenses>
23
24
+ <name>Java JWT</name>
25
+ <description>Java implementation of JSON Web Token developed against draft-ietf-oauth-json-web-token-08.</description>
26
+ <url>http://www.jwt.io</url>
27
28
<dependencies>
29
<!-- For JWT parsing-->
0 commit comments