<?xml version="1.0" encoding="UTF-8"?>
<!--
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  - JOnAS: Java(TM) Open Application Server
  - Copyright (C) 2007-2012 Bull S.A.S.
  - Contact: jonas-team@ow2.org
  -
  - This library is free software; you can redistribute it and/or
  - modify it under the terms of the GNU Lesser General Public
  - License as published by the Free Software Foundation; either
  - version 2.1 of the License, or any later version.
  -
  - This library is distributed in the hope that it will be useful,
  - but WITHOUT ANY WARRANTY; without even the implied warranty of
  - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  - Lesser General Public License for more details.
  -
  - You should have received a copy of the GNU Lesser General Public
  - License along with this library; if not, write to the Free Software
  - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  - USA
  -
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  - $Id: pom.xml 22695 2012-12-20 13:31:01Z albertil $
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <parent>
    <groupId>org.ow2.jonas</groupId>
    <artifactId>jonas-modules</artifactId>
    <version>5.3.0-RC1</version>
    <relativePath>../pom.xml</relativePath>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.ow2.jonas</groupId>
  <artifactId>jonas-services</artifactId>
  <packaging>pom</packaging>
  <name>JOnAS :: Services</name>

  <modules>
    <module>bootstrap</module>
    <module>cdi-weld</module>
    <module>cmi</module>
    <module>deployable-monitor</module>
    <module>ejb</module>
    <module>jsf</module>
    <module>jndi-interceptors</module>
    <module>jonas-audit</module>
    <module>jonas-addon</module>
    <module>jonas-carol-registry</module>
    <module>jonas-db</module>
    <module>jonas-dbm</module>
    <module>jonas-discovery</module>
    <module>jonas-datasources</module>
    <module>jonas-ear</module>
    <module>jonas-ejb-ha</module>
    <module>jonas-extension-loader</module>
    <module>jonas-jmx</module>
    <module>jonas-mail</module>
    <module>jonas-resource</module>
    <module>jonas-resource-monitor</module>
    <module>jonas-security</module>
    <module>jonas-tm-jotm</module>
    <module>jonas-workcleaner</module>
    <module>jonas-workmanager</module>
    <module>smartclient</module>
    <module>validation</module>
    <module>versioning</module>
    <module>web-container</module>
    <module>webservices</module>
    <module>jaxrs-jersey</module>
    <module>jonas-configadmin</module>
    <module>jms-joram</module>
    <module>wrapper</module>
    <module>joram-admin</module>
    <module>jonas-jndi</module>
    <module>multitenant</module>
    <module>ssh</module>
    <module>jonas-report</module>
    <module>ipojo-handler</module>
    <module>log-provider</module>
    <module>event-provider</module>
    <module>jonas-endpoint-collector</module>
    <module>packaging</module>
  </modules>

  <!-- Dependency for all modules -->
  <dependencies>
    <dependency>
      <groupId>org.osgi</groupId>
      <artifactId>org.osgi.core</artifactId>
      <scope>provided</scope>
    </dependency>
    <!-- All services will use the Services API -->
    <dependency>
      <groupId>org.ow2.jonas</groupId>
      <artifactId>jonas-services-api</artifactId>
      <version>${project.version}</version>
    </dependency>
  </dependencies>

</project>
