<dependency>
    <maven>
        <groupId>org.apache.maven.surefire</groupId>
        <artifactId>maven-surefire-plugin</artifactId>
        <version>2.3</version>
    </maven>
    <jpp>
        <groupId>JPP/maven-surefire</groupId>
        <artifactId>maven-plugin</artifactId>
        <version>2.3</version>
    </jpp>
</dependency>

<dependency>
    <maven>
        <groupId>org.apache.maven.surefire</groupId>
        <artifactId>maven-surefire-report-plugin</artifactId>
        <version>2.3</version>
    </maven>
    <jpp>
        <groupId>JPP/maven-surefire</groupId>
        <artifactId>report-maven-plugin</artifactId>
        <version>2.3</version>
    </jpp>
</dependency>

<dependency>
    <maven>
        <groupId>org.apache.maven.surefire</groupId>
        <artifactId>surefire-api</artifactId>
        <version>2.3</version>
    </maven>
    <jpp>
        <groupId>JPP/maven-surefire</groupId>
        <artifactId>api</artifactId>
        <version>2.3</version>
    </jpp>
</dependency>

<dependency>
    <maven>
        <groupId>org.apache.maven.surefire</groupId>
        <artifactId>surefire-booter</artifactId>
        <version>2.3</version>
    </maven>
    <jpp>
        <groupId>JPP/maven-surefire</groupId>
        <artifactId>booter</artifactId>
        <version>2.3</version>
    </jpp>
</dependency>

<dependency>
    <maven>
        <groupId>org.apache.maven.surefire</groupId>
        <artifactId>surefire-junit</artifactId>
        <version>2.3</version>
    </maven>
    <jpp>
        <groupId>JPP/maven-surefire</groupId>
        <artifactId>junit</artifactId>
        <version>2.3</version>
    </jpp>
</dependency>

<dependency>
    <maven>
        <groupId>org.apache.maven.surefire</groupId>
        <artifactId>surefire-junit4</artifactId>
        <version>2.3</version>
    </maven>
    <jpp>
        <groupId>JPP/maven-surefire</groupId>
        <artifactId>junit4</artifactId>
        <version>2.3</version>
    </jpp>
</dependency>

<dependency>
    <maven>
        <groupId>org.apache.maven.surefire</groupId>
        <artifactId>providers</artifactId>
        <version>2.3</version>
    </maven>
    <jpp>
        <groupId>JPP/maven-surefire</groupId>
        <artifactId>providers</artifactId>
        <version>2.3</version>
    </jpp>
</dependency>

