Skip to content

Commit

Permalink
[KARAF-1903] Refactoring of osgicore and osgicompendium
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/karaf/trunk@1398791 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
jbonofre committed Oct 16, 2012
1 parent ef1f986 commit eded3fb
Show file tree
Hide file tree
Showing 69 changed files with 449 additions and 371 deletions.
2 changes: 1 addition & 1 deletion assemblies/features/framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
<destFileName>karaf.jar</destFileName>
</artifactItem>
<artifactItem>
<groupId>org.apache.karaf</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<outputDirectory>target/classes/resources/lib</outputDirectory>
<destFileName>karaf-org.osgi.core.jar</destFileName>
Expand Down
2 changes: 1 addition & 1 deletion bundle/command/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</dependency>

<dependency>
<groupId>org.apache.karaf</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
11 changes: 2 additions & 9 deletions bundle/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
</dependency>

<dependency>
<groupId>org.apache.karaf</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
<scope>provided</scope>
</dependency>
Expand All @@ -60,13 +60,6 @@
<artifactId>pax-url-aether</artifactId>
<scope>provided</scope>
</dependency>
<!--
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>
-->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bundle/springstate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</dependency>

<dependency>
<groupId>org.apache.karaf</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions config/command/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@
</dependency>

<dependency>
<groupId>org.apache.karaf</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.osgi</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions config/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@

<dependencies>
<dependency>
<groupId>org.apache.karaf</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
</dependency>

<dependency>
<groupId>org.osgi</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion demos/command/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependencies>

<dependency>
<groupId>org.osgi</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion demos/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

<dependencies>
<dependency>
<groupId>org.apache.karaf</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion deployer/blueprint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.karaf</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion deployer/features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.karaf</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion deployer/kar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.karaf</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion deployer/spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.karaf</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion deployer/wrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.karaf</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions diagnostic/command/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<dependencies>
<dependency>
<groupId>org.apache.karaf</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>
Expand All @@ -51,7 +51,7 @@
</dependency>

<dependency>
<groupId>org.osgi</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions diagnostic/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@

<dependencies>
<dependency>
<groupId>org.apache.karaf</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.osgi</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions features/command/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@

<dependencies>
<dependency>
<groupId>org.apache.karaf</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions features/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<dependencies>
<dependency>
<groupId>org.apache.karaf</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>
Expand All @@ -49,7 +49,7 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.karaf</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
<scope>provided</scope>
<optional>true</optional>
Expand Down
2 changes: 1 addition & 1 deletion features/obr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<dependencies>
<dependency>
<groupId>org.apache.karaf</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion http/command/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</dependency>

<dependency>
<groupId>org.apache.karaf</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion http/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<dependencies>
<dependency>
<groupId>org.apache.karaf</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions instance/command/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.karaf</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>
Expand All @@ -56,7 +56,7 @@
</dependency>

<dependency>
<groupId>org.osgi</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion instance/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<dependencies>

<dependency>
<groupId>org.apache.karaf</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion jaas/boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<dependencies>
<dependency>
<groupId>org.apache.karaf</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion jaas/command/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<dependencies>
<dependency>
<groupId>org.apache.karaf</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion jaas/config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.karaf</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions jaas/modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@
</dependency>

<dependency>
<groupId>org.apache.karaf</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.osgi</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion kar/command/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<artifactId>org.apache.karaf.shell.table</artifactId>
</dependency>
<dependency>
<groupId>org.apache.karaf</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions kar/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
<artifactId>org.apache.felix.utils</artifactId>
</dependency>
<dependency>
<groupId>org.apache.karaf</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions log/command/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@
</dependency>

<dependency>
<groupId>org.apache.karaf</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.osgi</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions log/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@

<dependencies>
<dependency>
<groupId>org.apache.karaf</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<dependencies>
<dependency>
<groupId>org.apache.karaf</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions management/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@

<dependencies>
<dependency>
<groupId>org.apache.karaf</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<groupId>org.apache.karaf.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
Loading

0 comments on commit eded3fb

Please sign in to comment.