All Downloads are FREE. Search and download functionalities are using the official Maven repository.

igarcia.webdrivermanager.5.7.0.source-code.assembly.xml Maven / Gradle / Ivy

Go to download

Automated driver management and other helper features for Selenium WebDriver in Java

There is a newer version: 5.9.2
Show newest version
<assembly
    xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
    <id>fat</id>
    <formats>
        <format>jar</format>
    </formats>
    <includeBaseDirectory>false</includeBaseDirectory>
    <dependencySets>
        <dependencySet>
            <scope>compile</scope>
            <unpack>true</unpack>
        </dependencySet>
        <dependencySet>
            <scope>provided</scope>
            <unpack>true</unpack>
        </dependencySet>
        <dependencySet>
            <scope>test</scope>
            <unpack>true</unpack>
            <includes>
                <include>ch.qos.logback:logback-classic:jar</include>
                <include>org.seleniumhq.selenium:selenium-grid</include>
            </includes>
            <useTransitiveFiltering>true</useTransitiveFiltering>
        </dependencySet>
    </dependencySets>
</assembly>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy