Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:vlj:fedora14:maven2
maven-wagon
wagon-1.0-wagon-http-lightweight-pom_xml.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File wagon-1.0-wagon-http-lightweight-pom_xml.patch of Package maven-wagon
--- wagon-providers/wagon-http-lightweight/pom.xml.sav 2006-12-12 22:51:47.000000000 +0100 +++ wagon-providers/wagon-http-lightweight/pom.xml 2007-03-15 10:21:29.000000000 +0100 @@ -19,9 +19,9 @@ <dependencies> <dependency> - <groupId>${pom.groupId}</groupId> + <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-http-shared</artifactId> - <version>${pom.version}</version> + <version>1.0-beta-2</version> </dependency> <dependency> <groupId>xml-apis</groupId> @@ -40,5 +40,17 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>jetty</groupId> + <artifactId>jetty</artifactId> + <version>4.2.10</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>servletapi</groupId> + <artifactId>servletapi</artifactId> + <version>2.3</version> + <scope>test</scope> + </dependency> </dependencies> -</project> \ No newline at end of file +</project>
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor