Skip to content

Commit 168d288

Browse files
author
Michele Orsi
committed
took some infos from previous pom
1 parent e4271d0 commit 168d288

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@
66
<version>1.0</version>
77
<packaging>jar</packaging>
88
<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>
927

1028
<dependencies>
1129
<!-- For JWT parsing-->

0 commit comments

Comments
 (0)