Skip to main content



      Home
Home » Archived » IAM (Eclipse Integration for Apache Maven) » Are dependency exclusions honoured by IAM?
Are dependency exclusions honoured by IAM? [message #569269] Mon, 25 May 2009 03:28
Eclipse UserFriend
Im expected that by using the exclusion below, it should prevent artefact
"selenium.server" from being pulled into the project dependencies
("selenium.server" has got problems in its POM, you see).

But it remains, and "Analyze Dependencies" says that its there due to
"org.openqa.selenium.client-drivers", ie this dependency.

Is exclusion is not working, or not implemented?

<dependency>
<groupId>org.openqa.selenium.client-drivers</groupId>
<artifactId>selenium-java-client-driver</artifactId>
<version>1.0-beta-1</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.openqa.selenium.server</groupId>
<artifactId>selenium.server</artifactId>
</exclusion>
</exclusions>
</dependency>

-Ben
Previous Topic:Apparent Maven / JUnit clash in eclipse
Next Topic:Are dependency exclusions honoured by IAM?
Goto Forum:
  


Current Time: Fri Jul 04 19:46:22 EDT 2025

Powered by FUDForum. Page generated in 0.02926 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top