<?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>4.1.4</version>
  </parent>
  <artifactId>moa-id-module-AT_eIDAS_connector</artifactId>
  <name>moa-id-module-AT_eIDAS_connector</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>at.gv.egiz.components</groupId>
    	<artifactId>egiz-spring-api</artifactId>
    </dependency>
  
  	<dependency>
		<groupId>org.springframework</groupId>
		<artifactId>spring-test</artifactId>
		<scope>test</scope>
	</dependency>  
    <dependency>
     	<groupId>junit</groupId>
      	<artifactId>junit</artifactId>
      	<scope>test</scope>
    </dependency>
    <dependency>
      <groupId>at.gv.egiz.eaaf</groupId>
      <artifactId>eaaf_core_utils</artifactId>
      <scope>test</scope>
      <type>test-jar</type>
    </dependency>
    <dependency>
      <groupId>at.gv.egiz.eaaf</groupId>
      <artifactId>eaaf-core</artifactId>
      <scope>test</scope>
      <type>test-jar</type>
    </dependency>
    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-library</artifactId>
      <version>1.3</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>