2007-02-26 17:04:17 +00: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.
|
|
|
|
-->
|
|
|
|
|
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">
|
2007-02-26 17:04:17 +00:00
|
|
|
<parent>
|
2008-03-29 02:01:11 +00:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2008-03-29 03:09:22 +00:00
|
|
|
<artifactId>archiva-modules</artifactId>
|
2008-07-16 09:43:54 +00:00
|
|
|
<version>1.2-SNAPSHOT</version>
|
2007-02-26 17:04:17 +00:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>archiva-database</artifactId>
|
|
|
|
<name>Archiva Database</name>
|
|
|
|
<dependencies>
|
2007-06-17 04:50:05 +00:00
|
|
|
<dependency>
|
2008-03-29 02:01:11 +00:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2007-06-17 04:50:05 +00:00
|
|
|
<artifactId>archiva-repository-layer</artifactId>
|
|
|
|
</dependency>
|
2007-04-09 16:39:58 +00:00
|
|
|
<dependency>
|
2008-03-29 02:01:11 +00:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2007-04-09 16:39:58 +00:00
|
|
|
<artifactId>archiva-consumer-api</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2008-03-29 02:01:11 +00:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2007-04-09 16:39:58 +00:00
|
|
|
<artifactId>archiva-configuration</artifactId>
|
|
|
|
</dependency>
|
2007-02-26 17:04:17 +00:00
|
|
|
<dependency>
|
2008-03-29 02:01:11 +00:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2007-03-15 16:48:40 +00:00
|
|
|
<artifactId>archiva-model</artifactId>
|
2007-02-26 18:01:19 +00:00
|
|
|
</dependency>
|
2008-04-09 17:19:31 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-spring</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2008-04-17 08:52:01 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-component-api</artifactId>
|
|
|
|
</dependency>
|
2007-02-26 20:47:55 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
2007-03-15 16:48:40 +00:00
|
|
|
<artifactId>plexus-jdo2</artifactId>
|
2007-02-26 20:47:55 +00:00
|
|
|
</dependency>
|
2007-02-26 17:04:17 +00:00
|
|
|
<dependency>
|
2007-03-15 16:48:40 +00:00
|
|
|
<groupId>jpox</groupId>
|
|
|
|
<artifactId>jpox</artifactId>
|
|
|
|
<scope>compile</scope>
|
2007-02-26 17:04:17 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-lang</groupId>
|
|
|
|
<artifactId>commons-lang</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
</dependency>
|
2007-02-26 20:47:55 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>log4j</groupId>
|
|
|
|
<artifactId>log4j</artifactId>
|
|
|
|
</dependency>
|
2007-03-21 15:46:41 +00:00
|
|
|
<!-- TEST DEPS -->
|
2007-05-17 22:16:57 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus.registry</groupId>
|
|
|
|
<artifactId>plexus-registry-commons</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2007-03-21 15:46:41 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>hsqldb</groupId>
|
|
|
|
<artifactId>hsqldb</artifactId>
|
2007-04-19 12:25:11 +00:00
|
|
|
<scope>test</scope>
|
2007-03-21 15:46:41 +00:00
|
|
|
</dependency>
|
2007-02-26 20:47:55 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.derby</groupId>
|
|
|
|
<artifactId>derbytools</artifactId>
|
|
|
|
<scope>test</scope>
|
2007-02-26 17:04:17 +00:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<build>
|
2007-03-21 14:30:32 +00:00
|
|
|
<plugins>
|
|
|
|
<plugin>
|
2007-02-26 20:47:55 +00:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-maven-plugin</artifactId>
|
2007-03-21 14:30:32 +00:00
|
|
|
</plugin>
|
|
|
|
</plugins>
|
2007-02-26 17:04:17 +00:00
|
|
|
</build>
|
|
|
|
</project>
|