<?xml version="1.0"?>
<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>org.openoffice</groupId>
  <artifactId>juh</artifactId>
  <version>3.0.0</version>
  <packaging>jar</packaging>
  <name>Java Uno Helper</name>
  <description>Allows the boostrapping of a ServicemManager and gives access to the native component loader.</description>
  <url>http://udk.openoffice.org</url>
  <licenses>
    <license>
      <name>GNU Lesser General Public License, Version 3</name>
      <url>http://www.openoffice.org/license.html</url>
    </license>
  </licenses>
  <scm>
    <url>http://udk.openoffice.org/source/browse/api/</url>
    <connection>
      scm:cvs:pserver:anoncvs@anoncvs.services.openoffice.org:/cvs
    </connection>
  </scm>
  <dependencies>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>jurt</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>ridl</artifactId>
      <version>${project.version}</version>
    </dependency>
  </dependencies>
</project>
