
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832142 13f79535-47bb-0310-9956-ffa450edef68
20 lines
543 B
XML
20 lines
543 B
XML
<?xml version="1.0"?><project>
|
|
<parent>
|
|
<artifactId>tuscany-das-ldap</artifactId>
|
|
<groupId>org.apache.tuscany.das</groupId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<artifactId>das.ldap.constants</artifactId>
|
|
<name>das.ldap.constants</name>
|
|
|
|
<url>http://maven.apache.org</url>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<version>3.8.1</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|