sisu/sisu-depmap.xml
Stanislav Ochotnicky 012cd02573 Add backward compatible package path for lifecycles
- Remove temporary BRs/Rs
2011-08-22 14:43:53 +02:00

50 lines
1.3 KiB
XML

<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>