<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.gtcgroup</groupId>
  <artifactId>justify-cdi</artifactId>
  <version>8.3.0</version>
  <name>Justify CDI</name>
  <description>CDI MODULE: Justify supports JUnit testing with "real" (functionally equivalent) services, relegating mocks to the role of servicing reluctant collaborators.</description>
  <url>http://pedCentral.com/justify</url>
  <licenses>
    <license>
      <name>The MIT License</name>
      <url>http://pedcentral.com/justify/justify-license/</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>MarvinToll</id>
      <name>Marvin Toll</name>
      <email>MarvinToll@gtcGroup.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/gtcGroup/justify-cdi</connection>
    <developerConnection>scm:git:git@github.com:gtcGroup/justify-cdi.git</developerConnection>
    <url>git@github.com:gtcGroup/justify-cdi.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.gtcgroup</groupId>
      <artifactId>justify-core</artifactId>
      <version>8.3.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.deltaspike.modules</groupId>
      <artifactId>deltaspike-test-control-module-api</artifactId>
      <version>1.7.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.deltaspike.cdictrl</groupId>
      <artifactId>deltaspike-cdictrl-weld</artifactId>
      <version>1.7.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jboss.weld.se</groupId>
      <artifactId>weld-se-core</artifactId>
      <version>2.4.3.Final</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
