Add kxml2 to pom as a dependency

This commit is contained in:
Stanislav Ochotnicky 2012-05-21 13:54:46 +02:00
parent bacb0d08f4
commit ae1504eea0
2 changed files with 22 additions and 3 deletions

View File

@ -0,0 +1,16 @@
diff --git a/pom.xml b/pom.xml
index 16880b5..cd5e6ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,6 +65,11 @@
<version>1.50.0</version>
</dependency>
<dependency>
+ <groupId>net.sf.kxml</groupId>
+ <artifactId>kxml2</artifactId>
+ <version>2.2.2</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.bundlerepository</artifactId>
<version>1.6.6</version>

View File

@ -2,7 +2,7 @@
Name: maven-plugin-bundle
Version: 2.3.7
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Maven Bundle Plugin
Group: Development/Tools
@ -10,7 +10,7 @@ License: ASL 2.0
URL: http://felix.apache.org
Source0: http://apache.tradebit.com/pub/felix/%{site_name}-%{version}-source-release.tar.gz
#Patch0: %{site_name}-unbundling.patch
Patch0: %{site_name}-dependency.patch
Patch1: %{site_name}-unreported-exception.patch
BuildRequires: aqute-bndlib >= 1.50.0
@ -69,7 +69,7 @@ API documentation for %{name}.
%prep
%setup -q -n %{site_name}-%{version}
#%%patch0 -p1
%patch0 -p1
%patch1 -p1
# remove bundled stuff
@ -106,6 +106,9 @@ rm -rf target/site/api*
%{_javadocdir}/%{name}
%changelog
* Mon May 21 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.3.7-3
- Add kxml2 to pom as a dependency
* Mon Apr 30 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3.7-2
- Add missing BuildRequires