]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.server.ads/pom.xml
3a63f12355ccf6c5b5af4782eefca7aaa095740a
[lgpl/argeo-commons.git] / org.argeo.server.ads / pom.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?><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">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.argeo.commons</groupId>
5 <artifactId>argeo-commons</artifactId>
6 <version>2.1.13-SNAPSHOT</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.server.ads</artifactId>
10 <name>Commons Server Apache Directory Server</name>
11 <dependencies>
12 <dependency>
13 <groupId>org.argeo.commons</groupId>
14 <artifactId>org.argeo.util</artifactId>
15 <version>2.1.13-SNAPSHOT</version>
16 </dependency>
17
18 <!-- Apache DS -->
19 <dependency>
20 <groupId>org.argeo.tp</groupId>
21 <artifactId>org.apache.directory.server.jndi</artifactId>
22 <exclusions>
23 <!--
24 Workaround for a weird issue where the underlying version from
25 slf4j get taken instead of the one we want
26 -->
27 <exclusion>
28 <groupId>org.slf4j</groupId>
29 <artifactId>com.springsource.slf4j.api</artifactId>
30 </exclusion>
31 </exclusions>
32 </dependency>
33
34 <!-- Apache Commons -->
35 <dependency>
36 <groupId>org.argeo.tp</groupId>
37 <artifactId>org.apache.commons.io</artifactId>
38 </dependency>
39
40 <!-- Spring -->
41 <dependency>
42 <groupId>org.argeo.tp</groupId>
43 <artifactId>org.springframework.core</artifactId>
44 </dependency>
45 <dependency>
46 <groupId>org.argeo.tp</groupId>
47 <artifactId>org.springframework.beans</artifactId>
48 </dependency>
49
50 <!-- Logging -->
51 <dependency>
52 <groupId>org.argeo.tp</groupId>
53 <artifactId>slf4j.org.apache.commons.logging</artifactId>
54 </dependency>
55 <dependency>
56 <groupId>org.argeo.tp</groupId>
57 <artifactId>slf4j.api</artifactId>
58 </dependency>
59 </dependencies>
60 </project>