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