diff --git a/xstream.spec b/xstream.spec index 22c1eba..f71502c 100644 --- a/xstream.spec +++ b/xstream.spec @@ -32,7 +32,7 @@ Name: xstream Version: 1.4.7 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Java XML serialization library License: BSD URL: http://xstream.codehaus.org/ @@ -135,8 +135,10 @@ find . -name "*.jar" -print -delete %pom_remove_plugin :maven-source-plugin %pom_remove_plugin :maven-dependency-plugin -%pom_xpath_set "pom:project/pom:dependencies/pom:dependency[pom:groupId = 'org.codehaus.woodstox' ]/pom:artifactId" woodstox-core-asl xstream -%pom_xpath_set "pom:project/pom:dependencies/pom:dependency[pom:groupId = 'cglib' ]/pom:artifactId" cglib xstream +%pom_xpath_set "pom:dependency[pom:groupId = 'org.codehaus.woodstox' ]/pom:artifactId" woodstox-core-asl +%pom_xpath_set "pom:dependency[pom:groupId = 'org.codehaus.woodstox' ]/pom:artifactId" woodstox-core-asl xstream +%pom_xpath_set "pom:dependency[pom:groupId = 'cglib' ]/pom:artifactId" cglib +%pom_xpath_set "pom:dependency[pom:groupId = 'cglib' ]/pom:artifactId" cglib xstream # Remove xmlpull classes provides by xpp3 %pom_remove_dep :xmlpull xstream # Require unavailable proxytoys:proxytoys @@ -181,6 +183,9 @@ dummy = posix.readlink(dir) and os.remove(dir) %doc LICENSE.txt %changelog +* Fri Oct 24 2014 Mikolaj Izdebski - 1.4.7-7 +- Fix dependencies in parent POM + * Mon Aug 4 2014 Mikolaj Izdebski - 1.4.7-6 - Fix build-requires on codehaus-parent