|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
<artifactId>openid-connect-server</artifactId>
|
|
|
|
|
<name>OpenIdConnect Server</name>
|
|
|
|
|
<name>OpenID Connect Server</name>
|
|
|
|
|
<packaging>war</packaging>
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>org.mitre</groupId>
|
|
|
|
@ -16,22 +16,7 @@
|
|
|
|
|
<artifactId>openid-connect-common</artifactId>
|
|
|
|
|
<version>0.9.2-SNAPSHOT</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.hsqldb</groupId>
|
|
|
|
|
<artifactId>hsqldb</artifactId>
|
|
|
|
|
<version>2.2.9</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>joda-time</groupId>
|
|
|
|
|
<artifactId>joda-time</artifactId>
|
|
|
|
|
<version>2.1</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.joda</groupId>
|
|
|
|
|
<artifactId>joda-convert</artifactId>
|
|
|
|
|
<version>1.3</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
</dependencies>
|
|
|
|
|
<description>Reference implementation of OpenID Connect spec (http://openid.net/connect/).
|
|
|
|
|
</description>
|
|
|
|
|
<url />
|
|
|
|
|