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