From 577703af51c465977189126a1f805668b69b14c2 Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Jul 27 2015 15:39:19 +0000 Subject: Remove activation.jar dependency to fix build --- diff --git a/resteasy.spec b/resteasy.spec index 33dc8f9..0334caa 100644 --- a/resteasy.spec +++ b/resteasy.spec @@ -3,7 +3,7 @@ Name: resteasy Version: 3.0.6 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Framework for RESTful Web services and Java applications License: ASL 2.0 and CDDL URL: http://www.jboss.org/resteasy @@ -294,6 +294,10 @@ rm jaxrs/resteasy-spring/src/main/java/org/jboss/resteasy/springmvc/JettyLifecyc %pom_remove_plugin com.atlassian.maven.plugins:maven-clover2-plugin jaxrs/pom.xml %pom_remove_plugin com.atlassian.maven.plugins:maven-clover2-plugin jaxrs/resteasy-jaxrs/pom.xml +# remove activation.jar dependencies +%pom_remove_dep "javax.activation:activation" jaxrs/resteasy-jaxrs/pom.xml +%pom_remove_dep "javax.activation:activation" jaxrs/pom.xml +%pom_remove_dep "javax.activation:activation" jaxrs/resteasy-spring/pom.xml # Fixing JDK7 ASCII issues files=' @@ -381,6 +385,9 @@ done %changelog +* Mon Jul 27 2015 Ade Lee - 3.0.6-9 +- Remove activation.jar dependency to fix build. + * Thu Jun 18 2015 Fedora Release Engineering - 3.0.6-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild