<?xml version="1.0" encoding="UTF-8"?>
<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>id.ac.ui.cs.prices.winvmj</groupId>
  <artifactId>auth.model</artifactId>
  <version>1.2.1</version>
  <packaging>jar</packaging>

  <name>auth.model</name>
  <description>User and role management models for WinVMJ default web authentication library.</description>
  <url>https://gitlab.com/RSE-Lab-Fasilkom-UI/PricesIDE/vmj-libraries</url>

  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://gitlab.com/RSE-Lab-Fasilkom-UI/PricesIDE/vmj-libraries/-/raw/master/LICENSE</url>
    </license>
  </licenses>

  <developers>
    <developer>
      <name>RSE Lab Fasilkom UI</name>
      <email>rse@cs.ui.ac.id</email>
      <organization>Universitas Indonesia</organization>
      <organizationUrl>https://rse.cs.ui.ac.id</organizationUrl>
    </developer>
  </developers>

  <scm>
    <connection>scm:git:git://gitlab.com/RSE-Lab-Fasilkom-UI/PricesIDE/vmj-libraries.git</connection>
    <developerConnection>scm:git:ssh://gitlab.com:RSE-Lab-Fasilkom-UI/PricesIDE/vmj-libraries.git</developerConnection>
    <url>https://gitlab.com/RSE-Lab-Fasilkom-UI/PricesIDE/vmj-libraries</url>
   </scm>
  <dependencies>
    <dependency>
      <groupId>id.ac.ui.cs.prices.winvmj</groupId>
      <artifactId>auth</artifactId>
      <version>1.2.1</version>
    </dependency>
    <dependency>
      <groupId>id.ac.ui.cs.prices.winvmj</groupId>
      <artifactId>hibernate</artifactId>
      <version>1.2.0</version>
    </dependency>
    <dependency>
      <groupId>id.ac.ui.cs.prices.winvmj</groupId>
      <artifactId>core</artifactId>
      <version>2.4.0</version>
    </dependency>
    <dependency>
      <groupId>javax.persistence</groupId>
      <artifactId>javax.persistence-api</artifactId>
      <version>2.2</version>
    </dependency>
  </dependencies>
</project>
