Run| Workspace| Log| Issues| Fixes| Pre-reqs| Stats| XRef| Maven Repository Proxy Log Gump Logo

Details

File Contents

<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- 
 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.
-->

<project>

  <extend>${basedir}/../project-common.xml</extend>

  <artifactId>excalibur-thread-instrumented</artifactId>

  <name>Excalibur Thread Instrumented Implementation</name>
  <package>org.apache.avalon.excalibur.thread</package>
  <inceptionYear>2001</inceptionYear>
  <shortDescription>Excalibur Threads Instrumented Implementation</shortDescription>
  
  <dependencies>
    <dependency>
      <groupId>avalon-framework</groupId>
      <artifactId>avalon-framework-api</artifactId>
      <version>4.3</version>
    </dependency>
    <dependency>
      <groupId>avalon-framework</groupId>
      <artifactId>avalon-framework-impl</artifactId>
      <version>4.3</version>
    </dependency>
    <dependency>
      <groupId>excalibur-thread</groupId>
      <artifactId>excalibur-thread-api</artifactId>
      <version>2.1</version>
    </dependency>
    <dependency>
      <groupId>excalibur-thread</groupId>
      <artifactId>excalibur-thread-impl</artifactId>
      <version>2.1</version>
    </dependency>
    <dependency>
      <groupId>excalibur-pool</groupId>
      <artifactId>excalibur-pool-api</artifactId>
      <version>2.1</version>
    </dependency>
    <dependency>
      <groupId>excalibur-pool</groupId>
      <artifactId>excalibur-pool-impl</artifactId>
      <version>2.1</version>
    </dependency>
    <dependency>
      <groupId>excalibur-pool</groupId>
      <artifactId>excalibur-pool-instrumented</artifactId>
      <version>2.1</version>
    </dependency>
    <dependency>
      <groupId>commons-collections</groupId>
      <artifactId>commons-collections</artifactId>
      <version>3.1</version>
    </dependency>
    <dependency>
      <groupId>concurrent</groupId>
      <artifactId>concurrent</artifactId>
      <version>1.3.4</version>
    </dependency>
    <dependency>
      <groupId>excalibur-instrument</groupId>
      <artifactId>excalibur-instrument-api</artifactId>
      <version>2.1</version>
    </dependency>
  </dependencies>

</project>

Last Updated: Wed, 03 Sep 2008 08:00:11 ().Python Logo