changeset 2530:5c934ebd3c92

Update Fedora spec_fixes.patch for jmx-client-cli Reviewed-by: jkang Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2016-November/021665.html
author Andrew Azores <aazores@redhat.com>
date Thu, 17 Nov 2016 11:18:49 -0500
parents 753e5d12c580
children 5525742413c3
files distribution/packaging/fedora/0002_shared_osgi_spec_fixes.patch
diffstat 1 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/distribution/packaging/fedora/0002_shared_osgi_spec_fixes.patch	Wed Nov 16 16:06:11 2016 -0500
+++ b/distribution/packaging/fedora/0002_shared_osgi_spec_fixes.patch	Thu Nov 17 11:18:49 2016 -0500
@@ -1827,6 +1827,21 @@
      </dependency>
      <dependency>
        <groupId>com.redhat.thermostat</groupId>
+diff --git a/vm-jmx/client-cli/pom.xml b/vm-jmx/client-cli/pom.xml
+--- a/vm-jmx/client-cli/pom.xml
++++ b/vm-jmx/client-cli/pom.xml
+@@ -89,9 +89,8 @@
+       <scope>test</scope>
+     </dependency>
+     <dependency>
+-      <groupId>org.osgi</groupId>
+-      <artifactId>org.osgi.core</artifactId>
+-      <scope>provided</scope>
++      <groupId>org.apache.felix</groupId>
++      <artifactId>org.apache.felix.framework</artifactId>
+     </dependency>
+     <dependency>
+       <groupId>org.osgi</groupId>
 diff --git a/vm-jmx/client-core/pom.xml b/vm-jmx/client-core/pom.xml
 --- a/vm-jmx/client-core/pom.xml
 +++ b/vm-jmx/client-core/pom.xml