William Benton 10f74e0

William Benton 10f74e0
William Benton 10f74e0
   Licensed to the Apache Software Foundation (ASF) under one
William Benton 10f74e0
   or more contributor license agreements.  See the NOTICE file
William Benton 10f74e0
   distributed with this work for additional information
William Benton 10f74e0
   regarding copyright ownership.  The ASF licenses this file
William Benton 10f74e0
   to you under the Apache License, Version 2.0 (the
William Benton 10f74e0
   "License"); you may not use this file except in compliance
William Benton 10f74e0
   with the License.  You may obtain a copy of the License at
William Benton 10f74e0

William Benton 10f74e0
     http://www.apache.org/licenses/LICENSE-2.0
William Benton 10f74e0

William Benton 10f74e0
   Unless required by applicable law or agreed to in writing,
William Benton 10f74e0
   software distributed under the License is distributed on an
William Benton 10f74e0
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
William Benton 10f74e0
   KIND, either express or implied.  See the License for the
William Benton 10f74e0
   specific language governing permissions and limitations
William Benton 10f74e0
   under the License.    
William Benton 10f74e0
-->
William Benton 10f74e0
William Benton 10f74e0
    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
William Benton 10f74e0

William Benton 10f74e0
  <modelVersion>4.0.0</modelVersion>
William Benton 10f74e0
  <parent>
William Benton 10f74e0
    <groupId>org.apache</groupId>
William Benton 10f74e0
    <artifactId>apache</artifactId>
William Benton 10f74e0
    <version>7</version>
William Benton 10f74e0
  </parent>
William Benton 10f74e0
  <groupId>org.apache.ivy</groupId>
William Benton 10f74e0
  <artifactId>ivy</artifactId>
William Benton 10f74e0
  <version>2.3.0</version>
William Benton 10f74e0
  <name>Apache Ivy</name>
William Benton 10f74e0
  <url>http://ant.apache.org/ivy/</url>
William Benton 10f74e0
  <scm>
William Benton 10f74e0
    <connection>scm:svn:http://svn.apache.org/repos/asf/ant/ivy/core/trunk/</connection>
William Benton 10f74e0
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/ant/ivy/core/trunk</developerConnection>
William Benton 10f74e0
    <url>http://svn.apache.org/repos/asf/ant/ivy/core/trunk</url>
William Benton 10f74e0
  </scm>
William Benton 10f74e0
  <mailingLists>
William Benton 10f74e0
    <mailingList>
William Benton 10f74e0
      <name>Ant/Ivy Developers List</name>
William Benton 10f74e0
      <subscribe>dev-subscribe@ant.apache.org</subscribe>
William Benton 10f74e0
      <unsubscribe>dev-unsubscribe@ant.apache.org</unsubscribe>
William Benton 10f74e0
      <post>dev@ant.apache.org</post>
William Benton 10f74e0
      <archive>http://mail-archives.apache.org/mod_mbox/ant-dev</archive>
William Benton 10f74e0
    </mailingList>
William Benton 10f74e0
    <mailingList>
William Benton 10f74e0
      <name>Ivy Users List</name>
William Benton 10f74e0
      <subscribe>ivy-user-subscribe@ant.apache.org</subscribe>
William Benton 10f74e0
      <unsubscribe>ivy-user-unsubscribe@ant.apache.org</unsubscribe>
William Benton 10f74e0
      <post>ivy-user@ant.apache.org</post>
William Benton 10f74e0
      <archive>http://mail-archives.apache.org/mod_mbox/ant-ivy-user</archive>
William Benton 10f74e0
    </mailingList>
William Benton 10f74e0
  </mailingLists>
William Benton 10f74e0
  <issueManagement>
William Benton 10f74e0
    <system>jira</system>
William Benton 10f74e0
    <url>http://issues.apache.org/jira/browse/IVY</url>
William Benton 10f74e0
  </issueManagement>
William Benton 10f74e0
  <dependencies>
William Benton 10f74e0
    <dependency>
William Benton 10f74e0
      <groupId>org.apache.ant</groupId>
William Benton 10f74e0
      <artifactId>ant</artifactId>
William Benton 10f74e0
      <version>1.7.1</version>
William Benton 10f74e0
      <optional>true</optional>
William Benton 10f74e0
    </dependency>
William Benton 10f74e0
    <dependency>
William Benton 10f74e0
      <groupId>org.apache.ant</groupId>
William Benton 10f74e0
      <artifactId>ant-nodeps</artifactId>
William Benton 10f74e0
      <version>1.7.1</version>
William Benton 10f74e0
      <optional>true</optional>
William Benton 10f74e0
    </dependency>
William Benton 10f74e0
    <dependency>
William Benton 10f74e0
      <groupId>org.apache.ant</groupId>
William Benton 10f74e0
      <artifactId>ant-trax</artifactId>
William Benton 10f74e0
      <version>1.7.1</version>
William Benton 10f74e0
      <optional>true</optional>
William Benton 10f74e0
    </dependency>
William Benton 10f74e0
    <dependency>
William Benton 10f74e0
      <groupId>commons-httpclient</groupId>
William Benton 10f74e0
      <artifactId>commons-httpclient</artifactId>
William Benton 10f74e0
      <version>3.0</version>
William Benton 10f74e0
      <optional>true</optional>
William Benton 10f74e0
    </dependency>
William Benton 10f74e0
    <dependency>
William Benton 10f74e0
      <groupId>oro</groupId>
William Benton 10f74e0
      <artifactId>oro</artifactId>
William Benton 10f74e0
      <version>2.0.8</version>
William Benton 10f74e0
      <optional>true</optional>
William Benton 10f74e0
    </dependency>
William Benton 10f74e0
    <dependency>
William Benton 10f74e0
      <groupId>commons-vfs</groupId>
William Benton 10f74e0
      <artifactId>commons-vfs</artifactId>
William Benton 10f74e0
      <version>1.0</version>
William Benton 10f74e0
      <optional>true</optional>
William Benton 10f74e0
    </dependency>
William Benton 10f74e0
    <dependency>
William Benton 10f74e0
      <groupId>com.jcraft</groupId>
William Benton 10f74e0
      <artifactId>jsch</artifactId>
William Benton 10f74e0
      <version>0.1.31</version>
William Benton 10f74e0
      <optional>true</optional>
William Benton 10f74e0
    </dependency>
William Benton 10f74e0
    <dependency>
William Benton 10f74e0
      <groupId>org.bouncycastle</groupId>
William Benton 10f74e0
      <artifactId>bcpg-jdk14</artifactId>
William Benton 10f74e0
      <version>1.45</version>
William Benton 10f74e0
      <optional>true</optional>
William Benton 10f74e0
    </dependency>
William Benton 10f74e0
    <dependency>
William Benton 10f74e0
      <groupId>org.bouncycastle</groupId>
William Benton 10f74e0
      <artifactId>bcprov-jdk14</artifactId>
William Benton 10f74e0
      <version>1.45</version>
William Benton 10f74e0
      <optional>true</optional>
William Benton 10f74e0
    </dependency>
William Benton 10f74e0
    <dependency>
William Benton 10f74e0
      <groupId>junit</groupId>
William Benton 10f74e0
      <artifactId>junit</artifactId>
William Benton 10f74e0
      <version>3.8.2</version>
William Benton 10f74e0
      <scope>test</scope>
William Benton 10f74e0
    </dependency>
William Benton 10f74e0
    <dependency>
William Benton 10f74e0
      <groupId>commons-lang</groupId>
William Benton 10f74e0
      <artifactId>commons-lang</artifactId>
William Benton 10f74e0
      <version>2.6</version>
William Benton 10f74e0
      <scope>test</scope>
William Benton 10f74e0
    </dependency>
William Benton 10f74e0
    <dependency>
William Benton 10f74e0
      <groupId>org.apache.ant</groupId>
William Benton 10f74e0
      <artifactId>ant-testutil</artifactId>
William Benton 10f74e0
      <version>1.7.0</version>
William Benton 10f74e0
      <scope>test</scope>
William Benton 10f74e0
    </dependency>
William Benton 10f74e0
    <dependency>
William Benton 10f74e0
      <groupId>ant</groupId>
William Benton 10f74e0
      <artifactId>ant-launcher</artifactId>
William Benton 10f74e0
      <version>1.6.2</version>
William Benton 10f74e0
      <scope>test</scope>
William Benton 10f74e0
    </dependency>
William Benton 10f74e0
    <dependency>
William Benton 10f74e0
      <groupId>ant-contrib</groupId>
William Benton 10f74e0
      <artifactId>ant-contrib</artifactId>
William Benton 10f74e0
      <version>1.0b3</version>
William Benton 10f74e0
      <scope>test</scope>
William Benton 10f74e0
    </dependency>
William Benton 10f74e0
    <dependency>
William Benton 10f74e0
      <groupId>xerces</groupId>
William Benton 10f74e0
      <artifactId>xercesImpl</artifactId>
William Benton 10f74e0
      <version>2.6.2</version>
William Benton 10f74e0
      <scope>test</scope>
William Benton 10f74e0
    </dependency>
William Benton 10f74e0
    <dependency>
William Benton 10f74e0
      <groupId>xerces</groupId>
William Benton 10f74e0
      <artifactId>xmlParserAPIs</artifactId>
William Benton 10f74e0
      <version>2.6.2</version>
William Benton 10f74e0
      <scope>test</scope>
William Benton 10f74e0
    </dependency>
William Benton 10f74e0
  </dependencies>
William Benton 10f74e0
</project>