add patch for groovy dependency

This commit is contained in:
weli 2013-01-18 17:03:57 +08:00
parent 244dc1aa21
commit 8f1f81da01
2 changed files with 13 additions and 0 deletions

View File

@ -7,6 +7,7 @@ Group: Development/Libraries
License: ASL 2.0
URL: http://maven.apache.org/plugins/maven-invoker-plugin/
Source0: http://repo2.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
Patch0: pom-xml.patch
BuildArch: noarch
@ -61,6 +62,7 @@ API documentation for %{name}.
%prep
%setup -q
%patch0
%build
mvn-rpmbuild \

11
pom-xml.patch Normal file
View File

@ -0,0 +1,11 @@
--- pom.xml.orig 2013-01-18 17:01:28.968287168 +0800
+++ pom.xml 2013-01-18 17:01:41.000866596 +0800
@@ -61,7 +61,7 @@
<beanshell-artifactId>bsh</beanshell-artifactId>
<beanshell-version>2.0b4</beanshell-version>
<groovy-groupId>org.codehaus.groovy</groovy-groupId>
- <groovy-artifactId>groovy-all</groovy-artifactId>
+ <groovy-artifactId>groovy</groovy-artifactId>
<groovy-version>2.0.1</groovy-version>
<mavenPluginPluginVersion>3.2</mavenPluginPluginVersion>