Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
965aa85df2 | |||
5ba8be99a3 | |||
fd80ee9f9f | |||
603968eb69 | |||
e2cc4550ba |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c92783f373c43c061a7b1aed77de11a1bcd9354bd8ff8aa1302fe2fd205bc1d0
|
||||
size 128628
|
@@ -1,54 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.auth0</groupId>
|
||||
<artifactId>java-jwt</artifactId>
|
||||
<version>3.8.3</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>java jwt</name>
|
||||
<description>Java implementation of JSON Web Token (JWT)</description>
|
||||
<url>https://github.com/auth0/java-jwt</url>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>auth0</id>
|
||||
<name>Auth0</name>
|
||||
<email>oss@auth0.com</email>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>hzalaz</id>
|
||||
<name>Hernan Zalazar</name>
|
||||
<email>hernan@auth0.com</email>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>lbalmaceda</id>
|
||||
<name>Luciano Balmaceda</name>
|
||||
<email>luciano.balmaceda@auth0.com</email>
|
||||
</developer>
|
||||
</developers>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-databind</artifactId>
|
||||
<version>2.10.0.pr3</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-codec</groupId>
|
||||
<artifactId>commons-codec</artifactId>
|
||||
<version>1.12</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>The MIT License (MIT)</name>
|
||||
<url>https://raw.githubusercontent.com/auth0/java-jwt/master/LICENSE</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<scm>
|
||||
<connection>scm:git@github.com:auth0/java-jwt.git</connection>
|
||||
<developerConnection>scm:git@github.com:auth0/java-jwt.git</developerConnection>
|
||||
<url>https://github.com/auth0/java-jwt</url>
|
||||
</scm>
|
||||
</project>
|
Reference in New Issue
Block a user