summaryrefslogtreecommitdiffstats
path: root/das-java/contrib/ldap/das.ldap.constants/pom.xml
blob: e501f8b1e521662285e4b00c6631b14e997675e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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>