Files
SCM-Manager/plugins/scm-auth-ldap-plugin/pom.xml

39 lines
1.1 KiB
XML
Raw Normal View History

2011-01-06 20:32:00 +01:00
<?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>
<parent>
<artifactId>scm-plugins</artifactId>
<groupId>sonia.scm.plugins</groupId>
2011-04-01 08:49:21 +02:00
<version>1.2-SNAPSHOT</version>
2011-01-06 20:32:00 +01:00
</parent>
<groupId>sonia.scm.plugins</groupId>
<artifactId>scm-auth-ldap-plugin</artifactId>
<packaging>jar</packaging>
2011-04-01 08:49:21 +02:00
<version>1.2-SNAPSHOT</version>
2011-01-06 20:32:00 +01:00
<name>${project.artifactId}</name>
<description>plugin description</description>
<dependencies>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>${servlet.version}</version>
<scope>provided</scope>
</dependency>
<!-- test scope -->
<dependency>
<groupId>sonia.scm</groupId>
<artifactId>scm-test</artifactId>
2011-04-01 08:49:21 +02:00
<version>1.2-SNAPSHOT</version>
2011-01-06 20:32:00 +01:00
<scope>test</scope>
</dependency>
</dependencies>
</project>