blob: 8c2f37a61b70e9c57a9a9d77069d7afded364b80 [file] [log] [blame] [edit]
<?xml version='1.0' encoding='UTF-8'?>
<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>ldaptive-templates</artifactId>
<packaging>jar</packaging>
<name>LDAPTIVE TEMPLATES</name>
<description>Templating functionality for aggregating LDAP searches</description>
<parent>
<groupId>org.ldaptive</groupId>
<artifactId>ldaptive-parent</artifactId>
<version>1.2.3</version>
</parent>
<dependencies>
<dependency>
<groupId>org.ldaptive</groupId>
<artifactId>ldaptive</artifactId>
</dependency>
<dependency>
<groupId>org.ldaptive</groupId>
<artifactId>ldaptive-json</artifactId>
</dependency>
<dependency>
<groupId>org.ldaptive</groupId>
<artifactId>ldaptive-beans</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
</dependency>
</dependencies>
</project>