2013-08-02 11:31:15 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<project>
|
|
|
|
<parent>
|
|
|
|
<artifactId>keycloak-social-parent</artifactId>
|
|
|
|
<groupId>org.keycloak</groupId>
|
2014-01-24 09:34:54 +00:00
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
2013-08-02 11:31:15 +00:00
|
|
|
<relativePath>../pom.xml</relativePath>
|
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<artifactId>keycloak-social-core</artifactId>
|
|
|
|
<name>Keycloak Social Core</name>
|
|
|
|
<description/>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2014-01-16 12:51:18 +00:00
|
|
|
<groupId>org.json</groupId>
|
|
|
|
<artifactId>json</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.undertow</groupId>
|
|
|
|
<artifactId>undertow-servlet</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.undertow</groupId>
|
|
|
|
<artifactId>undertow-core</artifactId>
|
|
|
|
<scope>test</scope>
|
2013-08-02 11:31:15 +00:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|