Hi All.

I want to have this in my pom.xml:

<dependency>
<groupId>org.seleniumhq.selenium.client-drivers</groupId>
<artifactId>selenium-java-client-driver</artifactId>
<version>1.0.1</version>
</dependency>

Could not find it in Springsource Enterprise Bundle Repository. The ticket for this in JIRA is open since long (https://issuetracker.springsource.com/browse/EBR-388).

I am new to Spring and maven. Curious to know if mixing things from Spring repository and maven central repository is NOT an issue.