<?xml version="1.0"?><project>
  <parent>
    <artifactId>xbean</artifactId>
    <groupId>org.apache.xbean</groupId>
    <version>2.4</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>xbean-telnet</artifactId>
  <name>XBean :: Telnet</name>
  <version>2.4</version>
  <dependencies>
    <dependency>
      <groupId>groovy</groupId>
      <artifactId>groovy</artifactId>
    </dependency>
  </dependencies>
  <distributionManagement>
    <status>deployed</status>
  </distributionManagement>
</project>