]> git.argeo.org Git - lgpl/argeo-commons.git/blob - dep/org.argeo.dep.cms.node/pom.xml
Remove dependency to deprecated Java API.
[lgpl/argeo-commons.git] / dep / org.argeo.dep.cms.node / pom.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <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">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.argeo.commons</groupId>
6 <version>2.1.85-SNAPSHOT</version>
7 <artifactId>dep</artifactId>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.dep.cms.node</artifactId>
11 <name>CMS Node</name>
12 <dependencies>
13
14 <!-- Parent dependencies -->
15 <dependency>
16 <groupId>org.argeo.commons</groupId>
17 <artifactId>org.argeo.dep.cms.client</artifactId>
18 <version>2.1.85-SNAPSHOT</version>
19 <type>pom</type>
20 </dependency>
21
22 <!-- Argeo Commons -->
23 <dependency>
24 <groupId>org.argeo.commons</groupId>
25 <artifactId>org.argeo.node.api</artifactId>
26 <version>2.1.85-SNAPSHOT</version>
27 </dependency>
28 <dependency>
29 <groupId>org.argeo.commons</groupId>
30 <artifactId>org.argeo.cms</artifactId>
31 <version>2.1.85-SNAPSHOT</version>
32 </dependency>
33 <dependency>
34 <groupId>org.argeo.commons</groupId>
35 <artifactId>org.argeo.maintenance</artifactId>
36 <version>2.1.85-SNAPSHOT</version>
37 </dependency>
38 <dependency>
39 <groupId>org.argeo.commons</groupId>
40 <artifactId>org.argeo.ext.jackrabbit</artifactId>
41 <version>2.1.85-SNAPSHOT</version>
42 </dependency>
43 <dependency>
44 <groupId>org.argeo.commons</groupId>
45 <artifactId>org.argeo.ext.equinox.jetty</artifactId>
46 <version>2.1.85-SNAPSHOT</version>
47 </dependency>
48
49 <!-- CMS Dependencies -->
50 <!-- <dependency> -->
51 <!-- <groupId>org.argeo.tp.misc</groupId> -->
52 <!-- <artifactId>bitronix.tm</artifactId> -->
53 <!-- </dependency> -->
54 <!-- <dependency> -->
55 <!-- <groupId>org.argeo.tp.misc</groupId> -->
56 <!-- <artifactId>org.joda.time</artifactId> -->
57 <!-- </dependency> -->
58
59 <!-- Javax -->
60 <dependency>
61 <groupId>org.argeo.tp.javax</groupId>
62 <artifactId>javax.annotation</artifactId>
63 </dependency>
64 <dependency>
65 <groupId>org.argeo.tp.javax</groupId>
66 <artifactId>javax.inject</artifactId>
67 </dependency>
68
69 <!-- Database drivers -->
70 <dependency>
71 <groupId>org.argeo.tp.misc</groupId>
72 <artifactId>org.postgresql.jdbc42</artifactId>
73 </dependency>
74
75 <!-- Third Parties -->
76 <dependency>
77 <groupId>org.argeo.tp.misc</groupId>
78 <artifactId>com.google.gson</artifactId>
79 </dependency>
80
81 <!-- Aries -->
82 <!-- <dependency> -->
83 <!-- <groupId>org.argeo.tp.apache</groupId> -->
84 <!-- <artifactId>org.apache.aries.util</artifactId> -->
85 <!-- </dependency> -->
86 <!-- <dependency> -->
87 <!-- <groupId>org.argeo.tp.apache</groupId> -->
88 <!-- <artifactId>org.apache.aries.spifly.dynamic.bundle</artifactId> -->
89 <!-- </dependency> -->
90
91 <!-- HTTP Server -->
92 <dependency>
93 <groupId>org.argeo.tp.equinox</groupId>
94 <artifactId>org.eclipse.equinox.http.servlet</artifactId>
95 </dependency>
96 <dependency>
97 <groupId>org.argeo.tp.equinox</groupId>
98 <artifactId>org.eclipse.equinox.http.jetty</artifactId>
99 </dependency>
100
101 <!-- Jetty -->
102 <dependency>
103 <groupId>org.argeo.tp.jetty</groupId>
104 <artifactId>org.eclipse.jetty.client</artifactId>
105 </dependency>
106 <dependency>
107 <groupId>org.argeo.tp.jetty</groupId>
108 <artifactId>org.eclipse.jetty.continuation</artifactId>
109 </dependency>
110 <dependency>
111 <groupId>org.argeo.tp.jetty</groupId>
112 <artifactId>org.eclipse.jetty.http</artifactId>
113 </dependency>
114 <dependency>
115 <groupId>org.argeo.tp.jetty</groupId>
116 <artifactId>org.eclipse.jetty.io</artifactId>
117 </dependency>
118 <dependency>
119 <groupId>org.argeo.tp.jetty</groupId>
120 <artifactId>org.eclipse.jetty.jmx</artifactId>
121 </dependency>
122 <dependency>
123 <groupId>org.argeo.tp.jetty</groupId>
124 <artifactId>org.eclipse.jetty.security</artifactId>
125 </dependency>
126 <dependency>
127 <groupId>org.argeo.tp.jetty</groupId>
128 <artifactId>org.eclipse.jetty.server</artifactId>
129 </dependency>
130 <dependency>
131 <groupId>org.argeo.tp.jetty</groupId>
132 <artifactId>org.eclipse.jetty.servlet</artifactId>
133 </dependency>
134 <dependency>
135 <groupId>org.argeo.tp.jetty</groupId>
136 <artifactId>org.eclipse.jetty.servlets</artifactId>
137 </dependency>
138 <dependency>
139 <groupId>org.argeo.tp.jetty</groupId>
140 <artifactId>org.eclipse.jetty.util</artifactId>
141 </dependency>
142 <dependency>
143 <groupId>org.argeo.tp.jetty</groupId>
144 <artifactId>org.eclipse.jetty.xml</artifactId>
145 </dependency>
146
147 <!-- HTTP2 -->
148 <dependency>
149 <groupId>org.argeo.tp.jetty</groupId>
150 <artifactId>org.eclipse.jetty.alpn.api</artifactId>
151 </dependency>
152 <dependency>
153 <groupId>org.argeo.tp.jetty</groupId>
154 <artifactId>org.eclipse.jetty.alpn.client</artifactId>
155 </dependency>
156 <dependency>
157 <groupId>org.argeo.tp.jetty</groupId>
158 <artifactId>org.eclipse.jetty.alpn.server</artifactId>
159 </dependency>
160 <dependency>
161 <groupId>org.argeo.tp.jetty</groupId>
162 <artifactId>org.eclipse.jetty.http2.common</artifactId>
163 </dependency>
164 <dependency>
165 <groupId>org.argeo.tp.jetty</groupId>
166 <artifactId>org.eclipse.jetty.http2.client</artifactId>
167 </dependency>
168 <dependency>
169 <groupId>org.argeo.tp.jetty</groupId>
170 <artifactId>org.eclipse.jetty.http2.client.http</artifactId>
171 </dependency>
172 <dependency>
173 <groupId>org.argeo.tp.jetty</groupId>
174 <artifactId>org.eclipse.jetty.http2.server</artifactId>
175 </dependency>
176 <dependency>
177 <groupId>org.argeo.tp.jetty</groupId>
178 <artifactId>org.eclipse.jetty.http2.hpack</artifactId>
179 </dependency>
180
181 <!-- Async -->
182 <dependency>
183 <groupId>org.argeo.tp.javax</groupId>
184 <artifactId>javax.websocket</artifactId>
185 </dependency>
186 <dependency>
187 <groupId>org.argeo.tp.jetty</groupId>
188 <artifactId>org.eclipse.jetty.websocket.api</artifactId>
189 </dependency>
190 <dependency>
191 <groupId>org.argeo.tp.jetty</groupId>
192 <artifactId>org.eclipse.jetty.websocket.common</artifactId>
193 </dependency>
194 <dependency>
195 <groupId>org.argeo.tp.jetty</groupId>
196 <artifactId>org.eclipse.jetty.websocket.client</artifactId>
197 </dependency>
198 <dependency>
199 <groupId>org.argeo.tp.jetty</groupId>
200 <artifactId>org.eclipse.jetty.websocket.server</artifactId>
201 </dependency>
202 <dependency>
203 <groupId>org.argeo.tp.jetty</groupId>
204 <artifactId>org.eclipse.jetty.websocket.servlet</artifactId>
205 </dependency>
206 <dependency>
207 <groupId>org.argeo.tp.jetty</groupId>
208 <artifactId>org.eclipse.jetty.websocket.javax.websocket</artifactId>
209 </dependency>
210 <dependency>
211 <groupId>org.argeo.tp.jetty</groupId>
212 <artifactId>org.eclipse.jetty.websocket.javax.websocket.server</artifactId>
213 </dependency>
214 </dependencies>
215
216 <profiles>
217 <profile>
218 <id>rpmbuild</id>
219 <build>
220 <plugins>
221 <plugin>
222 <artifactId>maven-assembly-plugin</artifactId>
223 <executions>
224 <execution>
225 <id>prepare-source</id>
226 <phase>package</phase>
227 <goals>
228 <goal>single</goal>
229 </goals>
230 <configuration>
231 <descriptorRefs>
232 <descriptorRef>a2-source</descriptorRef>
233 </descriptorRefs>
234 </configuration>
235 </execution>
236 </executions>
237 </plugin>
238
239 <!-- <plugin> -->
240 <!-- <groupId>org.apache.maven.plugins</groupId> -->
241 <!-- <artifactId>maven-dependency-plugin</artifactId> -->
242 <!-- <executions> -->
243 <!-- <execution> -->
244 <!-- <id>copy-argeo</id> -->
245 <!-- <phase>package</phase> -->
246 <!-- <goals> -->
247 <!-- <goal>copy-dependencies</goal> -->
248 <!-- </goals> -->
249 <!-- <configuration> -->
250 <!-- <includeTypes>jar</includeTypes> -->
251 <!-- <outputDirectory>${project.build.directory}/lib-argeo</outputDirectory> -->
252 <!-- <includeGroupIds>org.argeo.commons</includeGroupIds> -->
253 <!-- <excludeTransitive>true</excludeTransitive> -->
254 <!-- <excludeArtifactIds>org.argeo.dep.cms.client</excludeArtifactIds> -->
255 <!-- <includeTypes>jar</includeTypes> -->
256 <!-- <includeScope>runtime</includeScope> -->
257 <!-- <useRepositoryLayout>true</useRepositoryLayout> -->
258 <!-- </configuration> -->
259 <!-- </execution> -->
260 <!-- </executions> -->
261 <!-- </plugin> -->
262 <plugin>
263 <groupId>org.codehaus.mojo</groupId>
264 <artifactId>rpm-maven-plugin</artifactId>
265 <executions>
266 <execution>
267 <id>rpm-argeo</id>
268 <phase>package</phase>
269 <goals>
270 <goal>rpm</goal>
271 </goals>
272 <configuration>
273 <name>argeo-cms-node</name>
274 <mappings>
275 <mapping>
276 <directory>/usr/share/osgi</directory>
277 <username>root</username>
278 <groupname>root</groupname>
279 <filemode>644</filemode>
280 <directoryIncluded>false</directoryIncluded>
281 <sources>
282 <source>
283 <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source</location>
284 <includes>
285 <include>**/*.jar</include>
286 </includes>
287 </source>
288 </sources>
289 </mapping>
290 <!-- <mapping> -->
291 <!-- <directory>/usr/share/osgi/org/argeo/commons/${project.artifactId}/${project.version}</directory> -->
292 <!-- <username>root</username> -->
293 <!-- <groupname>root</groupname> -->
294 <!-- <directoryIncluded>false</directoryIncluded> -->
295 <!-- <artifact /> -->
296 <!-- </mapping> -->
297 </mappings>
298 <requires>
299 <require>argeo-cms-client</require>
300 <require>argeo-cms-node-tp</require>
301 </requires>
302 </configuration>
303 </execution>
304 </executions>
305 </plugin>
306 </plugins>
307 </build>
308 </profile>
309 <profile>
310 <id>rpmbuild-tp</id>
311 <build>
312 <plugins>
313 <plugin>
314 <artifactId>maven-assembly-plugin</artifactId>
315 <executions>
316 <execution>
317 <id>prepare-source-tp</id>
318 <phase>package</phase>
319 <goals>
320 <goal>single</goal>
321 </goals>
322 <configuration>
323 <descriptorRefs>
324 <descriptorRef>a2-source-tp</descriptorRef>
325 </descriptorRefs>
326 </configuration>
327 </execution>
328 </executions>
329 </plugin>
330 <!-- <plugin> -->
331 <!-- <groupId>org.apache.maven.plugins</groupId> -->
332 <!-- <artifactId>maven-dependency-plugin</artifactId> -->
333 <!-- <executions> -->
334 <!-- <execution> -->
335 <!-- <id>copy-tp</id> -->
336 <!-- <phase>package</phase> -->
337 <!-- <goals> -->
338 <!-- <goal>copy-dependencies</goal> -->
339 <!-- </goals> -->
340 <!-- <configuration> -->
341 <!-- <includeTypes>jar</includeTypes> -->
342 <!-- <outputDirectory>${project.build.directory}/lib-tp</outputDirectory> -->
343 <!-- <excludeGroupIds>org.argeo.commons</excludeGroupIds> -->
344 <!-- <excludeTransitive>true</excludeTransitive> -->
345 <!-- <includeTypes>jar</includeTypes> -->
346 <!-- <includeScope>runtime</includeScope> -->
347 <!-- <useRepositoryLayout>true</useRepositoryLayout> -->
348 <!-- </configuration> -->
349 <!-- </execution> -->
350 <!-- </executions> -->
351 <!-- </plugin> -->
352 <plugin>
353 <groupId>org.codehaus.mojo</groupId>
354 <artifactId>rpm-maven-plugin</artifactId>
355 <executions>
356 <execution>
357 <id>rpm-tp</id>
358 <phase>package</phase>
359 <goals>
360 <goal>rpm</goal>
361 </goals>
362 <configuration>
363 <name>argeo-cms-node-tp</name>
364 <projversion>${version.argeo-tp}</projversion>
365 <mappings>
366 <mapping>
367 <directory>/usr/share/osgi</directory>
368 <username>root</username>
369 <groupname>root</groupname>
370 <filemode>644</filemode>
371 <directoryIncluded>false</directoryIncluded>
372 <sources>
373 <source>
374 <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source-tp</location>
375 <includes>
376 <include>**/*.jar</include>
377 </includes>
378 </source>
379 </sources>
380 </mapping>
381 </mappings>
382 <requires>
383 <require>argeo-cms-client-tp</require>
384 </requires>
385 </configuration>
386 </execution>
387 </executions>
388 </plugin>
389 </plugins>
390 </build>
391 </profile>
392 </profiles>
393 </project>