Blame SOURCES/cobertura-runtime-1.9.4.1.pom

796ed4

796ed4
<project>
796ed4
  <modelVersion>4.0.0</modelVersion>
796ed4

796ed4
  <groupId>net.sourceforge.cobertura</groupId>
796ed4
  <artifactId>cobertura-runtime</artifactId>
796ed4
  <name>Cobertura :: Limited Runtime</name>
796ed4
  <version>1.9.4.1</version>
796ed4
  <packaging>pom</packaging>
796ed4

796ed4
  <description>
796ed4
    Cobertura Runtime artifact to prevent unneeded dependencies at runtime.
796ed4
  </description>
796ed4

796ed4
  <licenses>
796ed4
    <license>
796ed4
      <name>The GNU General Public License, Version 2</name>
796ed4
      <url>http://www.gnu.org/licenses/gpl.txt</url>
796ed4
      <distribution>repo</distribution>
796ed4
    </license>
796ed4
  </licenses>
796ed4

796ed4
  <dependencies>
796ed4
    <dependency>
796ed4
      <groupId>net.sourceforge.cobertura</groupId>
796ed4
      <artifactId>cobertura</artifactId>
796ed4
      <version>1.9.4.1</version>
796ed4
      <exclusions>
796ed4
        <exclusion>
796ed4
          <groupId>oro</groupId>
796ed4
          <artifactId>oro</artifactId>
796ed4
        </exclusion>
796ed4
        <exclusion>
796ed4
          <groupId>asm</groupId>
796ed4
          <artifactId>asm</artifactId>
796ed4
        </exclusion>
796ed4
        <exclusion>
796ed4
          <groupId>asm</groupId>
796ed4
          <artifactId>asm-tree</artifactId>
796ed4
        </exclusion>
796ed4
        <exclusion>
796ed4
          <groupId>log4j</groupId>
796ed4
          <artifactId>log4j</artifactId>
796ed4
        </exclusion>
796ed4
      </exclusions>
796ed4
    </dependency>
796ed4
  </dependencies>
796ed4

796ed4
</project>