Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 6390386b42fa4fcae96d2c00b94a72a4 > files > 1

maven-changes-plugin-2.4-1.fc15.src.rpm

From 05fbad1c5ed7da809904908e5d0924ca97f645de Mon Sep 17 00:00:00 2001
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
Date: Wed, 21 Jul 2010 14:34:36 +0200
Subject: [PATCH 1/2] xmlrpc3-common dependency

---
 pom.xml |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4754b2e..d64e323 100644
--- a/pom.xml
+++ b/pom.xml
@@ -301,6 +301,12 @@ under the License.
       <version>3.0</version>
     </dependency>
 
+    <dependency>
+      <groupId>org.apache.xmlrpc</groupId>
+      <artifactId>xmlrpc-common</artifactId>
+      <version>3.0</version>
+    </dependency>
+
     <!-- test dependencies -->
     <dependency>
       <groupId>junit</groupId>
-- 
1.7.1.1