]> git.argeo.org Git - gpl/argeo-slc.git/blob - legacy/pom.xml
Merge remote-tracking branch 'origin/unstable' into testing
[gpl/argeo-slc.git] / legacy / 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>argeo-slc</artifactId>
6 <version>2.1-SNAPSHOT</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>legacy</artifactId>
10 <version>2.1-SNAPSHOT</version>
11 <packaging>pom</packaging>
12 <name>SLC Legacy Argeo Software</name>
13 <modules>
14 <!-- Legacy UI -->
15 <module>org.argeo.legacy.fake.java8</module>
16 <!-- <module>argeo-commons</module> -->
17
18 <!-- Legacy Runtime -->
19 <module>org.argeo.slc.spring</module>
20 <module>org.argeo.slc.support</module>
21 <module>org.argeo.slc.launcher</module>
22
23 <!-- Legacy Modules -->
24 <module>org.argeo.slc.agent</module>
25 <module>org.argeo.slc.agent.jcr</module>
26 <module>org.argeo.slc.server.repo</module>
27
28 <!-- Legacy UI -->
29 <module>org.argeo.slc.client.ui</module>
30 <module>org.argeo.slc.client.ui.dist</module>
31 <module>org.argeo.slc.client.rap</module>
32
33 <!-- To be imported by Spring-based modules -->
34 <module>lib</module>
35
36 <!-- Spring-based modules demo -->
37 <module>org.argeo.slc.demo.ant</module>
38 <module>org.argeo.slc.demo.basic</module>
39 <module>org.argeo.slc.demo.minimal</module>
40
41 <module>dep</module>
42 </modules>
43 <dependencies>
44 <dependency>
45 <groupId>org.argeo.tp</groupId>
46 <artifactId>argeo-tp</artifactId>
47 <version>${version.argeo-tp}</version>
48 <scope>provided</scope>
49 <exclusions>
50 <exclusion>
51 <groupId>org.argeo.tp.apache</groupId>
52 <artifactId>org.apache.xerces</artifactId>
53 </exclusion>
54 <!-- Avoid slf4j implementations lurking in the classpath. -->
55 <exclusion>
56 <groupId>org.argeo.tp.sdk</groupId>
57 <artifactId>biz.aQute.bndlib</artifactId>
58 </exclusion>
59 <exclusion>
60 <groupId>org.argeo.tp.misc</groupId>
61 <artifactId>slf4j.osgi</artifactId>
62 </exclusion>
63 </exclusions>
64 </dependency>
65 </dependencies>
66 </project>