blob: 8fde908851b94acd21138329f6359f6c89d93c6a [file] [log] [blame]
<project>
<parent>
<artifactId>wagon-providers</artifactId>
<groupId>org.apache.maven.wagon</groupId>
<version>1.0-alpha-5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wagon-http-lightweight</artifactId>
<name>Maven Wagon Lightweight HTTP Provider</name>
<version>1.0-alpha-5</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>
</project>