2010-09-19 20:02:18 +00:00
|
|
|
<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>
|
|
|
|
<parent>
|
2011-12-30 23:52:04 +00:00
|
|
|
<artifactId>vasc-backend</artifactId>
|
2011-12-30 23:07:21 +00:00
|
|
|
<groupId>net.forwardfire.vasc</groupId>
|
2011-03-13 14:15:40 +00:00
|
|
|
<version>0.3.5-SNAPSHOT</version>
|
2010-09-19 20:02:18 +00:00
|
|
|
</parent>
|
2011-12-30 23:07:21 +00:00
|
|
|
<groupId>net.forwardfire.vasc</groupId>
|
2010-09-19 20:02:18 +00:00
|
|
|
<artifactId>vasc-backend-ldap</artifactId>
|
2011-03-13 14:15:40 +00:00
|
|
|
<version>0.3.5-SNAPSHOT</version>
|
2011-03-06 21:27:43 +00:00
|
|
|
<name>vasc-backend-ldap</name>
|
|
|
|
<description>vasc-backend-ldap</description>
|
2010-09-19 20:02:18 +00:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2011-12-30 23:07:21 +00:00
|
|
|
<groupId>net.forwardfire.vasc</groupId>
|
2010-09-19 20:02:18 +00:00
|
|
|
<artifactId>vasc-core</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.novell.ldap</groupId>
|
|
|
|
<artifactId>jldap</artifactId>
|
|
|
|
<version>${jldap.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</project>
|