]> git.argeo.org Git - gpl/argeo-slc.git/blob - dep/org.argeo.slc.dep.minimal/pom.xml
Merge remote-tracking branch 'origin/master' into testing
[gpl/argeo-slc.git] / dep / org.argeo.slc.dep.minimal / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>org.argeo.slc</groupId>
7 <artifactId>dep</artifactId>
8 <version>2.1-SNAPSHOT</version>
9 <relativePath>..</relativePath>
10 </parent>
11 <artifactId>org.argeo.slc.dep.minimal</artifactId>
12 <name>SLC Agent</name>
13 <dependencies>
14 <!-- Parent dependencies -->
15 <dependency>
16 <groupId>org.argeo.commons</groupId>
17 <artifactId>org.argeo.dep.cms.node</artifactId>
18 <version>${version.argeo-commons}</version>
19 <type>pom</type>
20 </dependency>
21 <dependency>
22 <groupId>org.argeo.commons</groupId>
23 <artifactId>org.argeo.dep.cms.ext</artifactId>
24 <version>${version.argeo-commons}</version>
25 <type>pom</type>
26 </dependency>
27
28 <!-- SLC Runtime -->
29 <dependency>
30 <groupId>org.argeo.slc</groupId>
31 <artifactId>org.argeo.slc.api</artifactId>
32 <version>2.1-SNAPSHOT</version>
33 </dependency>
34 <dependency>
35 <groupId>org.argeo.slc</groupId>
36 <artifactId>org.argeo.slc.runtime</artifactId>
37 <version>2.1-SNAPSHOT</version>
38 </dependency>
39 <dependency>
40 <groupId>org.argeo.slc</groupId>
41 <artifactId>org.argeo.slc.jcr</artifactId>
42 <version>2.1-SNAPSHOT</version>
43 </dependency>
44
45 <!-- SLC Repo -->
46 <dependency>
47 <groupId>org.argeo.slc</groupId>
48 <artifactId>org.argeo.slc.repo</artifactId>
49 <version>2.1-SNAPSHOT</version>
50 </dependency>
51 <dependency>
52 <groupId>org.argeo.slc</groupId>
53 <artifactId>org.argeo.slc.factory</artifactId>
54 <version>2.1-SNAPSHOT</version>
55 </dependency>
56
57 <!-- CMS extensions -->
58 <dependency>
59 <groupId>org.argeo.slc</groupId>
60 <artifactId>org.argeo.cms.integration</artifactId>
61 <version>2.1-SNAPSHOT</version>
62 </dependency>
63 <dependency>
64 <groupId>org.argeo.slc</groupId>
65 <artifactId>org.argeo.ext.equinox.jetty</artifactId>
66 <version>2.1-SNAPSHOT</version>
67 </dependency>
68
69 <!-- CLI Agent -->
70 <!-- <dependency> -->
71 <!-- <groupId>org.argeo.slc</groupId> -->
72 <!-- <artifactId>org.argeo.slc.launcher</artifactId> -->
73 <!-- <version>1.1.12-SNAPSHOT</version> -->
74 <!-- </dependency> -->
75 <!-- <dependency> -->
76 <!-- <groupId>org.argeo.slc</groupId> -->
77 <!-- <artifactId>org.argeo.slc.agent.cli</artifactId> -->
78 <!-- <version>2.1.1-SNAPSHOT</version> -->
79 <!-- </dependency> -->
80
81 <!-- SDK Third Parties -->
82 <dependency>
83 <groupId>org.argeo.tp.sdk</groupId>
84 <artifactId>biz.aQute.bndlib</artifactId>
85 </dependency>
86 <dependency>
87 <groupId>org.argeo.tp.sdk</groupId>
88 <artifactId>org.junit</artifactId>
89 </dependency>
90 <dependency>
91 <groupId>org.argeo.tp.sdk</groupId>
92 <artifactId>org.hamcrest</artifactId>
93 </dependency>
94 <dependency>
95 <groupId>org.argeo.tp.sdk</groupId>
96 <artifactId>org.redline-rpm</artifactId>
97 </dependency>
98 <dependency>
99 <groupId>org.argeo.tp.misc</groupId>
100 <artifactId>com.googlecode.javaewah.JavaEWAH</artifactId>
101 </dependency>
102 <dependency>
103 <groupId>org.argeo.tp.misc</groupId>
104 <artifactId>org.eclipse.jgit</artifactId>
105 </dependency>
106
107 <!-- Misc -->
108 <dependency>
109 <groupId>org.argeo.tp.apache.commons</groupId>
110 <artifactId>org.apache.commons.vfs</artifactId>
111 </dependency>
112
113 <!-- HTTP2 -->
114 <dependency>
115 <groupId>org.argeo.tp.jetty</groupId>
116 <artifactId>org.eclipse.jetty.alpn.api</artifactId>
117 </dependency>
118 <dependency>
119 <groupId>org.argeo.tp.jetty</groupId>
120 <artifactId>org.eclipse.jetty.alpn.client</artifactId>
121 </dependency>
122 <dependency>
123 <groupId>org.argeo.tp.jetty</groupId>
124 <artifactId>org.eclipse.jetty.alpn.server</artifactId>
125 </dependency>
126 <dependency>
127 <groupId>org.argeo.tp.jetty</groupId>
128 <artifactId>org.eclipse.jetty.http2.common</artifactId>
129 </dependency>
130 <dependency>
131 <groupId>org.argeo.tp.jetty</groupId>
132 <artifactId>org.eclipse.jetty.http2.client</artifactId>
133 </dependency>
134 <dependency>
135 <groupId>org.argeo.tp.jetty</groupId>
136 <artifactId>org.eclipse.jetty.http2.client.http</artifactId>
137 </dependency>
138 <dependency>
139 <groupId>org.argeo.tp.jetty</groupId>
140 <artifactId>org.eclipse.jetty.http2.server</artifactId>
141 </dependency>
142 <dependency>
143 <groupId>org.argeo.tp.jetty</groupId>
144 <artifactId>org.eclipse.jetty.http2.hpack</artifactId>
145 </dependency>
146
147 <!-- Async -->
148 <dependency>
149 <groupId>org.argeo.tp.javax</groupId>
150 <artifactId>javax.websocket</artifactId>
151 </dependency>
152 <dependency>
153 <groupId>org.argeo.tp.jetty</groupId>
154 <artifactId>org.eclipse.jetty.websocket.api</artifactId>
155 </dependency>
156 <dependency>
157 <groupId>org.argeo.tp.jetty</groupId>
158 <artifactId>org.eclipse.jetty.websocket.common</artifactId>
159 </dependency>
160 <dependency>
161 <groupId>org.argeo.tp.jetty</groupId>
162 <artifactId>org.eclipse.jetty.websocket.client</artifactId>
163 </dependency>
164 <dependency>
165 <groupId>org.argeo.tp.jetty</groupId>
166 <artifactId>org.eclipse.jetty.websocket.server</artifactId>
167 </dependency>
168 <dependency>
169 <groupId>org.argeo.tp.jetty</groupId>
170 <artifactId>org.eclipse.jetty.websocket.servlet</artifactId>
171 </dependency>
172 <dependency>
173 <groupId>org.argeo.tp.jetty</groupId>
174 <artifactId>org.eclipse.jetty.websocket.javax.websocket</artifactId>
175 </dependency>
176 <dependency>
177 <groupId>org.argeo.tp.jetty</groupId>
178 <artifactId>org.eclipse.jetty.websocket.javax.websocket.server</artifactId>
179 </dependency>
180
181 <!-- SSH -->
182 <dependency>
183 <groupId>org.argeo.tp.apache</groupId>
184 <artifactId>org.apache.mina.core</artifactId>
185 </dependency>
186 <dependency>
187 <groupId>org.argeo.tp.apache</groupId>
188 <artifactId>org.apache.tomcat.jni</artifactId>
189 </dependency>
190 <dependency>
191 <groupId>org.argeo.tp.apache</groupId>
192 <artifactId>org.apache.sshd.core</artifactId>
193 </dependency>
194 <dependency>
195 <groupId>org.argeo.tp.apache</groupId>
196 <artifactId>org.apache.sshd.common</artifactId>
197 </dependency>
198 <dependency>
199 <groupId>org.argeo.tp.apache</groupId>
200 <artifactId>org.apache.sshd.sftp</artifactId>
201 </dependency>
202 <dependency>
203 <groupId>org.argeo.tp.apache</groupId>
204 <artifactId>org.apache.sshd.scp</artifactId>
205 </dependency>
206 <dependency>
207 <groupId>org.argeo.tp.apache</groupId>
208 <artifactId>org.apache.sshd.cli</artifactId>
209 </dependency>
210 <dependency>
211 <groupId>org.argeo.tp.apache</groupId>
212 <artifactId>org.apache.sshd.putty</artifactId>
213 </dependency>
214 <dependency>
215 <groupId>org.argeo.tp.misc</groupId>
216 <artifactId>net.i2p.crypto.eddsa</artifactId>
217 </dependency>
218
219
220
221
222 </dependencies>
223 <profiles>
224 <profile>
225 <id>rpmbuild</id>
226 <build>
227 <plugins>
228 <plugin>
229 <artifactId>maven-assembly-plugin</artifactId>
230 <executions>
231 <execution>
232 <id>prepare-source</id>
233 <phase>package</phase>
234 <goals>
235 <goal>single</goal>
236 </goals>
237 <configuration>
238 <descriptorRefs>
239 <descriptorRef>a2-source</descriptorRef>
240 </descriptorRefs>
241 </configuration>
242 </execution>
243 </executions>
244 </plugin>
245 <plugin>
246 <groupId>org.codehaus.mojo</groupId>
247 <artifactId>rpm-maven-plugin</artifactId>
248 <executions>
249 <execution>
250 <id>rpm-argeo</id>
251 <phase>package</phase>
252 <goals>
253 <goal>rpm</goal>
254 </goals>
255 <configuration>
256 <name>argeo-slc${argeo.rpm.suffix}</name>
257 <projversion>${version.released}</projversion>
258 <release>${maven.build.timestamp}</release>
259 <mappings>
260 <mapping>
261 <directory>/usr/share/osgi</directory>
262 <username>root</username>
263 <groupname>root</groupname>
264 <filemode>644</filemode>
265 <directoryIncluded>true</directoryIncluded>
266 <sources>
267 <source>
268 <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source</location>
269 <includes>
270 <include>**/*.jar</include>
271 </includes>
272 </source>
273 </sources>
274 </mapping>
275 </mappings>
276 <requires>
277 <require>argeo-cms-node${argeo.rpm.suffix}</require>
278 <require>argeo-slc-tp${argeo.rpm.suffix}</require>
279 </requires>
280 </configuration>
281 </execution>
282 </executions>
283 </plugin>
284 </plugins>
285 </build>
286 </profile>
287 <profile>
288 <id>rpmbuild-tp</id>
289 <build>
290 <plugins>
291 <plugin>
292 <artifactId>maven-assembly-plugin</artifactId>
293 <executions>
294 <execution>
295 <id>prepare-source-tp</id>
296 <phase>package</phase>
297 <goals>
298 <goal>single</goal>
299 </goals>
300 <configuration>
301 <descriptorRefs>
302 <descriptorRef>a2-source-tp</descriptorRef>
303 </descriptorRefs>
304 </configuration>
305 </execution>
306 </executions>
307 </plugin>
308 <plugin>
309 <groupId>org.codehaus.mojo</groupId>
310 <artifactId>rpm-maven-plugin</artifactId>
311 <executions>
312 <execution>
313 <id>rpm-tp</id>
314 <phase>package</phase>
315 <goals>
316 <goal>rpm</goal>
317 </goals>
318 <configuration>
319 <name>argeo-slc-tp${argeo.rpm.suffix}</name>
320 <projversion>${version.argeo-tp}</projversion>
321 <release>${maven.build.timestamp}</release>
322 <mappings>
323 <mapping>
324 <directory>/usr/share/osgi</directory>
325 <username>root</username>
326 <groupname>root</groupname>
327 <filemode>644</filemode>
328 <directoryIncluded>false</directoryIncluded>
329 <sources>
330 <source>
331 <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source-tp</location>
332 <includes>
333 <include>**/*.jar</include>
334 </includes>
335 </source>
336 </sources>
337 </mapping>
338 </mappings>
339 <requires>
340 <require>argeo-cms-ext-tp${argeo.rpm.suffix}</require>
341 </requires>
342 </configuration>
343 </execution>
344 </executions>
345 </plugin>
346 </plugins>
347 </build>
348 </profile>
349 </profiles>
350 </project>