c8e1c6b
Marek Goldmann 3bab3df
 * IronJacamar, a Java EE Connector Architecture implementation
Marek Goldmann 3bab3df
 * Copyright 2013, Red Hat Inc, and individual contributors
c8e1c6b
 * as indicated by the @author tags. See the copyright.txt file in the
c8e1c6b
 * distribution for a full listing of individual contributors.
c8e1c6b
 *
c8e1c6b
 * This is free software; you can redistribute it and/or modify it
c8e1c6b
 * under the terms of the GNU Lesser General Public License as
c8e1c6b
 * published by the Free Software Foundation; either version 2.1 of
c8e1c6b
 * the License, or (at your option) any later version.
c8e1c6b
 *
c8e1c6b
 * This software is distributed in the hope that it will be useful,
c8e1c6b
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
c8e1c6b
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
c8e1c6b
 * Lesser General Public License for more details.
c8e1c6b
 *
c8e1c6b
 * You should have received a copy of the GNU Lesser General Public
c8e1c6b
 * License along with this software; if not, write to the Free
c8e1c6b
 * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
c8e1c6b
 * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
c8e1c6b
-->
c8e1c6b
c8e1c6b
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
c8e1c6b
c8e1c6b
  <modelVersion>4.0.0</modelVersion>
c8e1c6b
  <groupId>org.jboss.ironjacamar</groupId>
c8e1c6b
  <artifactId>ironjacamar-deployers-common</artifactId>
c8e1c6b
  <packaging>jar</packaging>
Marek Goldmann c79cc85
  <version>1.1.3.Final</version>
c8e1c6b
  <name>IronJacamar</name>
Marek Goldmann 3bab3df
  <url>http://www.ironjacamar.org</url>
c8e1c6b
  <description>
Marek Goldmann 3bab3df
    IronJacamar is an implementation of the Java EE Connector Architecture 1.7 specification
c8e1c6b
  </description>
c8e1c6b
  <licenses>
c8e1c6b
    <license>
c8e1c6b
      <name>lgpl</name>
c8e1c6b
      <url>http://repository.jboss.org/licenses/lgpl.txt</url>
c8e1c6b
    </license>
c8e1c6b
  </licenses>
c8e1c6b
  <organization>
Marek Goldmann 3bab3df
    <name>IronJacamar</name>
Marek Goldmann 3bab3df
    <url>http://www.ironjacamar.org</url>
c8e1c6b
  </organization>
c8e1c6b
  <scm>
Marek Goldmann 3bab3df
    <url>http://github.com/ironjacamar/ironjacamar</url>
Marek Goldmann 3bab3df
    <connection>http://github.com/ironjacamar/ironjacamar</connection>
Marek Goldmann 3bab3df
    <developerConnection>http://github.com/ironjacamar/ironjacamar</developerConnection>
c8e1c6b
  </scm>
c8e1c6b
  <developers>
c8e1c6b
    <developer>
c8e1c6b
      <id>jesper.pedersen</id>
c8e1c6b
      <name>Jesper Pedersen</name>
Marek Goldmann 3bab3df
      <organization>IronJacamar</organization>
c8e1c6b
    </developer>
c8e1c6b
    <developer>
c8e1c6b
      <id>jeff.zhang</id>
c8e1c6b
      <name>Jeff Zhang</name>
Marek Goldmann 3bab3df
      <organization>IronJacamar</organization>
c8e1c6b
    </developer>
c8e1c6b
    <developer>
c8e1c6b
      <id>maeste</id>
c8e1c6b
      <name>Stefano Maestri</name>
Marek Goldmann 3bab3df
      <organization>IronJacamar</organization>
Marek Goldmann 3bab3df
    </developer>
Marek Goldmann 3bab3df
    <developer>
Marek Goldmann 3bab3df
      <id>vrastseluev</id>
Marek Goldmann 3bab3df
      <name>Vladimir Rastseluev</name>
Marek Goldmann 3bab3df
      <organization>IronJacamar</organization>
c8e1c6b
    </developer>
c8e1c6b
  </developers>
c8e1c6b
  <dependencies>
c8e1c6b
    <dependency>
c8e1c6b
      <groupId>org.jboss.logging</groupId>
c8e1c6b
      <artifactId>jboss-logging</artifactId>
Marek Goldmann db946f3
      <version>3.1.3.GA</version>
c8e1c6b
      <scope>runtime</scope>
c8e1c6b
    </dependency>
c8e1c6b
  </dependencies>
c8e1c6b
</project>