<?xml version="1.0" encoding="UTF-8"?>
<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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>eu.mihosoft.vrl.vrljogl</groupId>
  <artifactId>vrl-jogl</artifactId>
  <version>0.3</version>
  <packaging>pom</packaging>
  <dependencies>
    <dependency>
      <groupId>eu.mihosoft.vrl</groupId>
      <artifactId>vrl</artifactId>
      <version>0.4.3.2.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>eu.mihosoft.vrl</groupId>
      <artifactId>vrl</artifactId>
      <version>0.4.3.2.3</version>
      <classifier>javadoc</classifier>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jogamp.gluegen</groupId>
      <artifactId>gluegen-rt</artifactId>
      <version>2.3.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jogamp.jogl</groupId>
      <artifactId>jogl-all</artifactId>
      <version>2.3.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.joml</groupId>
      <artifactId>joml</artifactId>
      <version>1.9.9</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>eu.mihosoft.vvecmath</groupId>
      <artifactId>vvecmath</artifactId>
      <version>0.3.8</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <description>OpenGL integration for VRL-Studio</description>
  <name>vrl-jogl</name>
  <url>https://github.com/miho/VRL-JOGL</url>
  <inceptionYear>2018</inceptionYear>
  <licenses>
    <license>
      <name>LGPL-3.0</name>
      <url>https://github.com/miho/VRL-JOGL/blob/master/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/miho/VRL-JOGL.git</url>
    <connection>https://github.com/miho/VRL-JOGL.git</connection>
    <developerConnection>https://github.com/miho/VRL-JOGL.git</developerConnection>
  </scm>
  <developers>
    <developer>
      <id>null</id>
      <name>Michael Hoffer</name>
    </developer>
  </developers>
</project>
