axis/spi: make the authentication callback not supported exception bubble up
[remote.git] / net / pom.xml
blobfd8777b6cb68df2680bf4290db4185534e7c60ec
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-net</artifactId>
12         <packaging>pom</packaging>
14         <modules>
15                 <module>protocol</module>
16                 <module>spi</module>
17         </modules>
19         <name>Re·Mote Testbed Net</name>
20         <description>
22                 Re·Mote Testbed network library and SPI.
24         </description>
25         <scm>
26                 <connection>${scmrepo}</connection>
27                 <url>${scmweb}</url>
28         </scm>
29 </project>