2011-06-15 05:36:05 -04:00
|
|
|
<?xml version="1.0"?>
|
2011-08-25 04:42:50 -04:00
|
|
|
<!--
|
|
|
|
~ 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.
|
|
|
|
-->
|
2011-10-18 08:19:44 -04: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/xsd/maven-4.0.0.xsd">
|
2011-06-15 05:36:05 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<artifactId>archiva-base</artifactId>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
2012-10-03 10:23:47 -04:00
|
|
|
<version>1.4-M4-SNAPSHOT</version>
|
2011-06-15 05:36:05 -04:00
|
|
|
</parent>
|
|
|
|
<artifactId>archiva-proxy-common</artifactId>
|
2011-11-22 09:17:04 -05:00
|
|
|
<packaging>bundle</packaging>
|
2011-06-15 05:36:05 -04:00
|
|
|
<name>Archiva Base :: Proxy Common</name>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-plexus-bridge</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-provider-api</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-file</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2012-02-04 17:08:28 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-http-lightweight</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2011-06-15 05:36:05 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
2011-08-23 09:55:11 -04:00
|
|
|
<artifactId>wagon-http</artifactId>
|
2011-06-15 05:36:05 -04:00
|
|
|
<scope>test</scope>
|
2011-08-23 09:55:11 -04:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2011-06-15 05:36:05 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-logging</groupId>
|
2012-09-09 11:37:27 -04:00
|
|
|
<artifactId>commons-logging</artifactId>
|
2011-06-15 05:36:05 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2012-07-02 03:36:23 -04:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2012-07-02 03:40:05 -04:00
|
|
|
<artifactId>archiva-test-utils</artifactId>
|
2012-07-02 03:36:23 -04:00
|
|
|
<version>${project.version}</version>
|
2011-06-15 05:36:05 -04:00
|
|
|
<scope>test</scope>
|
2012-07-02 03:36:23 -04:00
|
|
|
</dependency>
|
2011-06-15 05:36:05 -04:00
|
|
|
</dependencies>
|
2011-11-22 09:17:04 -05:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<artifactId>maven-bundle-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<instructions>
|
|
|
|
<Bundle-SymbolicName>org.apache.archiva.proxy.common</Bundle-SymbolicName>
|
|
|
|
<Bundle-Version>${project.version}</Bundle-Version>
|
|
|
|
<Export-Package>
|
|
|
|
org.apache.archiva.proxy.common;version=${project.version}
|
|
|
|
</Export-Package>
|
|
|
|
<Import-Package>
|
|
|
|
javax.inject,
|
|
|
|
org.apache.archiva.common.plexusbridge;version=${project.version},
|
|
|
|
org.apache.commons.lang;version="[2.4,3)",
|
|
|
|
org.springframework.stereotype;version="[3,4)",
|
2012-01-24 18:42:53 -05:00
|
|
|
org.springframework.context;version="[3,4)",
|
|
|
|
org.springframework.beans;version="[3,4)",
|
2011-11-22 09:17:04 -05:00
|
|
|
org.apache.maven.wagon*,
|
|
|
|
org.slf4j;resolution:=optional
|
|
|
|
</Import-Package>
|
|
|
|
</instructions>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2011-06-15 05:36:05 -04:00
|
|
|
</project>
|