]> git.argeo.org Git - gpl/argeo-slc.git/blob - org.argeo.slc.server/pom.xml
6e54c73816417a88b4234bf248267bceac4db20b
[gpl/argeo-slc.git] / org.argeo.slc.server / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5 <modelVersion>4.0.0</modelVersion>
6 <parent>
7 <groupId>org.argeo.slc</groupId>
8 <artifactId>argeo-slc</artifactId>
9 <version>0.9-SNAPSHOT</version>
10 <relativePath>../org.argeo.slc</relativePath>
11 </parent>
12 <artifactId>argeo-slc-server</artifactId>
13 <name>Argeo SLC Server</name>
14 <description>SLC Server</description>
15 <build>
16 <plugins>
17 <!-- Look to parent pom for inheritances -->
18 <plugin>
19 <groupId>org.apache.maven.plugins</groupId>
20 <artifactId>maven-compiler-plugin</artifactId>
21 </plugin>
22 <plugin>
23 <groupId>org.apache.maven.plugins</groupId>
24 <artifactId>maven-source-plugin</artifactId>
25 </plugin>
26 <plugin>
27 <groupId>org.apache.maven.plugins</groupId>
28 <artifactId>maven-javadoc-plugin</artifactId>
29 </plugin>
30 </plugins>
31 </build>
32 <dependencies>
33 <dependency>
34 <groupId>org.argeo.slc</groupId>
35 <artifactId>argeo-slc-core</artifactId>
36 <version>${project.version}</version>
37 </dependency>
38
39 <dependency>
40 <groupId>org.springframework.ws</groupId>
41 <artifactId>spring-ws-core</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
57 <dependency>
58 <groupId>javax.xml.soap</groupId>
59 <artifactId>saaj-api</artifactId>
60 </dependency>
61 <dependency>
62 <groupId>com.sun.xml.messaging.saaj</groupId>
63 <artifactId>saaj-impl</artifactId>
64 </dependency>
65 </dependencies>
66 </project>