<dependency>
    <maven>
        <groupId>org.apache</groupId>
        <artifactId>apache-resource-bundles</artifactId>
        <version>%{version_real}</version>
    </maven>
    <jpp>
        <groupId>JPP</groupId>
        <artifactId>apache-resource-bundles</artifactId>
        <version>%{version_real}</version>
    </jpp>
</dependency>

<dependency>
    <maven>
        <groupId>org.apache</groupId>
        <artifactId>apache-incubator-disclaimer-resource-bundle</artifactId>
        <version>1.2-SNAPSHOT</version>
    </maven>
    <jpp>
        <groupId>JPP/apache-resource-bundles</groupId>
        <artifactId>apache-incubator-disclaimer-resource-bundle</artifactId>
        <version>1.2-SNAPSHOT</version>
    </jpp>
</dependency>

<dependency>
    <maven>
        <groupId>org.apache</groupId>
        <artifactId>apache-jar-resource-bundle</artifactId>
        <version>1.5-SNAPSHOT</version>
    </maven>
    <jpp>
        <groupId>JPP/apache-resource-bundles</groupId>
        <artifactId>apache-jar-resource-bundle</artifactId>
        <version>1.5-SNAPSHOT</version>
    </jpp>
</dependency>

<dependency>
    <maven>
        <groupId>org.apache</groupId>
        <artifactId>apache-license-header-resource-bundle</artifactId>
        <version>1.2-SNAPSHOT</version>
    </maven>
    <jpp>
        <groupId>JPP/apache-resource-bundles</groupId>
        <artifactId>apache-license-header-resource-bundle</artifactId>
        <version>1.2-SNAPSHOT</version>
    </jpp>
</dependency>

<dependency>
    <maven>
        <groupId>org.apache</groupId>
        <artifactId>apache-source-release-assembly-descriptor</artifactId>
        <version>1.0-SNAPSHOT</version>
    </maven>
    <jpp>
        <groupId>JPP/apache-resource-bundles</groupId>
        <artifactId>apache-source-release-assembly-descriptor</artifactId>
        <version>1.0-SNAPSHOT</version>
    </jpp>
</dependency>

