2006-10-26 09:15:23 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2006-09-15 11:03:30 +00:00
|
|
|
<!--
|
2006-12-23 06:39:46 +00: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
|
2006-09-15 11:03:30 +00:00
|
|
|
~
|
2006-12-23 06:39:46 +00:00
|
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
2006-09-15 11:03:30 +00:00
|
|
|
~
|
2006-12-23 06:39:46 +00:00
|
|
|
~ 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.
|
2006-09-15 11:03:30 +00:00
|
|
|
-->
|
|
|
|
|
2007-06-01 17:10:13 +00: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">
|
2006-09-15 11:03:30 +00:00
|
|
|
<parent>
|
2008-03-29 02:01:11 +00:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2007-03-22 22:03:11 +00:00
|
|
|
<artifactId>archiva-base</artifactId>
|
2017-05-18 15:04:58 +10:00
|
|
|
<version>3.0.0-SNAPSHOT</version>
|
2006-09-15 11:03:30 +00:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>archiva-proxy</artifactId>
|
2007-03-22 22:03:11 +00:00
|
|
|
<name>Archiva Base :: Proxy</name>
|
2018-11-04 13:34:47 +01:00
|
|
|
|
|
|
|
<properties>
|
|
|
|
<site.staging.base>${project.parent.parent.basedir}</site.staging.base>
|
|
|
|
</properties>
|
|
|
|
|
2006-09-15 11:03:30 +00:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2008-03-29 02:01:11 +00:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2007-04-11 20:26:34 +00:00
|
|
|
<artifactId>archiva-configuration</artifactId>
|
|
|
|
</dependency>
|
2012-10-29 20:41:00 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-scheduler-api</artifactId>
|
|
|
|
</dependency>
|
2007-04-11 20:26:34 +00:00
|
|
|
<dependency>
|
2008-03-29 02:01:11 +00:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2007-04-11 20:26:34 +00:00
|
|
|
<artifactId>archiva-repository-layer</artifactId>
|
2012-09-09 15:37:27 +00:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>log4j</groupId>
|
|
|
|
<artifactId>log4j</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
<artifactId>commons-logging-api</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2006-09-15 11:03:30 +00:00
|
|
|
</dependency>
|
2013-12-13 04:46:36 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-filelock</artifactId>
|
|
|
|
</dependency>
|
2012-10-29 20:58:54 +00:00
|
|
|
<dependency>
|
2009-05-23 07:28:12 +00:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2012-10-29 20:58:54 +00:00
|
|
|
<artifactId>archiva-scheduler-repository-api</artifactId>
|
|
|
|
</dependency>
|
2012-10-29 21:00:51 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-proxy-api</artifactId>
|
|
|
|
</dependency>
|
2019-01-31 22:49:06 +01:00
|
|
|
|
2007-04-16 00:49:27 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
</dependency>
|
2011-06-11 17:55:52 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
</dependency>
|
2011-05-27 17:26:26 +00:00
|
|
|
<dependency>
|
2019-09-02 16:51:46 +02:00
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
2011-05-27 17:26:26 +00:00
|
|
|
</dependency>
|
2014-07-30 12:04:40 +10:00
|
|
|
<dependency>
|
2018-04-01 17:21:48 +02:00
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-collections4</artifactId>
|
2014-07-30 12:04:40 +10:00
|
|
|
</dependency>
|
2012-04-03 19:49:17 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.ant</groupId>
|
|
|
|
<artifactId>ant</artifactId>
|
|
|
|
</dependency>
|
2011-05-27 17:26:26 +00:00
|
|
|
<dependency>
|
2013-04-25 13:19:19 +00:00
|
|
|
<groupId>org.eclipse.sisu</groupId>
|
|
|
|
<artifactId>org.eclipse.sisu.plexus</artifactId>
|
2011-05-27 17:26:26 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2013-08-10 12:56:05 +00:00
|
|
|
<groupId>com.google.inject</groupId>
|
|
|
|
<artifactId>guice</artifactId>
|
2013-09-02 07:47:03 +00:00
|
|
|
<classifier>no_aop</classifier>
|
2011-05-27 17:26:26 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-plexus-bridge</artifactId>
|
|
|
|
</dependency>
|
2007-04-25 19:58:48 +00:00
|
|
|
<dependency>
|
2019-11-17 13:29:31 +01:00
|
|
|
<groupId>org.apache.archiva.components.registry</groupId>
|
|
|
|
<artifactId>archiva-components-spring-registry-commons</artifactId>
|
2007-04-25 19:58:48 +00:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2007-08-30 01:22:19 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>xmlunit</groupId>
|
|
|
|
<artifactId>xmlunit</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2019-01-31 22:49:06 +01:00
|
|
|
|
2008-07-27 15:23:30 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
2011-08-23 13:55:11 +00:00
|
|
|
<artifactId>wagon-http</artifactId>
|
2008-07-27 15:23:30 +00:00
|
|
|
<scope>test</scope>
|
2011-08-23 13:55:11 +00:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2008-07-27 15:23:30 +00:00
|
|
|
</dependency>
|
2012-02-04 22:17:53 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-http-lightweight</artifactId>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2009-03-14 02:33:57 +00:00
|
|
|
<dependency>
|
2012-07-02 07:36:23 +00:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2012-07-02 07:40:05 +00:00
|
|
|
<artifactId>archiva-test-utils</artifactId>
|
2012-07-02 07:36:23 +00:00
|
|
|
<version>${project.version}</version>
|
2009-03-14 02:33:57 +00:00
|
|
|
<scope>test</scope>
|
2012-07-02 07:36:23 +00:00
|
|
|
</dependency>
|
2015-10-01 16:02:49 +10:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-mock</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2011-09-13 12:12:39 +00:00
|
|
|
<dependency>
|
2012-04-06 17:57:23 +00:00
|
|
|
<groupId>org.apache.archiva.redback</groupId>
|
2011-09-13 12:12:39 +00:00
|
|
|
<artifactId>redback-rbac-cached</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.derby</groupId>
|
|
|
|
<artifactId>derby</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-security-common</artifactId>
|
|
|
|
</dependency>
|
2011-11-03 23:46:59 +00:00
|
|
|
<dependency>
|
2012-04-06 17:57:23 +00:00
|
|
|
<groupId>org.apache.archiva.redback</groupId>
|
2011-11-03 23:46:59 +00:00
|
|
|
<artifactId>redback-common-test-resources</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2015-10-01 16:13:29 +10:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.assertj</groupId>
|
|
|
|
<artifactId>assertj-core</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2016-12-30 15:35:19 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.hsqldb</groupId>
|
|
|
|
<artifactId>hsqldb</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
|
2018-05-19 19:07:44 +02:00
|
|
|
|
2018-10-28 13:04:30 +01:00
|
|
|
<!-- START Needed for JDK >= 9 -->
|
2018-05-19 19:07:44 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>javax.annotation</groupId>
|
|
|
|
<artifactId>javax.annotation-api</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.xml.bind</groupId>
|
|
|
|
<artifactId>jaxb-api</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2018-10-28 13:04:30 +01:00
|
|
|
|
|
|
|
<!-- END Needed for JDK >= 9 -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ow2.asm</groupId>
|
|
|
|
<artifactId>asm</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2006-09-15 11:03:30 +00:00
|
|
|
</dependencies>
|
2011-06-08 13:32:25 +00:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<systemPropertyVariables>
|
2011-10-01 04:46:20 +00:00
|
|
|
<appserver.base>${project.build.directory}/appserver-base</appserver.base>
|
|
|
|
<plexus.home>${project.build.directory}/appserver-base</plexus.home>
|
|
|
|
<derby.system.home>${project.build.directory}/appserver-base</derby.system.home>
|
2011-11-07 08:29:35 +00:00
|
|
|
<redback.jdbc.url>${redbackTestJdbcUrl}</redback.jdbc.url>
|
|
|
|
<redback.jdbc.driver.name>${redbackTestJdbcDriver}</redback.jdbc.driver.name>
|
2015-10-01 16:02:49 +10:00
|
|
|
<archiva.repositorySessionFactory.id>mock</archiva.repositorySessionFactory.id>
|
2016-05-23 10:38:19 +10:00
|
|
|
<http.proxyHost />
|
|
|
|
<http.proxyPort />
|
2017-05-21 17:39:07 +02:00
|
|
|
<openjpa.Log>${openjpa.Log}</openjpa.Log>
|
2011-06-08 13:32:25 +00:00
|
|
|
</systemPropertyVariables>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
2011-08-25 08:42:50 +00:00
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.rat</groupId>
|
|
|
|
<artifactId>apache-rat-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<excludes>
|
|
|
|
<exclude>src/test/repositories/**</exclude>
|
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
2011-06-08 13:32:25 +00:00
|
|
|
</build>
|
2006-09-15 11:03:30 +00:00
|
|
|
</project>
|