[plexus-mail-sender] Remove javax.activation:activation dependency.

Alexander Kurtakov akurtakov at fedoraproject.org
Fri Mar 6 13:07:03 UTC 2015


commit 7b91270cec60687a04cb29cd31b5db6d959e981e
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Fri Mar 6 15:06:58 2015 +0200

    Remove javax.activation:activation dependency.
    
    It's part of JDK.

 plexus-mail-sender.spec | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/plexus-mail-sender.spec b/plexus-mail-sender.spec
index d5bac39..94739bb 100644
--- a/plexus-mail-sender.spec
+++ b/plexus-mail-sender.spec
@@ -32,7 +32,7 @@
 
 Name:           plexus-mail-sender
 Version:        1.0
-Release:        0.28.a2%{?dist}
+Release:        0.29.a2%{?dist}
 Epoch:          0
 Summary:        Plexus Mail Sender
 License:        MIT and ASL 1.1
@@ -104,6 +104,7 @@ mv %{name}-api/release-pom.xml %{name}-api/pom.xml
 find . -iname 'pom.xml' -exec sed -i \
        's:<groupId>plexus</groupId>:<groupId>org.codehaus.plexus</groupId>:g' \{\} \;
 
+%pom_remove_dep javax.activation:activation plexus-mail-senders/plexus-mail-sender-javamail
 
 %build
 %mvn_package ":*senders" __noinstall
@@ -119,6 +120,9 @@ find . -iname 'pom.xml' -exec sed -i \
 
 
 %changelog
+* Fri Mar 6 2015 Alexander Kurtakov <akurtako at redhat.com> 0:1.0-0.29.a2
+- Remove javax.activation:activation dependency. It's part of JDK.
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0:1.0-0.28.a2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list