keycloak-scim/social/core/pom.xml

43 lines
1.3 KiB
XML
Raw Normal View History

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>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-core</artifactId>
<version>${project.version}</version>
</dependency>
2013-08-02 11:31:15 +00:00
<dependency>
<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>