<?xml version="1.0" encoding="UTF-8"?><project>
  <parent>
    <artifactId>wagon-providers</artifactId>
    <groupId>org.apache.maven.wagon</groupId>
    <version>1.0-alpha-6</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>wagon-http-lightweight</artifactId>
  <name>Maven Wagon Lightweight HTTP Provider</name>
  <version>1.0-alpha-6</version>
  <dependencies>
    <dependency>
      <groupId>plexus</groupId>
      <artifactId>plexus-jetty-httpd</artifactId>
      <version>1.0-beta-1</version>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>plexus-container-default</artifactId>
          <groupId>plexus</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
  <distributionManagement>
    <status>deployed</status>
  </distributionManagement>
</project>