2009-10-07 06:12:41 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
~ Licensed to the Apache Software Foundation (ASF) under one
|
|
|
|
~ or more contributor license agreements. See the NOTICE file
|
|
|
|
~ distributed with this work for additional information
|
|
|
|
~ regarding copyright ownership. The ASF licenses this file
|
|
|
|
~ to you under the Apache License, Version 2.0 (the
|
|
|
|
~ "License"); you may not use this file except in compliance
|
|
|
|
~ with the License. You may obtain a copy of the License at
|
|
|
|
~
|
|
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
~
|
|
|
|
~ Unless required by applicable law or agreed to in writing,
|
|
|
|
~ software distributed under the License is distributed on an
|
|
|
|
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
|
|
~ KIND, either express or implied. See the License for the
|
|
|
|
~ specific language governing permissions and limitations
|
|
|
|
~ under the License.
|
|
|
|
-->
|
|
|
|
|
2010-12-29 01:14:04 -05:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
2008-10-20 01:59:47 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-xmlrpc</artifactId>
|
2010-01-12 21:07:00 -05:00
|
|
|
<version>1.4-SNAPSHOT</version>
|
2008-10-20 01:59:47 -04:00
|
|
|
</parent>
|
|
|
|
<artifactId>archiva-xmlrpc-services</artifactId>
|
|
|
|
<name>Archiva Web :: XML-RPC Services</name>
|
|
|
|
<dependencies>
|
2008-11-03 17:23:23 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.xmlrpc</groupId>
|
|
|
|
<artifactId>xmlrpc-server</artifactId>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-xmlrpc-security</artifactId>
|
|
|
|
</dependency>
|
2008-10-20 01:59:47 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-xmlrpc-api</artifactId>
|
|
|
|
</dependency>
|
2010-09-30 23:50:04 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>audit</artifactId>
|
2010-12-29 01:14:04 -05:00
|
|
|
</dependency>
|
2008-10-20 01:59:47 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
2009-11-19 12:16:20 -05:00
|
|
|
<artifactId>archiva-repository-scanner</artifactId>
|
|
|
|
</dependency>
|
2010-03-11 05:39:33 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-repository-layer</artifactId>
|
|
|
|
</dependency>
|
2009-11-19 12:16:20 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-scheduler-repository</artifactId>
|
|
|
|
</dependency>
|
2008-10-20 01:59:47 -04:00
|
|
|
<dependency>
|
2008-11-28 12:39:32 -05:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-security</artifactId>
|
2008-10-20 01:59:47 -04:00
|
|
|
</dependency>
|
2009-11-29 22:10:40 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>metadata-repository-api</artifactId>
|
|
|
|
</dependency>
|
2009-11-30 09:19:56 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>maven2-repository</artifactId>
|
|
|
|
</dependency>
|
2008-10-20 01:59:47 -04:00
|
|
|
<dependency>
|
2011-04-12 09:23:24 -04:00
|
|
|
<groupId>org.codehaus.redback</groupId>
|
2008-10-20 01:59:47 -04:00
|
|
|
<artifactId>plexus-spring</artifactId>
|
2008-11-28 12:39:32 -05:00
|
|
|
<scope>test</scope>
|
2008-10-20 01:59:47 -04:00
|
|
|
</dependency>
|
2009-03-13 22:33:57 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-simple</artifactId>
|
|
|
|
<scope>test</scope>
|
2010-12-29 01:14:04 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
<artifactId>mockito-all</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2008-10-20 01:59:47 -04:00
|
|
|
</dependencies>
|
2009-10-07 06:12:41 -04:00
|
|
|
</project>
|