<?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</artifactId>
  <version>1.2.1</version>
  <packaging>jar</packaging>

  <name>auth</name>
  <description>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>hibernate</artifactId>
      <version>1.2.0</version>
    </dependency>
    <dependency>
      <groupId>org.hibernate</groupId>
      <artifactId>hibernate-core</artifactId>
      <version>5.5.0.Final</version>
    </dependency>
    <dependency>
      <groupId>net.bytebuddy</groupId>
      <artifactId>byte-buddy</artifactId>
      <version>1.10.22</version>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.10.0</version>
    </dependency>
    <dependency>
      <groupId>commons-codec</groupId>
      <artifactId>commons-codec</artifactId>
      <version>1.13</version>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.8.2</version>
    </dependency>
    <dependency>
      <groupId>org.json</groupId>
      <artifactId>json</artifactId>
      <version>20180813</version>
    </dependency>
    <dependency>
      <groupId>com.auth0</groupId>
      <artifactId>java-jwt</artifactId>
      <version>3.8.2</version>
    </dependency>
    <dependency>
      <groupId>com.auth0</groupId>
      <artifactId>jwks-rsa</artifactId>
      <version>0.8.3</version>
    </dependency>
  </dependencies>
</project>
