Blame hibernate-testing-4.3.11.Final.pom

fd41531
fd41531
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
fd41531
  <modelVersion>4.0.0</modelVersion>
fd41531
  <groupId>org.hibernate</groupId>
fd41531
  <artifactId>hibernate-testing</artifactId>
fd41531
  <version>4.3.11.Final</version>
fd41531
  <dependencies>
fd41531
    <dependency>
fd41531
      <groupId>org.jboss.logging</groupId>
fd41531
      <artifactId>jboss-logging</artifactId>
fd41531
      <version>3.1.3.GA</version>
fd41531
      <scope>compile</scope>
fd41531
    </dependency>
fd41531
    <dependency>
fd41531
      <groupId>org.jboss.logging</groupId>
fd41531
      <artifactId>jboss-logging-annotations</artifactId>
fd41531
      <version>1.2.0.Beta1</version>
fd41531
      <scope>compile</scope>
fd41531
    </dependency>
fd41531
    <dependency>
fd41531
      <groupId>org.hibernate</groupId>
fd41531
      <artifactId>hibernate-core</artifactId>
fd41531
      <version>4.3.11.Final</version>
fd41531
      <scope>compile</scope>
fd41531
    </dependency>
fd41531
    <dependency>
fd41531
      <groupId>junit</groupId>
fd41531
      <artifactId>junit</artifactId>
fd41531
      <version>4.11</version>
fd41531
      <scope>compile</scope>
fd41531
    </dependency>
fd41531
    <dependency>
fd41531
      <groupId>org.jboss.byteman</groupId>
fd41531
      <artifactId>byteman</artifactId>
fd41531
      <version>2.1.2</version>
fd41531
      <scope>compile</scope>
fd41531
    </dependency>
fd41531
    <dependency>
fd41531
      <groupId>org.jboss.byteman</groupId>
fd41531
      <artifactId>byteman-install</artifactId>
fd41531
      <version>2.1.2</version>
fd41531
      <scope>compile</scope>
fd41531
    </dependency>
fd41531
    <dependency>
fd41531
      <groupId>org.jboss.byteman</groupId>
fd41531
      <artifactId>byteman-bmunit</artifactId>
fd41531
      <version>2.1.2</version>
fd41531
      <scope>compile</scope>
fd41531
    </dependency>
fd41531
    <dependency>
fd41531
      <groupId>com.experlog</groupId>
fd41531
      <artifactId>xapool</artifactId>
fd41531
      <version>1.5.0</version>
fd41531
      <scope>compile</scope>
fd41531
    </dependency>
fd41531
    <dependency>
fd41531
      <groupId>org.jboss.jbossts</groupId>
fd41531
      <artifactId>jbossjta</artifactId>
fd41531
      <version>4.16.4.Final</version>
fd41531
      <scope>compile</scope>
fd41531
    </dependency>
fd41531
  </dependencies>
fd41531
  <name>Hibernate ORM Testing</name>
fd41531
  <description>Support for testing Hibernate ORM functionality</description>
fd41531
  <url>http://hibernate.org</url>
fd41531
  <organization>
fd41531
    <name>Hibernate.org</name>
fd41531
    <url>http://hibernate.org</url>
fd41531
  </organization>
fd41531
  <issueManagement>
fd41531
    <system>jira</system>
fd41531
    <url>https://hibernate.atlassian.net/browse/HHH</url>
fd41531
  </issueManagement>
fd41531
  <scm>
fd41531
    <url>http://github.com/hibernate/hibernate-orm</url>
fd41531
    <connection>scm:git:http://github.com/hibernate/hibernate-orm.git</connection>
fd41531
    <developerConnection>scm:git:git@github.com:hibernate/hibernate-orm.git</developerConnection>
fd41531
  </scm>
fd41531
  <licenses>
fd41531
    <license>
fd41531
      <name>GNU Lesser General Public License</name>
fd41531
      <url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
fd41531
      <comments>See discussion at http://hibernate.org/license for more details.</comments>
fd41531
      <distribution>repo</distribution>
fd41531
    </license>
fd41531
  </licenses>
fd41531
  <developers>
fd41531
    <developer>
fd41531
      <id>hibernate-team</id>
fd41531
      <name>The Hibernate Development Team</name>
fd41531
      <organization>Hibernate.org</organization>
fd41531
      <organizationUrl>http://hibernate.org</organizationUrl>
fd41531
    </developer>
fd41531
  </developers>
fd41531
</project>