2006-07-07 08:23:28 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
~ Copyright 2005-2006 The Apache Software Foundation.
|
|
|
|
~
|
|
|
|
~ Licensed 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.
|
|
|
|
-->
|
|
|
|
|
|
|
|
<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">
|
2004-09-17 21:59:21 -04:00
|
|
|
<parent>
|
2005-04-05 12:30:55 -04:00
|
|
|
<artifactId>maven</artifactId>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-12-12 13:22:06 -05:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2004-09-17 21:59:21 -04:00
|
|
|
</parent>
|
2005-03-09 20:35:25 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2004-08-09 14:37:31 -04:00
|
|
|
<artifactId>maven-artifact</artifactId>
|
2005-04-08 03:50:53 -04:00
|
|
|
<name>Maven Artifact</name>
|
2004-08-09 14:37:31 -04:00
|
|
|
<dependencies>
|
2005-06-21 12:12:44 -04:00
|
|
|
<dependency>
|
2005-10-08 10:13:31 -04:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
2005-09-15 22:50:12 -04:00
|
|
|
<artifactId>plexus-utils</artifactId>
|
2005-06-21 12:12:44 -04:00
|
|
|
</dependency>
|
2004-08-09 14:37:31 -04:00
|
|
|
<dependency>
|
2005-10-02 20:54:01 -04:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
2005-09-15 22:50:12 -04:00
|
|
|
<artifactId>plexus-container-default</artifactId>
|
|
|
|
<scope>test</scope>
|
2004-08-09 14:37:31 -04:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2005-12-12 13:22:06 -05:00
|
|
|
</project>
|