Blob Blame History Raw
<dependencies>
    <dependency>
        <maven>
            <groupId>aopalliance</groupId>
            <artifactId>aopalliance</artifactId>
        </maven>
    </dependency>
    <dependency>
        <maven>
            <groupId>org.osgi</groupId>
            <artifactId>org.osgi.compendium</artifactId>
        </maven>
        <jpp>
            <groupId>JPP/felix</groupId>
            <artifactId>org.osgi.compendium</artifactId>
        </jpp>
    </dependency>
    <dependency>
        <maven>
            <groupId>org.osgi</groupId>
            <artifactId>org.osgi.core</artifactId>
        </maven>
        <jpp>
            <groupId>JPP/felix</groupId>
            <artifactId>org.osgi.core</artifactId>
        </jpp>
    </dependency>
    <dependency>
        <maven>
            <groupId>org.apache.maven.reporting</groupId>
            <artifactId>maven-reporting-api</artifactId>
        </maven>
        <jpp>
            <groupId>JPP/maven-shared</groupId>
            <artifactId>reporting-api</artifactId>
        </jpp>
    </dependency>
    <!-- for snakeyaml -->
    <dependency>
      <maven>
        <groupId>com.google.gdata</groupId>
        <artifactId>gdata-core</artifactId>
      </maven>
      <jpp>
        <groupId>JPP</groupId>
        <artifactId>gdata/gdata-core</artifactId>
      </jpp>
    </dependency>
</dependencies>