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-util</artifactId>
12 <packaging>jar</packaging>
14 <name>Re·Mote Testbed Util</name>
17 Utilities shared by all Re·Mote projects.
21 <connection>${scmrepo}</connection>
27 <groupId>junit</groupId>
28 <artifactId>junit</artifactId>
29 <scope>provided</scope>
30 <optional>true</optional>