]> source.dussan.org Git - archiva.git/commitdiff
remove xml rpc deps from deptMngt
authorOlivier Lamy <olamy@apache.org>
Fri, 23 Dec 2011 15:29:27 +0000 (15:29 +0000)
committerOlivier Lamy <olamy@apache.org>
Fri, 23 Dec 2011 15:29:27 +0000 (15:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1222702 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-karaf/archiva-features/pom.xml
pom.xml

index 4079f4854008432d4551c270848d26e26ff75fb9..287b52e233a6a4a3a124ced57c0b67e29ba12b1b 100644 (file)
@@ -31,7 +31,6 @@
 
   <properties>
     <aopalliance.bundle.version>1.0_5</aopalliance.bundle.version>
-    <atlassian-xmlrpc-binder-annotations.bundle.version>0.11_1-SNAPSHOT</atlassian-xmlrpc-binder-annotations.bundle.version>
     <beanlib.bundle.version>5.0.2beta_1-SNAPSHOT</beanlib.bundle.version>
     <cglib.bundle.version>2.2_2</cglib.bundle.version>
     <commons-beanutils.bundle.version>1.8.2_2</commons-beanutils.bundle.version>
@@ -66,7 +65,6 @@
     <sisu-guava.version>0.9.9</sisu-guava.version>
     <stax-utils.bundle.version>20040917_2</stax-utils.bundle.version>
     <velocity.bundle.version>1.7_3</velocity.bundle.version>
-    <xmlrpc-server.bundle.version>3.1.2_1-SNAPSHOT</xmlrpc-server.bundle.version>
     <xpp3.bundle.version>1.1.4c_5</xpp3.bundle.version>
     <xstream.bundle.version>1.4_1</xstream.bundle.version>
     <ws-commons-util.bundle.version>1.0.2_1-SNAPSHOT</ws-commons-util.bundle.version>
       </plugin>
     </plugins>
   </build>
-</project>
\ No newline at end of file
+</project>
diff --git a/pom.xml b/pom.xml
index e864d734ee9c39b3685e77409c550baccaa92208..8d4f7b6c2e00985a048eb224dfe4a9854f2168f4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <artifactId>mail</artifactId>
         <version>${javaxMailVersion}</version>
       </dependency>
-      <dependency>
-        <groupId>org.apache.xmlrpc</groupId>
-        <artifactId>xmlrpc-server</artifactId>
-        <version>3.1.2</version>
-      </dependency>
       <dependency>
         <groupId>org.apache.maven</groupId>
         <artifactId>maven-model</artifactId>
           </exclusion>
         </exclusions>
       </dependency>
-      <dependency>
-        <groupId>org.codehaus.redback</groupId>
-        <artifactId>redback-xmlrpc-services</artifactId>
-        <version>${redback.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.codehaus.redback</groupId>
-        <artifactId>redback-xmlrpc-security</artifactId>
-        <version>${redback.version}</version>
-      </dependency>
-
       <dependency>
         <groupId>org.codehaus.redback</groupId>
         <artifactId>redback-rest-api</artifactId>