2006-10-26 05:15:23 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2006-09-05 01:12:31 -04:00
|
|
|
<!--
|
2006-12-23 01:39:46 -05: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-05 01:12:31 -04:00
|
|
|
~
|
2006-12-23 01:39:46 -05:00
|
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
2006-09-05 01:12:31 -04:00
|
|
|
~
|
2006-12-23 01:39:46 -05: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-05 01:12:31 -04:00
|
|
|
-->
|
|
|
|
|
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">
|
2006-09-05 01:12:31 -04:00
|
|
|
<parent>
|
2008-03-28 22:01:11 -04:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2007-03-22 18:03:11 -04:00
|
|
|
<artifactId>archiva-base</artifactId>
|
2017-05-18 01:04:58 -04:00
|
|
|
<version>3.0.0-SNAPSHOT</version>
|
2006-09-05 01:12:31 -04:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>archiva-repository-layer</artifactId>
|
2011-09-01 13:09:08 -04:00
|
|
|
<name>Archiva Base :: Repository Interface Layer</name>
|
2018-11-04 07:34:47 -05:00
|
|
|
|
|
|
|
<properties>
|
|
|
|
<site.staging.base>${project.parent.parent.basedir}</site.staging.base>
|
|
|
|
</properties>
|
|
|
|
|
2006-09-05 01:12:31 -04:00
|
|
|
<dependencies>
|
2011-05-27 04:59:03 -04:00
|
|
|
<dependency>
|
2019-09-30 15:58:11 -04:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-model</artifactId>
|
2011-05-27 04:59:03 -04:00
|
|
|
</dependency>
|
2008-04-07 11:15:24 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
2019-09-30 15:58:11 -04:00
|
|
|
<artifactId>archiva-storage-api</artifactId>
|
2007-06-14 11:25:42 -04:00
|
|
|
</dependency>
|
2019-07-28 09:24:13 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-storage-fs</artifactId>
|
|
|
|
</dependency>
|
2008-04-15 00:44:17 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-checksum</artifactId>
|
|
|
|
</dependency>
|
2017-11-08 16:59:33 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-repository-api</artifactId>
|
|
|
|
</dependency>
|
2007-04-03 11:21:33 -04:00
|
|
|
<dependency>
|
2022-01-09 17:14:44 -05:00
|
|
|
<groupId>org.apache.archiva.configuration</groupId>
|
|
|
|
<artifactId>archiva-configuration-provider</artifactId>
|
2007-02-26 12:05:04 -05:00
|
|
|
</dependency>
|
2008-04-07 11:50:57 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-xml-tools</artifactId>
|
|
|
|
</dependency>
|
2019-05-19 11:35:34 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-filelock</artifactId>
|
|
|
|
</dependency>
|
2008-11-19 23:13:50 -05:00
|
|
|
<dependency>
|
2019-09-30 15:58:11 -04:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-common</artifactId>
|
2008-11-19 23:13:50 -05:00
|
|
|
</dependency>
|
2022-02-13 04:27:32 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva.event</groupId>
|
|
|
|
<artifactId>archiva-event-central</artifactId>
|
|
|
|
</dependency>
|
2007-04-26 13:45:45 -04:00
|
|
|
<dependency>
|
2019-09-30 15:58:11 -04:00
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-context</artifactId>
|
2007-02-27 10:13:21 -05:00
|
|
|
</dependency>
|
2020-06-16 13:33:30 -04:00
|
|
|
|
2020-01-31 18:41:34 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva.components.registry</groupId>
|
|
|
|
<artifactId>archiva-components-spring-registry-api</artifactId>
|
|
|
|
</dependency>
|
2021-07-02 13:59:13 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva.components</groupId>
|
|
|
|
<artifactId>archiva-components-spring-quartz</artifactId>
|
|
|
|
</dependency>
|
2012-01-24 18:42:53 -05:00
|
|
|
<dependency>
|
2019-09-30 15:58:11 -04:00
|
|
|
<groupId>com.cronutils</groupId>
|
|
|
|
<artifactId>cron-utils</artifactId>
|
2012-01-24 18:42:53 -05:00
|
|
|
</dependency>
|
2012-02-04 17:14:42 -05:00
|
|
|
<dependency>
|
2020-07-04 11:00:19 -04:00
|
|
|
<groupId>jakarta.inject</groupId>
|
|
|
|
<artifactId>jakarta.inject-api</artifactId>
|
2012-02-04 17:14:42 -05:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2020-01-31 18:41:34 -05:00
|
|
|
<dependency>
|
2020-07-04 11:00:19 -04:00
|
|
|
<groupId>jakarta.annotation</groupId>
|
|
|
|
<artifactId>jakarta.annotation-api</artifactId>
|
2020-01-31 18:41:34 -05:00
|
|
|
</dependency>
|
2017-10-03 15:52:45 -04:00
|
|
|
<dependency>
|
2019-09-30 15:58:11 -04:00
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-collections4</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
2017-10-03 15:52:45 -04:00
|
|
|
</dependency>
|
2017-11-01 10:27:45 -04:00
|
|
|
|
2019-09-02 04:47:56 -04:00
|
|
|
|
2019-09-01 08:37:52 -04:00
|
|
|
<!-- Test scope -->
|
2019-11-17 07:29:31 -05:00
|
|
|
<dependency>
|
2020-06-16 13:33:30 -04:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-test-utils</artifactId>
|
2019-11-17 07:29:31 -05:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2021-07-11 14:18:26 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
<artifactId>mockito-core</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
<artifactId>mockito-junit-jupiter</artifactId>
|
|
|
|
<version>${mockito.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2017-11-01 10:27:45 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
<artifactId>log4j-slf4j-impl</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
<artifactId>log4j-core</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
<artifactId>log4j-jcl</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2020-06-16 13:33:30 -04:00
|
|
|
|
2019-09-30 15:58:11 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-test</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2006-09-05 01:12:31 -04:00
|
|
|
</dependencies>
|
2011-05-25 12:58:08 -04:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<systemPropertyVariables>
|
|
|
|
<basedir>${basedir}</basedir>
|
2017-11-09 13:10:21 -05:00
|
|
|
<appserver.base>${project.build.directory}/test-classes</appserver.base>
|
2011-05-25 12:58:08 -04:00
|
|
|
</systemPropertyVariables>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2006-09-05 01:12:31 -04:00
|
|
|
</project>
|