]> git.argeo.org Git - gpl/argeo-slc.git/blob - pom.xml
81bcdebde030f759072cc51069febb16309c7d27
[gpl/argeo-slc.git] / pom.xml
1 <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.slc</groupId>
5 <artifactId>dep</artifactId>
6 <version>1.1.16-SNAPSHOT</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.slc.dep.minimal</artifactId>
10 <name>SLC Minimal Dependencies</name>
11 <description>The minimal set of dependencies required to run an SLC execution</description>
12 <build>
13 <plugins>
14 <plugin>
15 <groupId>org.argeo.maven.plugins</groupId>
16 <artifactId>maven-argeo-osgi-plugin</artifactId>
17 <executions>
18 <execution>
19 <id>generate-descriptors</id>
20 <goals>
21 <goal>descriptors</goal>
22 </goals>
23 <phase>generate-resources</phase>
24 </execution>
25 </executions>
26 </plugin>
27 <plugin>
28 <groupId>org.apache.maven.plugins</groupId>
29 <artifactId>maven-dependency-plugin</artifactId>
30 <executions>
31 <execution>
32 <id>copy-dependencies</id>
33 <phase>package</phase>
34 <goals>
35 <goal>copy-dependencies</goal>
36 </goals>
37 </execution>
38 </executions>
39 </plugin>
40 </plugins>
41 </build>
42 <dependencies>
43 <!-- Absolutely minimal SLC Agent -->
44 <dependency>
45 <groupId>org.argeo.slc</groupId>
46 <artifactId>org.argeo.slc.core</artifactId>
47 <version>1.1.16-SNAPSHOT</version>
48 </dependency>
49 <dependency>
50 <groupId>org.argeo.slc</groupId>
51 <artifactId>org.argeo.slc.support.osgi</artifactId>
52 <version>1.1.16-SNAPSHOT</version>
53 </dependency>
54 <dependency>
55 <groupId>org.argeo.slc</groupId>
56 <artifactId>org.argeo.slc.support.equinox</artifactId>
57 <version>1.1.16-SNAPSHOT</version>
58 </dependency>
59 <dependency>
60 <groupId>org.argeo.slc</groupId>
61 <artifactId>org.argeo.slc.agent</artifactId>
62 <version>1.1.16-SNAPSHOT</version>
63 </dependency>
64 <dependency>
65 <groupId>org.argeo.commons.base</groupId>
66 <artifactId>org.argeo.osgi.boot</artifactId>
67 <version>${version.argeo-commons}</version>
68 </dependency>
69 <dependency>
70 <groupId>org.argeo.tp</groupId>
71 <artifactId>org.springframework.osgi.extender</artifactId>
72 </dependency>
73 <dependency>
74 <groupId>org.argeo.commons.base</groupId>
75 <artifactId>org.argeo.dep.log4j</artifactId>
76 <version>${version.argeo-commons}</version>
77 <type>pom</type>
78 </dependency>
79
80 <!-- CLI Agent -->
81 <!-- <dependency> -->
82 <!-- <groupId>org.argeo.slc</groupId> -->
83 <!-- <artifactId>org.argeo.slc.launcher</artifactId> -->
84 <!-- <version>1.1.12-SNAPSHOT</version> -->
85 <!-- </dependency> -->
86 <dependency>
87 <groupId>org.argeo.slc</groupId>
88 <artifactId>org.argeo.slc.agent.cli</artifactId>
89 <version>1.1.16-SNAPSHOT</version>
90 </dependency>
91
92 <!-- JCR Agent -->
93 <dependency>
94 <groupId>org.argeo.slc</groupId>
95 <artifactId>org.argeo.slc.support.jcr</artifactId>
96 <version>1.1.16-SNAPSHOT</version>
97 </dependency>
98 <dependency>
99 <groupId>org.argeo.slc</groupId>
100 <artifactId>org.argeo.slc.agent.jcr</artifactId>
101 <version>1.1.16-SNAPSHOT</version>
102 </dependency>
103 <dependency>
104 <groupId>org.argeo.slc</groupId>
105 <artifactId>org.argeo.slc.node.jackrabbit</artifactId>
106 <version>1.1.16-SNAPSHOT</version>
107 </dependency>
108
109 <!-- Node subset -->
110 <!-- Default JCR repositories configurations -->
111 <dependency>
112 <groupId>org.argeo.commons.server</groupId>
113 <artifactId>org.argeo.node.repo.jackrabbit</artifactId>
114 <version>${version.argeo-commons}</version>
115 </dependency>
116
117 <!-- Argeo Security -->
118 <dependency>
119 <groupId>org.argeo.commons.security</groupId>
120 <artifactId>org.argeo.security.core</artifactId>
121 <version>${version.argeo-commons}</version>
122 </dependency>
123
124 <!-- VFS -->
125 <dependency>
126 <groupId>org.argeo.tp</groupId>
127 <artifactId>org.apache.commons.vfs</artifactId>
128 <exclusions>
129 <exclusion>
130 <groupId>org.argeo.tp</groupId>
131 <artifactId>org.apache.xmlcommons</artifactId>
132 </exclusion>
133 </exclusions>
134 </dependency>
135
136 <!-- Xerces and Xalan -->
137 <dependency>
138 <groupId>org.argeo.tp</groupId>
139 <artifactId>org.apache.xmlcommons</artifactId>
140 </dependency>
141 <dependency>
142 <groupId>org.argeo.tp</groupId>
143 <artifactId>org.apache.xalan</artifactId>
144 </dependency>
145
146 <!-- Javax -->
147 <dependency>
148 <groupId>org.argeo.tp</groupId>
149 <artifactId>javax.annotation</artifactId>
150 </dependency>
151
152 <!-- Jackrabbit -->
153 <dependency>
154 <groupId>org.argeo.commons.server</groupId>
155 <artifactId>org.argeo.server.jackrabbit</artifactId>
156 <version>${version.argeo-commons}</version>
157 </dependency>
158 <dependency>
159 <groupId>org.argeo.commons.security</groupId>
160 <artifactId>org.argeo.security.jackrabbit</artifactId>
161 <version>${version.argeo-commons}</version>
162 </dependency>
163
164 <!-- Security (Jackrabbit) -->
165 <dependency>
166 <groupId>org.argeo.commons.security</groupId>
167 <artifactId>org.argeo.security.dao.jackrabbit</artifactId>
168 <version>${version.argeo-commons}</version>
169 </dependency>
170
171 <!-- Security (Standalone) -->
172 <dependency>
173 <groupId>org.argeo.commons.security</groupId>
174 <artifactId>org.argeo.security.dao.os</artifactId>
175 <version>${version.argeo-commons}</version>
176 </dependency>
177
178 <!-- DB drivers -->
179 <dependency>
180 <groupId>org.argeo.tp</groupId>
181 <artifactId>org.h2</artifactId>
182 </dependency>
183 </dependencies>
184 <profiles>
185 <profile>
186 <id>check-osgi</id>
187 <build>
188 <plugins>
189 <plugin>
190 <groupId>org.argeo.maven.plugins</groupId>
191 <artifactId>maven-argeo-osgi-plugin</artifactId>
192 <executions>
193 <execution>
194 <id>check-osgi</id>
195 <phase>test</phase>
196 <goals>
197 <goal>equinox</goal>
198 </goals>
199 <configuration>
200 <onlyCheck>true</onlyCheck>
201 </configuration>
202 </execution>
203 </executions>
204 </plugin>
205 </plugins>
206 </build>
207 </profile>
208 </profiles>
209 </project>