<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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>dk.nsi.minlog.registration</groupId>
  <artifactId>minlog-registration-app</artifactId>
  <packaging>ejb</packaging>
  <url>http://www.nsi.dk</url>

  <parent>
    <groupId>dk.nsi.minlog</groupId>
    <artifactId>registration</artifactId>
    <version>1.2.3</version>
  </parent>

  <build>
    <finalName>minlog-registration-app</finalName>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-ejb-plugin</artifactId>
        <version>2.3</version>
        <configuration>
          <ejbVersion>3.0</ejbVersion>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>dk.nsi.minlog</groupId>
      <artifactId>minlog-format</artifactId>
      <version>1.1</version>
    </dependency>
    <dependency>
      <groupId>dk.nsi.services-common</groupId>
      <artifactId>services-common</artifactId>
      <version>1.1.6</version>
    </dependency>
    <dependency>
      <groupId>dk.nsi.minlog.registration</groupId>
      <artifactId>minlog-registration-serviceinterface</artifactId>
      <version>1.2.3</version>
    </dependency>
    <dependency>
      <groupId>dk.nsi.dgws</groupId>
      <artifactId>provider</artifactId>
      <version>1.1.6</version>
    </dependency>
  </dependencies>
</project>
