]> git.argeo.org Git - gpl/argeo-slc.git/blob - dep/org.argeo.slc.dep.backend/pom.xml
Improve JCR integration
[gpl/argeo-slc.git] / dep / org.argeo.slc.dep.backend / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.argeo.slc</groupId>
6 <artifactId>dep</artifactId>
7 <version>0.13.1-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10
11 <groupId>org.argeo.slc.dep</groupId>
12 <artifactId>org.argeo.slc.dep.backend</artifactId>
13 <name>SLC BACKEND Dependencies</name>
14 <build>
15 <plugins>
16 <plugin>
17 <groupId>org.argeo.maven.plugins</groupId>
18 <artifactId>maven-argeo-osgi-plugin</artifactId>
19 </plugin>
20 </plugins>
21 </build>
22 <dependencies>
23 <!-- HACK because of dependencies pb with Maven: version 2.4.0 is required
24 by Spring-LDAP while Apache Directory takes 2.1.0 -->
25 <dependency>
26 <groupId>org.apache.commons</groupId>
27 <artifactId>com.springsource.org.apache.commons.lang</artifactId>
28 <version>2.4.0</version>
29 </dependency>
30
31 <dependency>
32 <groupId>org.argeo.commons.security</groupId>
33 <artifactId>org.argeo.security.dep.node</artifactId>
34 <version>${version.argeo-commons}</version>
35 <type>pom</type>
36 </dependency>
37 <dependency>
38 <groupId>org.argeo.slc.dep</groupId>
39 <artifactId>org.argeo.slc.dep.agent</artifactId>
40 <version>0.13.1-SNAPSHOT</version>
41 </dependency>
42 <dependency>
43 <groupId>org.argeo.slc.dep</groupId>
44 <artifactId>org.argeo.slc.dep.detached</artifactId>
45 <version>0.13.1-SNAPSHOT</version>
46 </dependency>
47 <!-- Provided -->
48 <dependency>
49 <groupId>org.apache.xmlcommons</groupId>
50 <artifactId>com.springsource.org.apache.xmlcommons</artifactId>
51 </dependency>
52 <dependency>
53 <groupId>javax.xml.stream</groupId>
54 <artifactId>com.springsource.javax.xml.stream</artifactId>
55 </dependency>
56 <!-- <dependency> -->
57 <!-- <groupId>org.argeo.slc.dep</groupId> -->
58 <!-- <artifactId>org.argeo.slc.dep.gis</artifactId> -->
59 <!-- <version>${version.slc}</version> -->
60 <!-- </dependency> -->
61
62 <!-- SLC -->
63 <dependency>
64 <groupId>org.argeo.slc.runtime</groupId>
65 <artifactId>org.argeo.slc.server</artifactId>
66 <version>0.13.1-SNAPSHOT</version>
67 </dependency>
68 <dependency>
69 <groupId>org.argeo.slc.runtime</groupId>
70 <artifactId>org.argeo.slc.support.hibernate</artifactId>
71 <version>0.13.1-SNAPSHOT</version>
72 </dependency>
73 <dependency>
74 <groupId>org.argeo.slc.runtime</groupId>
75 <artifactId>org.argeo.slc.support.equinox</artifactId>
76 <version>0.13.1-SNAPSHOT</version>
77 </dependency>
78 <dependency>
79 <groupId>org.argeo.slc.runtime</groupId>
80 <artifactId>org.argeo.slc.support.jcr</artifactId>
81 <version>0.13.1-SNAPSHOT</version>
82 </dependency>
83 <dependency>
84 <groupId>org.argeo.slc.runtime</groupId>
85 <artifactId>org.argeo.slc.repo</artifactId>
86 <version>${version.slc}</version>
87 </dependency>
88
89 <!-- SLC non deps -->
90 <dependency>
91 <groupId>org.argeo.slc.runtime</groupId>
92 <artifactId>org.argeo.slc.unit</artifactId>
93 <version>0.13.1-SNAPSHOT</version>
94 </dependency>
95
96 <!-- Modules (see profiles below) -->
97
98 <!-- Launcher -->
99 <dependency>
100 <groupId>org.argeo.slc.runtime</groupId>
101 <artifactId>org.argeo.slc.launcher</artifactId>
102 <version>0.13.1-SNAPSHOT</version>
103 <type>tar.gz</type>
104 <classifier>base</classifier>
105 </dependency>
106
107 <!-- Felix -->
108 <!-- <dependency> -->
109 <!-- <groupId>org.apache.felix</groupId> -->
110 <!-- <artifactId>org.osgi.service.obr</artifactId> -->
111 <!-- </dependency> -->
112 <!-- <dependency> -->
113 <!-- <groupId>org.apache.felix</groupId> -->
114 <!-- <artifactId>org.apache.felix.bundlerepository</artifactId> -->
115 <!-- </dependency> -->
116
117 </dependencies>
118 </project>