<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>excalibur-instrument</groupId>
  <artifactId>excalibur-instrument-api</artifactId>
  <name>Excalibur Instrument API</name>
  <version>2.1</version>
  <description>Excalibur Instrument is an instrumentation utility that allows you
        to attach a separate JVM to your running application to determine its
        health.  Instrumentation is the process of exposing the internal state
        in a way that is easy for an administrator or help desk personell to
        digest.  Excalibur Instrumentation is such a package that you can use
        for your Avalon based projects.</description>
  <inceptionYear>1997</inceptionYear>
  <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>
  </dependencies>
</project>