|
|
3aaed5 |
diff --git a/agent/cli/pom.xml b/agent/cli/pom.xml
|
|
|
3aaed5 |
--- a/agent/cli/pom.xml
|
|
|
3aaed5 |
+++ b/agent/cli/pom.xml
|
|
|
3aaed5 |
@@ -97,8 +97,8 @@
|
|
|
3aaed5 |
<version>${project.version}</version>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>com.redhat.thermostat</groupId>
|
|
|
3aaed5 |
diff --git a/agent/command/pom.xml b/agent/command/pom.xml
|
|
|
3aaed5 |
--- a/agent/command/pom.xml
|
|
|
3aaed5 |
+++ b/agent/command/pom.xml
|
|
|
3aaed5 |
@@ -76,8 +76,8 @@
|
|
|
3aaed5 |
<artifactId>netty</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
diff --git a/agent/core/pom.xml b/agent/core/pom.xml
|
|
|
3aaed5 |
--- a/agent/core/pom.xml
|
|
|
3aaed5 |
+++ b/agent/core/pom.xml
|
|
|
3aaed5 |
@@ -100,8 +100,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>com.sun</groupId>
|
|
|
3aaed5 |
diff --git a/client/cli/pom.xml b/client/cli/pom.xml
|
|
|
3aaed5 |
--- a/client/cli/pom.xml
|
|
|
3aaed5 |
+++ b/client/cli/pom.xml
|
|
|
3aaed5 |
@@ -101,14 +101,8 @@
|
|
|
3aaed5 |
<version>${project.version}</version>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>com.redhat.thermostat</groupId>
|
|
|
3aaed5 |
diff --git a/client/command/pom.xml b/client/command/pom.xml
|
|
|
3aaed5 |
--- a/client/command/pom.xml
|
|
|
3aaed5 |
+++ b/client/command/pom.xml
|
|
|
3aaed5 |
@@ -76,9 +76,8 @@
|
|
|
3aaed5 |
<artifactId>netty</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
diff --git a/client/core/pom.xml b/client/core/pom.xml
|
|
|
3aaed5 |
--- a/client/core/pom.xml
|
|
|
3aaed5 |
+++ b/client/core/pom.xml
|
|
|
3aaed5 |
@@ -96,14 +96,8 @@
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
</dependencies>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
diff --git a/client/living-vm-filter/core/pom.xml b/client/living-vm-filter/core/pom.xml
|
|
|
3aaed5 |
--- a/client/living-vm-filter/core/pom.xml
|
|
|
3aaed5 |
+++ b/client/living-vm-filter/core/pom.xml
|
|
|
3aaed5 |
@@ -53,15 +53,8 @@
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
-
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
diff --git a/client/living-vm-filter/swing/pom.xml b/client/living-vm-filter/swing/pom.xml
|
|
|
3aaed5 |
--- a/client/living-vm-filter/swing/pom.xml
|
|
|
3aaed5 |
+++ b/client/living-vm-filter/swing/pom.xml
|
|
|
3aaed5 |
@@ -55,15 +55,8 @@
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
-
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
diff --git a/client/swing/pom.xml b/client/swing/pom.xml
|
|
|
3aaed5 |
--- a/client/swing/pom.xml
|
|
|
3aaed5 |
+++ b/client/swing/pom.xml
|
|
|
3aaed5 |
@@ -110,14 +110,8 @@
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>com.redhat.thermostat</groupId>
|
|
|
3aaed5 |
diff --git a/common/core/pom.xml b/common/core/pom.xml
|
|
|
3aaed5 |
--- a/common/core/pom.xml
|
|
|
3aaed5 |
+++ b/common/core/pom.xml
|
|
|
3aaed5 |
@@ -145,14 +145,8 @@
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
diff --git a/config/pom.xml b/config/pom.xml
|
|
|
3aaed5 |
--- a/config/pom.xml
|
|
|
3aaed5 |
+++ b/config/pom.xml
|
|
|
3aaed5 |
@@ -46,14 +46,8 @@
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
diff --git a/host-cpu/agent/pom.xml b/host-cpu/agent/pom.xml
|
|
|
3aaed5 |
--- a/host-cpu/agent/pom.xml
|
|
|
3aaed5 |
+++ b/host-cpu/agent/pom.xml
|
|
|
3aaed5 |
@@ -43,14 +43,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>com.redhat.thermostat</groupId>
|
|
|
3aaed5 |
diff --git a/host-cpu/client-core/pom.xml b/host-cpu/client-core/pom.xml
|
|
|
3aaed5 |
--- a/host-cpu/client-core/pom.xml
|
|
|
3aaed5 |
+++ b/host-cpu/client-core/pom.xml
|
|
|
3aaed5 |
@@ -62,14 +62,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>com.redhat.thermostat</groupId>
|
|
|
3aaed5 |
diff --git a/host-cpu/client-swing/pom.xml b/host-cpu/client-swing/pom.xml
|
|
|
3aaed5 |
--- a/host-cpu/client-swing/pom.xml
|
|
|
3aaed5 |
+++ b/host-cpu/client-swing/pom.xml
|
|
|
3aaed5 |
@@ -50,14 +50,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>org.jfree</groupId>
|
|
|
3aaed5 |
diff --git a/host-cpu/common/pom.xml b/host-cpu/common/pom.xml
|
|
|
3aaed5 |
--- a/host-cpu/common/pom.xml
|
|
|
3aaed5 |
+++ b/host-cpu/common/pom.xml
|
|
|
3aaed5 |
@@ -62,14 +62,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>com.redhat.thermostat</groupId>
|
|
|
3aaed5 |
diff --git a/host-memory/agent/pom.xml b/host-memory/agent/pom.xml
|
|
|
3aaed5 |
--- a/host-memory/agent/pom.xml
|
|
|
3aaed5 |
+++ b/host-memory/agent/pom.xml
|
|
|
3aaed5 |
@@ -43,14 +43,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>com.redhat.thermostat</groupId>
|
|
|
3aaed5 |
diff --git a/host-memory/client-core/pom.xml b/host-memory/client-core/pom.xml
|
|
|
3aaed5 |
--- a/host-memory/client-core/pom.xml
|
|
|
3aaed5 |
+++ b/host-memory/client-core/pom.xml
|
|
|
3aaed5 |
@@ -62,14 +62,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>com.redhat.thermostat</groupId>
|
|
|
3aaed5 |
diff --git a/host-memory/client-swing/pom.xml b/host-memory/client-swing/pom.xml
|
|
|
3aaed5 |
--- a/host-memory/client-swing/pom.xml
|
|
|
3aaed5 |
+++ b/host-memory/client-swing/pom.xml
|
|
|
3aaed5 |
@@ -50,14 +50,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>org.jfree</groupId>
|
|
|
3aaed5 |
diff --git a/host-memory/common/pom.xml b/host-memory/common/pom.xml
|
|
|
3aaed5 |
--- a/host-memory/common/pom.xml
|
|
|
3aaed5 |
+++ b/host-memory/common/pom.xml
|
|
|
3aaed5 |
@@ -62,14 +62,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>com.redhat.thermostat</groupId>
|
|
|
3aaed5 |
diff --git a/host-overview/client-core/pom.xml b/host-overview/client-core/pom.xml
|
|
|
3aaed5 |
--- a/host-overview/client-core/pom.xml
|
|
|
3aaed5 |
+++ b/host-overview/client-core/pom.xml
|
|
|
3aaed5 |
@@ -62,14 +62,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>com.redhat.thermostat</groupId>
|
|
|
3aaed5 |
diff --git a/host-overview/client-swing/pom.xml b/host-overview/client-swing/pom.xml
|
|
|
3aaed5 |
--- a/host-overview/client-swing/pom.xml
|
|
|
3aaed5 |
+++ b/host-overview/client-swing/pom.xml
|
|
|
3aaed5 |
@@ -50,14 +50,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>org.jfree</groupId>
|
|
|
3aaed5 |
diff --git a/keyring/pom.xml b/keyring/pom.xml
|
|
|
3aaed5 |
--- a/keyring/pom.xml
|
|
|
3aaed5 |
+++ b/keyring/pom.xml
|
|
|
3aaed5 |
@@ -109,14 +109,8 @@
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
diff --git a/killvm/agent/pom.xml b/killvm/agent/pom.xml
|
|
|
3aaed5 |
--- a/killvm/agent/pom.xml
|
|
|
3aaed5 |
+++ b/killvm/agent/pom.xml
|
|
|
3aaed5 |
@@ -103,8 +103,8 @@
|
|
|
3aaed5 |
<version>${project.version}</version>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
</dependencies>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
diff --git a/killvm/client-swing/pom.xml b/killvm/client-swing/pom.xml
|
|
|
3aaed5 |
--- a/killvm/client-swing/pom.xml
|
|
|
3aaed5 |
+++ b/killvm/client-swing/pom.xml
|
|
|
3aaed5 |
@@ -63,14 +63,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>com.redhat.thermostat</groupId>
|
|
|
3aaed5 |
diff --git a/laf-utils/pom.xml b/laf-utils/pom.xml
|
|
|
3aaed5 |
--- a/laf-utils/pom.xml
|
|
|
3aaed5 |
+++ b/laf-utils/pom.xml
|
|
|
3aaed5 |
@@ -100,14 +100,8 @@
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>com.redhat.thermostat</groupId>
|
|
|
3aaed5 |
diff --git a/numa/agent/pom.xml b/numa/agent/pom.xml
|
|
|
3aaed5 |
--- a/numa/agent/pom.xml
|
|
|
3aaed5 |
+++ b/numa/agent/pom.xml
|
|
|
3aaed5 |
@@ -43,9 +43,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>com.redhat.thermostat</groupId>
|
|
|
3aaed5 |
diff --git a/numa/client-core/pom.xml b/numa/client-core/pom.xml
|
|
|
3aaed5 |
--- a/numa/client-core/pom.xml
|
|
|
3aaed5 |
+++ b/numa/client-core/pom.xml
|
|
|
3aaed5 |
@@ -46,14 +46,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>com.redhat.thermostat</groupId>
|
|
|
3aaed5 |
diff --git a/numa/client-swing/pom.xml b/numa/client-swing/pom.xml
|
|
|
3aaed5 |
--- a/numa/client-swing/pom.xml
|
|
|
3aaed5 |
+++ b/numa/client-swing/pom.xml
|
|
|
3aaed5 |
@@ -50,14 +50,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>org.jfree</groupId>
|
|
|
3aaed5 |
diff --git a/numa/common/pom.xml b/numa/common/pom.xml
|
|
|
3aaed5 |
--- a/numa/common/pom.xml
|
|
|
3aaed5 |
+++ b/numa/common/pom.xml
|
|
|
3aaed5 |
@@ -45,14 +45,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>com.redhat.thermostat</groupId>
|
|
|
3aaed5 |
diff --git a/pom.xml b/pom.xml
|
|
|
3aaed5 |
--- a/pom.xml
|
|
|
3aaed5 |
+++ b/pom.xml
|
|
|
3aaed5 |
@@ -188,11 +188,22 @@
|
|
|
3aaed5 |
<jline.version>2.9</jline.version>
|
|
|
3aaed5 |
<lucene.version>3.6.0_1</lucene.version>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
- felix 4.0 is compliant with osgi 4.3
|
|
|
3aaed5 |
- for osgi clients, 4.3 is backwards compatible with 4.2
|
|
|
3aaed5 |
+ Since we use felix framework at runtime, try to avoid introducing an
|
|
|
3aaed5 |
+ extra dependency for OSGi API-only (e.g. org.osgi:org.osgi.core) in order to
|
|
|
3aaed5 |
+ make packaging Thermostat easier. While org.osgi:org.osgi.core v4.3.x would
|
|
|
3aaed5 |
+ satisfy OSGi 4.3 spec API, org.apache.felix:org.osgi.core v1.4 is OSGi 4.2 spec
|
|
|
3aaed5 |
+ only at this point.
|
|
|
3aaed5 |
+
|
|
|
3aaed5 |
+ Felix framework 4.2 is an implementation of the 4.3 OSGi
|
|
|
3aaed5 |
+ spec: https://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Framework+OSGi+R4.3+CT+Results
|
|
|
3aaed5 |
+
|
|
|
3aaed5 |
+ Note that between OSGi spec 4.2 and 4.3 generics (a.k.a type parameters)
|
|
|
3aaed5 |
+ have been introduced. Howerver, felix's API-only package,
|
|
|
3aaed5 |
+ org.apache.felix:org.osgi.core, is OSGi spec 4.2 and we use OSGi spec 4.3
|
|
|
3aaed5 |
+ specific code in thermostat.
|
|
|
3aaed5 |
+
|
|
|
3aaed5 |
+ We should be careful not to introduce felix specific API, though.
|
|
|
3aaed5 |
-->
|
|
|
3aaed5 |
- <osgi.core.version>4.3.1</osgi.core.version>
|
|
|
3aaed5 |
- <osgi.compendium.version>4.3.1</osgi.compendium.version>
|
|
|
3aaed5 |
<felix.framework.version>4.2.0</felix.framework.version>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<netty.version>3.2.4.Final</netty.version>
|
|
|
3aaed5 |
@@ -431,16 +442,6 @@
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <version>${osgi.core.version}</version>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <version>${osgi.compendium.version}</version>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
<groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
<artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
<version>${felix.framework.version}</version>
|
|
|
3aaed5 |
diff --git a/storage/cli/pom.xml b/storage/cli/pom.xml
|
|
|
3aaed5 |
--- a/storage/cli/pom.xml
|
|
|
3aaed5 |
+++ b/storage/cli/pom.xml
|
|
|
3aaed5 |
@@ -67,8 +67,8 @@
|
|
|
3aaed5 |
<version>${project.version}</version>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>com.redhat.thermostat</groupId>
|
|
|
3aaed5 |
diff --git a/system-backend/pom.xml b/system-backend/pom.xml
|
|
|
3aaed5 |
--- a/system-backend/pom.xml
|
|
|
3aaed5 |
+++ b/system-backend/pom.xml
|
|
|
3aaed5 |
@@ -94,14 +94,8 @@
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
</dependencies>
|
|
|
3aaed5 |
diff --git a/thread/client-common/pom.xml b/thread/client-common/pom.xml
|
|
|
3aaed5 |
--- a/thread/client-common/pom.xml
|
|
|
3aaed5 |
+++ b/thread/client-common/pom.xml
|
|
|
3aaed5 |
@@ -73,14 +73,8 @@
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
diff --git a/thread/client-controllers/pom.xml b/thread/client-controllers/pom.xml
|
|
|
3aaed5 |
--- a/thread/client-controllers/pom.xml
|
|
|
3aaed5 |
+++ b/thread/client-controllers/pom.xml
|
|
|
3aaed5 |
@@ -74,14 +74,8 @@
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
diff --git a/thread/client-swing/pom.xml b/thread/client-swing/pom.xml
|
|
|
3aaed5 |
--- a/thread/client-swing/pom.xml
|
|
|
3aaed5 |
+++ b/thread/client-swing/pom.xml
|
|
|
3aaed5 |
@@ -68,14 +68,8 @@
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
diff --git a/thread/collector/pom.xml b/thread/collector/pom.xml
|
|
|
3aaed5 |
--- a/thread/collector/pom.xml
|
|
|
3aaed5 |
+++ b/thread/collector/pom.xml
|
|
|
3aaed5 |
@@ -78,14 +78,8 @@
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
diff --git a/thread/harvester/pom.xml b/thread/harvester/pom.xml
|
|
|
3aaed5 |
--- a/thread/harvester/pom.xml
|
|
|
3aaed5 |
+++ b/thread/harvester/pom.xml
|
|
|
3aaed5 |
@@ -68,14 +68,8 @@
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
diff --git a/unix-process-handler/pom.xml b/unix-process-handler/pom.xml
|
|
|
3aaed5 |
--- a/unix-process-handler/pom.xml
|
|
|
3aaed5 |
+++ b/unix-process-handler/pom.xml
|
|
|
3aaed5 |
@@ -40,14 +40,8 @@
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
diff --git a/vm-classstat/agent/pom.xml b/vm-classstat/agent/pom.xml
|
|
|
3aaed5 |
--- a/vm-classstat/agent/pom.xml
|
|
|
3aaed5 |
+++ b/vm-classstat/agent/pom.xml
|
|
|
3aaed5 |
@@ -43,14 +43,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>com.redhat.thermostat</groupId>
|
|
|
3aaed5 |
diff --git a/vm-classstat/client-core/pom.xml b/vm-classstat/client-core/pom.xml
|
|
|
3aaed5 |
--- a/vm-classstat/client-core/pom.xml
|
|
|
3aaed5 |
+++ b/vm-classstat/client-core/pom.xml
|
|
|
3aaed5 |
@@ -62,14 +62,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>com.redhat.thermostat</groupId>
|
|
|
3aaed5 |
diff --git a/vm-classstat/client-swing/pom.xml b/vm-classstat/client-swing/pom.xml
|
|
|
3aaed5 |
--- a/vm-classstat/client-swing/pom.xml
|
|
|
3aaed5 |
+++ b/vm-classstat/client-swing/pom.xml
|
|
|
3aaed5 |
@@ -50,14 +50,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>org.jfree</groupId>
|
|
|
3aaed5 |
diff --git a/vm-classstat/common/pom.xml b/vm-classstat/common/pom.xml
|
|
|
3aaed5 |
--- a/vm-classstat/common/pom.xml
|
|
|
3aaed5 |
+++ b/vm-classstat/common/pom.xml
|
|
|
3aaed5 |
@@ -62,14 +62,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>com.redhat.thermostat</groupId>
|
|
|
3aaed5 |
diff --git a/vm-cpu/agent/pom.xml b/vm-cpu/agent/pom.xml
|
|
|
3aaed5 |
--- a/vm-cpu/agent/pom.xml
|
|
|
3aaed5 |
+++ b/vm-cpu/agent/pom.xml
|
|
|
3aaed5 |
@@ -43,14 +43,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>com.redhat.thermostat</groupId>
|
|
|
3aaed5 |
diff --git a/vm-cpu/client-cli/pom.xml b/vm-cpu/client-cli/pom.xml
|
|
|
3aaed5 |
--- a/vm-cpu/client-cli/pom.xml
|
|
|
3aaed5 |
+++ b/vm-cpu/client-cli/pom.xml
|
|
|
3aaed5 |
@@ -43,14 +43,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>com.redhat.thermostat</groupId>
|
|
|
3aaed5 |
diff --git a/vm-cpu/client-core/pom.xml b/vm-cpu/client-core/pom.xml
|
|
|
3aaed5 |
--- a/vm-cpu/client-core/pom.xml
|
|
|
3aaed5 |
+++ b/vm-cpu/client-core/pom.xml
|
|
|
3aaed5 |
@@ -62,14 +62,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>com.redhat.thermostat</groupId>
|
|
|
3aaed5 |
diff --git a/vm-cpu/client-swing/pom.xml b/vm-cpu/client-swing/pom.xml
|
|
|
3aaed5 |
--- a/vm-cpu/client-swing/pom.xml
|
|
|
3aaed5 |
+++ b/vm-cpu/client-swing/pom.xml
|
|
|
3aaed5 |
@@ -50,14 +50,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>org.jfree</groupId>
|
|
|
3aaed5 |
diff --git a/vm-cpu/common/pom.xml b/vm-cpu/common/pom.xml
|
|
|
3aaed5 |
--- a/vm-cpu/common/pom.xml
|
|
|
3aaed5 |
+++ b/vm-cpu/common/pom.xml
|
|
|
3aaed5 |
@@ -62,14 +62,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>com.redhat.thermostat</groupId>
|
|
|
3aaed5 |
diff --git a/vm-gc/agent/pom.xml b/vm-gc/agent/pom.xml
|
|
|
3aaed5 |
--- a/vm-gc/agent/pom.xml
|
|
|
3aaed5 |
+++ b/vm-gc/agent/pom.xml
|
|
|
3aaed5 |
@@ -43,14 +43,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>com.redhat.thermostat</groupId>
|
|
|
3aaed5 |
diff --git a/vm-gc/client-core/pom.xml b/vm-gc/client-core/pom.xml
|
|
|
3aaed5 |
--- a/vm-gc/client-core/pom.xml
|
|
|
3aaed5 |
+++ b/vm-gc/client-core/pom.xml
|
|
|
3aaed5 |
@@ -62,14 +62,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>com.redhat.thermostat</groupId>
|
|
|
3aaed5 |
diff --git a/vm-gc/client-swing/pom.xml b/vm-gc/client-swing/pom.xml
|
|
|
3aaed5 |
--- a/vm-gc/client-swing/pom.xml
|
|
|
3aaed5 |
+++ b/vm-gc/client-swing/pom.xml
|
|
|
3aaed5 |
@@ -50,14 +50,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>org.jfree</groupId>
|
|
|
3aaed5 |
diff --git a/vm-gc/common/pom.xml b/vm-gc/common/pom.xml
|
|
|
3aaed5 |
--- a/vm-gc/common/pom.xml
|
|
|
3aaed5 |
+++ b/vm-gc/common/pom.xml
|
|
|
3aaed5 |
@@ -62,14 +62,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>com.redhat.thermostat</groupId>
|
|
|
3aaed5 |
diff --git a/vm-gc/remote-collector-client-common/pom.xml b/vm-gc/remote-collector-client-common/pom.xml
|
|
|
3aaed5 |
--- a/vm-gc/remote-collector-client-common/pom.xml
|
|
|
3aaed5 |
+++ b/vm-gc/remote-collector-client-common/pom.xml
|
|
|
3aaed5 |
@@ -68,14 +68,8 @@
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
diff --git a/vm-gc/remote-collector-client-swing/pom.xml b/vm-gc/remote-collector-client-swing/pom.xml
|
|
|
3aaed5 |
--- a/vm-gc/remote-collector-client-swing/pom.xml
|
|
|
3aaed5 |
+++ b/vm-gc/remote-collector-client-swing/pom.xml
|
|
|
3aaed5 |
@@ -68,14 +68,8 @@
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
diff --git a/vm-gc/remote-collector-command/pom.xml b/vm-gc/remote-collector-command/pom.xml
|
|
|
3aaed5 |
--- a/vm-gc/remote-collector-command/pom.xml
|
|
|
3aaed5 |
+++ b/vm-gc/remote-collector-command/pom.xml
|
|
|
3aaed5 |
@@ -68,14 +68,8 @@
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
diff --git a/vm-gc/remote-collector-common/pom.xml b/vm-gc/remote-collector-common/pom.xml
|
|
|
3aaed5 |
--- a/vm-gc/remote-collector-common/pom.xml
|
|
|
3aaed5 |
+++ b/vm-gc/remote-collector-common/pom.xml
|
|
|
3aaed5 |
@@ -68,14 +68,8 @@
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
diff --git a/vm-heap-analysis/agent/pom.xml b/vm-heap-analysis/agent/pom.xml
|
|
|
3aaed5 |
--- a/vm-heap-analysis/agent/pom.xml
|
|
|
3aaed5 |
+++ b/vm-heap-analysis/agent/pom.xml
|
|
|
3aaed5 |
@@ -72,14 +72,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
diff --git a/vm-heap-analysis/client-core/pom.xml b/vm-heap-analysis/client-core/pom.xml
|
|
|
3aaed5 |
--- a/vm-heap-analysis/client-core/pom.xml
|
|
|
3aaed5 |
+++ b/vm-heap-analysis/client-core/pom.xml
|
|
|
3aaed5 |
@@ -94,14 +94,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
diff --git a/vm-heap-analysis/client-swing/pom.xml b/vm-heap-analysis/client-swing/pom.xml
|
|
|
3aaed5 |
--- a/vm-heap-analysis/client-swing/pom.xml
|
|
|
3aaed5 |
+++ b/vm-heap-analysis/client-swing/pom.xml
|
|
|
3aaed5 |
@@ -91,14 +91,8 @@
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
diff --git a/vm-heap-analysis/command/pom.xml b/vm-heap-analysis/command/pom.xml
|
|
|
3aaed5 |
--- a/vm-heap-analysis/command/pom.xml
|
|
|
3aaed5 |
+++ b/vm-heap-analysis/command/pom.xml
|
|
|
3aaed5 |
@@ -93,14 +93,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
diff --git a/vm-heap-analysis/common/pom.xml b/vm-heap-analysis/common/pom.xml
|
|
|
3aaed5 |
--- a/vm-heap-analysis/common/pom.xml
|
|
|
3aaed5 |
+++ b/vm-heap-analysis/common/pom.xml
|
|
|
3aaed5 |
@@ -93,14 +93,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
diff --git a/vm-jmx/agent/pom.xml b/vm-jmx/agent/pom.xml
|
|
|
3aaed5 |
--- a/vm-jmx/agent/pom.xml
|
|
|
3aaed5 |
+++ b/vm-jmx/agent/pom.xml
|
|
|
3aaed5 |
@@ -49,14 +49,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>com.redhat.thermostat</groupId>
|
|
|
3aaed5 |
diff --git a/vm-jmx/client-core/pom.xml b/vm-jmx/client-core/pom.xml
|
|
|
3aaed5 |
--- a/vm-jmx/client-core/pom.xml
|
|
|
3aaed5 |
+++ b/vm-jmx/client-core/pom.xml
|
|
|
3aaed5 |
@@ -51,14 +51,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>com.redhat.thermostat</groupId>
|
|
|
3aaed5 |
diff --git a/vm-jmx/client-swing/pom.xml b/vm-jmx/client-swing/pom.xml
|
|
|
3aaed5 |
--- a/vm-jmx/client-swing/pom.xml
|
|
|
3aaed5 |
+++ b/vm-jmx/client-swing/pom.xml
|
|
|
3aaed5 |
@@ -59,14 +59,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>com.redhat.thermostat</groupId>
|
|
|
3aaed5 |
diff --git a/vm-jmx/common/pom.xml b/vm-jmx/common/pom.xml
|
|
|
3aaed5 |
--- a/vm-jmx/common/pom.xml
|
|
|
3aaed5 |
+++ b/vm-jmx/common/pom.xml
|
|
|
3aaed5 |
@@ -51,14 +51,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>com.redhat.thermostat</groupId>
|
|
|
3aaed5 |
diff --git a/vm-memory/agent/pom.xml b/vm-memory/agent/pom.xml
|
|
|
3aaed5 |
--- a/vm-memory/agent/pom.xml
|
|
|
3aaed5 |
+++ b/vm-memory/agent/pom.xml
|
|
|
3aaed5 |
@@ -43,14 +43,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>com.redhat.thermostat</groupId>
|
|
|
3aaed5 |
diff --git a/vm-memory/client-cli/pom.xml b/vm-memory/client-cli/pom.xml
|
|
|
3aaed5 |
--- a/vm-memory/client-cli/pom.xml
|
|
|
3aaed5 |
+++ b/vm-memory/client-cli/pom.xml
|
|
|
3aaed5 |
@@ -43,14 +43,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>com.redhat.thermostat</groupId>
|
|
|
3aaed5 |
diff --git a/vm-memory/client-core/pom.xml b/vm-memory/client-core/pom.xml
|
|
|
3aaed5 |
--- a/vm-memory/client-core/pom.xml
|
|
|
3aaed5 |
+++ b/vm-memory/client-core/pom.xml
|
|
|
3aaed5 |
@@ -47,14 +47,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>org.jfree</groupId>
|
|
|
3aaed5 |
diff --git a/vm-memory/client-swing/pom.xml b/vm-memory/client-swing/pom.xml
|
|
|
3aaed5 |
--- a/vm-memory/client-swing/pom.xml
|
|
|
3aaed5 |
+++ b/vm-memory/client-swing/pom.xml
|
|
|
3aaed5 |
@@ -53,14 +53,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>org.jfree</groupId>
|
|
|
3aaed5 |
diff --git a/vm-memory/common/pom.xml b/vm-memory/common/pom.xml
|
|
|
3aaed5 |
--- a/vm-memory/common/pom.xml
|
|
|
3aaed5 |
+++ b/vm-memory/common/pom.xml
|
|
|
3aaed5 |
@@ -62,14 +62,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>com.redhat.thermostat</groupId>
|
|
|
3aaed5 |
diff --git a/vm-overview/client-core/pom.xml b/vm-overview/client-core/pom.xml
|
|
|
3aaed5 |
--- a/vm-overview/client-core/pom.xml
|
|
|
3aaed5 |
+++ b/vm-overview/client-core/pom.xml
|
|
|
3aaed5 |
@@ -46,14 +46,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>com.redhat.thermostat</groupId>
|
|
|
3aaed5 |
diff --git a/vm-overview/client-swing/pom.xml b/vm-overview/client-swing/pom.xml
|
|
|
3aaed5 |
--- a/vm-overview/client-swing/pom.xml
|
|
|
3aaed5 |
+++ b/vm-overview/client-swing/pom.xml
|
|
|
3aaed5 |
@@ -50,14 +50,8 @@
|
|
|
3aaed5 |
<scope>test</scope>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
<groupId>org.jfree</groupId>
|
|
|
3aaed5 |
diff --git a/web/client/pom.xml b/web/client/pom.xml
|
|
|
3aaed5 |
--- a/web/client/pom.xml
|
|
|
3aaed5 |
+++ b/web/client/pom.xml
|
|
|
3aaed5 |
@@ -64,14 +64,8 @@
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
- </dependency>
|
|
|
3aaed5 |
- <dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.compendium</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
diff --git a/web/server/pom.xml b/web/server/pom.xml
|
|
|
3aaed5 |
--- a/web/server/pom.xml
|
|
|
3aaed5 |
+++ b/web/server/pom.xml
|
|
|
3aaed5 |
@@ -127,9 +127,8 @@
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|
|
|
3aaed5 |
- <groupId>org.osgi</groupId>
|
|
|
3aaed5 |
- <artifactId>org.osgi.core</artifactId>
|
|
|
3aaed5 |
- <scope>provided</scope>
|
|
|
3aaed5 |
+ <groupId>org.apache.felix</groupId>
|
|
|
3aaed5 |
+ <artifactId>org.apache.felix.framework</artifactId>
|
|
|
3aaed5 |
</dependency>
|
|
|
3aaed5 |
|
|
|
3aaed5 |
<dependency>
|