<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>MOA.id.server.modules</groupId>
    <artifactId>moa-id-modules</artifactId>
    <version>${moa-id-version}</version>
  </parent>
  <artifactId>moa-id-module-sl20_authentication</artifactId>
  <name>moa-id-module-sl20_authentication</name>
  <url>http://maven.apache.org</url>
  
  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <repositoryPath>${basedir}/../../../../repository</repositoryPath>    
  </properties>
  
  <profiles>
        <profile>
            <id>default</id>
            <activation>
                <activeByDefault>true</activeByDefault>
            </activation>
            <repositories>
                <repository>
                    <id>local</id>
                    <name>local</name>
                    <url>file:${basedir}/../../../../repository</url>
                </repository>
                <repository>
                    <id>egiz-commons</id>
                    <url>https://demo.egiz.gv.at/int-repo/</url>
                    <releases>
                        <enabled>true</enabled>
                    </releases>
                </repository>
            </repositories>
        </profile>
  </profiles>
  
  
  <dependencies>
  	<dependency>
  		<groupId>MOA.id.server</groupId>
  		<artifactId>moa-id-lib</artifactId>
  	</dependency> 
	
	<dependency>
    	<groupId>com.google.code.gson</groupId>
    	<artifactId>gson</artifactId>
    	<version>2.8.2</version>
	</dependency>
	<dependency>
    	<groupId>org.bitbucket.b_c</groupId>
    	<artifactId>jose4j</artifactId>
    	<version>0.6.3</version>
  	</dependency>
  
  
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>
  
</project>