]> git.argeo.org Git - lgpl/argeo-commons.git/blob - server/dep/pom.xml
Introduce AsyncSystemTaskExecutor
[lgpl/argeo-commons.git] / server / dep / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
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>0.3.2-SNAPSHOT</version>
7 <artifactId>server</artifactId>
8 <relativePath>..</relativePath>
9 </parent>
10 <groupId>org.argeo.commons.server</groupId>
11 <artifactId>dep</artifactId>
12 <name>Commons Server Dependencies</name>
13 <packaging>pom</packaging>
14 <modules>
15 <module>org.argeo.server.dep.javax</module>
16 <module>org.argeo.server.dep.tomcat</module>
17 <module>org.argeo.server.dep.ads</module>
18 <module>org.argeo.server.dep.hibernate</module>
19 <module>org.argeo.server.dep.jackrabbit.server</module>
20 <module>org.argeo.server.dep.activemq</module>
21 </modules>
22 <build>
23 <plugins>
24 <plugin>
25 <groupId>org.argeo.maven.plugins</groupId>
26 <artifactId>maven-argeo-osgi-plugin</artifactId>
27 <version>${version.maven-argeo-osgi}</version>
28 <executions>
29 <execution>
30 <id>check-osgi</id>
31 <phase>test</phase>
32 <goals>
33 <goal>equinox</goal>
34 </goals>
35 <configuration>
36 <onlyCheck>true</onlyCheck>
37 </configuration>
38 </execution>
39 </executions>
40 </plugin>
41 </plugins>
42 </build>
43 <dependencies>
44 <!-- OSGi test -->
45 <dependency>
46 <groupId>org.argeo.commons.osgi</groupId>
47 <artifactId>org.argeo.osgi.boot</artifactId>
48 <version>0.3.2-SNAPSHOT</version>
49 <scope>test</scope>
50 </dependency>
51 </dependencies>
52 </project>