changeset 2592:6d713f241106

[PATCH] fix COPR build reviewed-by: sgehwolf, jkang review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-February/022195.html
author Simon Tooke <stooke@redhat.com>
date Tue, 14 Feb 2017 09:07:27 -0500
parents 987a599a8ca5
children 767b2627c92d
files distribution/packaging/fedora/0002_shared_osgi_spec_fixes.patch
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/distribution/packaging/fedora/0002_shared_osgi_spec_fixes.patch	Tue Feb 14 13:53:51 2017 +0100
+++ b/distribution/packaging/fedora/0002_shared_osgi_spec_fixes.patch	Tue Feb 14 09:07:27 2017 -0500
@@ -82,6 +82,20 @@
      </dependency>
      <dependency>
        <groupId>com.github.jnr</groupId>
+diff --git a/agent/ipc/windows-named-pipes/server/pom.xml b/agent/ipc/windows-named-pipes/server/pom.xml
+--- a/agent/ipc/windows-named-pipes/server/pom.xml
++++ b/agent/ipc/windows-named-pipes/server/pom.xml
+@@ -62,8 +62,8 @@
+       <scope>test</scope>
+     </dependency>
+     <dependency>
+-      <groupId>org.osgi</groupId>
+-      <artifactId>org.osgi.core</artifactId>
++      <groupId>org.apache.felix</groupId>
++      <artifactId>org.apache.felix.framework</artifactId>
+     </dependency>
+     <dependency>
+       <groupId>com.redhat.thermostat</groupId>
 diff --git a/client/cli/pom.xml b/client/cli/pom.xml
 --- a/client/cli/pom.xml
 +++ b/client/cli/pom.xml