1 <?xml version="1.0" encoding="UTF-8"?>
3 <modelVersion>4.0.0</modelVersion>
6 <groupId>remote</groupId>
7 <artifactId>remote-testbed</artifactId>
8 <version>2.0-snapshot</version>
11 <artifactId>remote-axis</artifactId>
12 <packaging>pom</packaging>
15 <module>bindings</module>
17 <module>webapp</module>
20 <name>ReĀ·Mote Testbed Axis</name>
27 <connection>${scmrepo}</connection>
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>
40 <dependencyManagement>
43 <groupId>org.apache.axis</groupId>
44 <artifactId>axis</artifactId>
45 <version>${axis.version}</version>
48 <groupId>org.apache.axis</groupId>
49 <artifactId>axis-jaxrpc</artifactId>
50 <version>${axis.version}</version>
53 <groupId>wsdl4j</groupId>
54 <artifactId>wsdl4j</artifactId>
55 <version>${wsdl4j.version}</version>
58 <groupId>commons-logging</groupId>
59 <artifactId>commons-logging</artifactId>
60 <version>${commons-logging.version}</version>
63 <groupId>commons-discovery</groupId>
64 <artifactId>commons-discovery</artifactId>
65 <version>${commons-discovery.version}</version>
68 <groupId>javax.mail</groupId>
69 <artifactId>mail</artifactId>
70 <version>${javax.mail.version}</version>
73 </dependencyManagement>