<dependency>
    <maven>
        <groupId>com.thoughtworks.xstream</groupId>
        <artifactId>xstream-parent</artifactId>
        <version>1.3.1</version>
    </maven>
    <jpp>
        <groupId>JPP</groupId>
        <artifactId>xstream-parent</artifactId>
        <version>1.3.1</version>
    </jpp>
</dependency>

<dependency>
    <maven>
        <groupId>com.thoughtworks.xstream</groupId>
        <artifactId>xstream</artifactId>
        <version>1.3.1</version>
    </maven>
    <jpp>
        <groupId>JPP</groupId>
        <artifactId>xstream</artifactId>
        <version>1.3.1</version>
    </jpp>
</dependency>

