axis/spi: make the authentication callback not supported exception bubble up
[remote.git] / client / pom.xml
blob00fe2b3687dea46080b8aed133dfc4194c143285
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-client</artifactId>
12         <packaging>pom</packaging>
14         <modules>
15                 <module>api</module>
16                 <module>spi</module>
17                 <module>xrt</module>
18         </modules>
20         <name>Re·Mote Testbed Client</name>
21         <description>
23                 Re·Mote Testbed Client API, SPI and extendable runtime.
25         </description>
26         <scm>
27                 <connection>${scmrepo}</connection>
28                 <url>${scmweb}</url>
29         </scm>
30 </project>