We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26fc684 commit 08f3585Copy full SHA for 08f3585
1 file changed
pom.xml
@@ -6,21 +6,21 @@
6
<version>1.0</version>
7
<packaging>jar</packaging>
8
<name>Java JWT</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
<description>Java implementation of JSON Web Token developed against draft-ietf-oauth-json-web-token-08.</description>
25
<url>http://www.jwt.io</url>
26
0 commit comments