]> git.argeo.org Git - gpl/argeo-slc.git/blob - org.argeo.slc.core/pom.xml
Add eclipse osgi dependency (commented)
[gpl/argeo-slc.git] / org.argeo.slc.core / 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>0.10.3-SNAPSHOT</version>
7 <relativePath>../org.argeo.slc</relativePath>
8 </parent>
9 <artifactId>argeo-slc-core</artifactId>
10 <name>Argeo SLC Core</name>
11 <description>SLC Core</description>
12 <scm>
13 <connection>scm:svn:https://www.argeo.org/svn/slc/trunk/org.argeo.slc.core</connection>
14 <url>https://www.argeo.org/svn/slc/trunk/org.argeo.slc.core</url>
15 </scm>
16 <build>
17 <plugins>
18 <!-- Look to parent pom for inheritances -->
19 <plugin>
20 <groupId>org.apache.maven.plugins</groupId>
21 <artifactId>maven-compiler-plugin</artifactId>
22 </plugin>
23 <plugin>
24 <groupId>org.apache.maven.plugins</groupId>
25 <artifactId>maven-source-plugin</artifactId>
26 </plugin>
27 <plugin>
28 <groupId>org.apache.maven.plugins</groupId>
29 <artifactId>maven-surefire-plugin</artifactId>
30 </plugin>
31 </plugins>
32 </build>
33 <dependencies>
34 <dependency>
35 <groupId>log4j</groupId>
36 <artifactId>log4j</artifactId>
37 </dependency>
38
39 <dependency>
40 <groupId>org.springframework</groupId>
41 <artifactId>spring-context</artifactId>
42 </dependency>
43 <dependency>
44 <groupId>org.springframework.ws</groupId>
45 <artifactId>spring-oxm</artifactId>
46 </dependency>
47
48 <dependency>
49 <groupId>org.codehaus.castor</groupId>
50 <artifactId>castor</artifactId>
51 </dependency>
52 <dependency>
53 <groupId>xerces</groupId>
54 <artifactId>xercesImpl</artifactId>
55 </dependency>
56 <dependency>
57 <groupId>xalan</groupId>
58 <artifactId>xalan</artifactId>
59 </dependency>
60
61 <dependency>
62 <groupId>commons-io</groupId>
63 <artifactId>commons-io</artifactId>
64 </dependency>
65 <dependency>
66 <groupId>org.dbunit</groupId>
67 <artifactId>dbunit</artifactId>
68 </dependency>
69 <dependency>
70 <groupId>junit</groupId>
71 <artifactId>junit</artifactId>
72 </dependency>
73 </dependencies>
74 </project>