2007-04-12 16:11:31 -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.
|
|
|
|
-->
|
|
|
|
|
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/maven-v4_0_0.xsd">
|
2007-04-12 16:11:31 -04:00
|
|
|
<parent>
|
2008-03-28 22:01:11 -04:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2007-04-12 16:11:31 -04:00
|
|
|
<artifactId>archiva-base</artifactId>
|
2017-05-18 01:04:58 -04:00
|
|
|
<version>3.0.0-SNAPSHOT</version>
|
2007-04-12 16:11:31 -04:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>archiva-policies</artifactId>
|
2018-12-31 02:00:54 -05:00
|
|
|
|
2007-04-12 16:11:31 -04:00
|
|
|
<name>Archiva Base :: Policies</name>
|
2018-11-04 07:34:47 -05:00
|
|
|
|
|
|
|
<properties>
|
|
|
|
<site.staging.base>${project.parent.parent.basedir}</site.staging.base>
|
|
|
|
</properties>
|
|
|
|
|
2007-04-12 16:11:31 -04:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2008-03-28 22:01:11 -04:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2007-04-12 16:11:31 -04:00
|
|
|
<artifactId>archiva-common</artifactId>
|
|
|
|
</dependency>
|
2019-07-28 09:24:13 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-storage-api</artifactId>
|
|
|
|
</dependency>
|
2008-04-15 00:44:17 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-checksum</artifactId>
|
|
|
|
</dependency>
|
2007-04-12 16:11:31 -04:00
|
|
|
<dependency>
|
2019-09-02 10:51:46 -04:00
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
2007-04-12 16:11:31 -04:00
|
|
|
</dependency>
|
2019-09-01 13:43:31 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2020-07-04 11:00:19 -04:00
|
|
|
<groupId>jakarta.inject</groupId>
|
|
|
|
<artifactId>jakarta.inject-api</artifactId>
|
2019-09-01 13:43:31 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
</dependency>
|
2007-04-13 11:48:27 -04:00
|
|
|
<dependency>
|
2019-11-19 17:36:35 -05:00
|
|
|
<groupId>org.apache.archiva.components.cache</groupId>
|
|
|
|
<artifactId>archiva-components-spring-cache-api</artifactId>
|
2011-05-19 18:20:55 -04:00
|
|
|
</dependency>
|
2019-09-01 13:43:31 -04:00
|
|
|
|
2020-02-01 14:20:03 -05:00
|
|
|
<!-- This runtime dependency is needed because the cache bean is
|
|
|
|
added to the spring context. -->
|
2011-05-19 18:20:55 -04:00
|
|
|
<dependency>
|
2019-11-19 17:36:35 -05:00
|
|
|
<groupId>org.apache.archiva.components.cache</groupId>
|
|
|
|
<artifactId>archiva-components-spring-cache-ehcache</artifactId>
|
2020-02-01 14:20:03 -05:00
|
|
|
<scope>runtime</scope>
|
2011-05-19 18:20:55 -04:00
|
|
|
</dependency>
|
2020-02-01 14:20:03 -05:00
|
|
|
|
2022-08-05 21:30:06 -04:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>jakarta.annotation</groupId>
|
|
|
|
<artifactId>jakarta.annotation-api</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>jakarta.xml.bind</groupId>
|
|
|
|
<artifactId>jakarta.xml.bind-api</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
|
2020-02-01 14:20:03 -05:00
|
|
|
<!-- Test scope -->
|
|
|
|
|
2011-06-15 22:22:00 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-context</artifactId>
|
|
|
|
</dependency>
|
2019-07-28 09:24:13 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-storage-fs</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2009-03-13 22:33:57 -04:00
|
|
|
<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>
|
2009-03-13 22:33:57 -04:00
|
|
|
<scope>test</scope>
|
2012-07-02 03:36:23 -04:00
|
|
|
</dependency>
|
2011-05-20 16:08:12 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-test</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2018-05-19 13:07:44 -04:00
|
|
|
<dependency>
|
2019-09-01 08:37:52 -04:00
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
<artifactId>log4j-jcl</artifactId>
|
2018-05-19 13:07:44 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2019-09-01 13:43:31 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-filelock</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2018-05-19 13:07:44 -04:00
|
|
|
|
2007-04-12 16:11:31 -04:00
|
|
|
</dependencies>
|
2011-05-20 16:08:12 -04:00
|
|
|
|
2007-04-13 11:48:27 -04:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
2011-05-20 16:08:12 -04:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<systemPropertyVariables>
|
|
|
|
<basedir>${basedir}</basedir>
|
|
|
|
</systemPropertyVariables>
|
|
|
|
</configuration>
|
2007-04-13 11:48:27 -04:00
|
|
|
</plugin>
|
|
|
|
</plugins>
|
2011-08-25 04:42:50 -04:00
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.rat</groupId>
|
|
|
|
<artifactId>apache-rat-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<excludes>
|
|
|
|
<exclude>src/test/resources/checksums/**</exclude>
|
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
2007-04-13 11:48:27 -04:00
|
|
|
</build>
|
2019-09-01 08:37:52 -04:00
|
|
|
|
2007-04-12 16:11:31 -04:00
|
|
|
</project>
|