Remove activation.jar dependency to fix build

This commit is contained in:
Ade Lee 2015-07-27 11:39:19 -04:00
parent 3958beefd6
commit 577703af51
1 changed files with 8 additions and 1 deletions

View File

@ -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 <alee@redhat.com> - 3.0.6-9
- Remove activation.jar dependency to fix build.
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.6-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild