client/spi: add ServiceManager.addTask to post a service provider working task
[remote.git] / axis / pom.xml
blobae79a5f3d239c92d06d2b6aa565f4cbe00a9ad47
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project>
3         <modelVersion>4.0.0</modelVersion>
5         <parent>
6                 <groupId>remote</groupId>
7                 <artifactId>remote-testbed</artifactId>
8                 <version>2.0-snapshot</version>
9         </parent>
11         <artifactId>remote-axis</artifactId>
12         <packaging>pom</packaging>
14         <modules>
15                 <module>bindings</module>
16                 <module>spi</module>
17                 <module>webapp</module>
18         </modules>
20         <name>ReĀ·Mote Testbed Axis</name>
21         <description>
23                 Axis modules.
25         </description>
26         <scm>
27                 <connection>${scmrepo}</connection>
28                 <url>${scmweb}</url>
29         </scm>
31         <properties>
32                 <axis.version>1.4</axis.version>
33                 <!-- TODO: upgrade to wsdl4j version 1.6.2 -->
34                 <wsdl4j.version>1.5.1</wsdl4j.version>
35                 <commons-logging.version>1.0.4</commons-logging.version>
36                 <commons-discovery.version>0.2</commons-discovery.version>
37                 <javax.mail.version>1.4</javax.mail.version>
38         </properties>
40         <dependencyManagement>
41                 <dependencies>
42                         <dependency>
43                                 <groupId>org.apache.axis</groupId>
44                                 <artifactId>axis</artifactId>
45                                 <version>${axis.version}</version>
46                         </dependency>
47                         <dependency>
48                                 <groupId>org.apache.axis</groupId>
49                                 <artifactId>axis-jaxrpc</artifactId>
50                                 <version>${axis.version}</version>
51                         </dependency>
52                         <dependency>
53                                 <groupId>wsdl4j</groupId>
54                                 <artifactId>wsdl4j</artifactId>
55                                 <version>${wsdl4j.version}</version>
56                         </dependency>
57                         <dependency>
58                                 <groupId>commons-logging</groupId>
59                                 <artifactId>commons-logging</artifactId>
60                                 <version>${commons-logging.version}</version>
61                         </dependency>
62                         <dependency>
63                                 <groupId>commons-discovery</groupId>
64                                 <artifactId>commons-discovery</artifactId>
65                                 <version>${commons-discovery.version}</version>
66                         </dependency>
67                         <dependency>
68                                 <groupId>javax.mail</groupId>
69                                 <artifactId>mail</artifactId>
70                                 <version>${javax.mail.version}</version>
71                         </dependency>
72                 </dependencies>
73         </dependencyManagement>
74 </project>