<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/xsd/maven-4.0.0.xsd">
	<parent>
  	<groupId>MOA</groupId>
    <artifactId>id</artifactId>
    <version>1.9.98-SNAPSHOT</version>
  </parent>
  
  <modelVersion>4.0.0</modelVersion>
  <groupId>MOA.id</groupId>
  <artifactId>moa-id-configuration</artifactId>
  <version>0.9.8-SNAPSHOT</version>
  <packaging>war</packaging>
  <name>MOA-ID 2.0 Configuration Tool</name>
  <description>Web based Configuration Tool for MOA-ID 2.x</description>
  
   <properties>
     <repositoryPath>${basedir}/../../repository</repositoryPath>
   </properties>
   
  <repositories>
		<repository>
			<id>shibboleth.internet2.edu</id>
			<name>Internet2</name>
			<url>https://build.shibboleth.net/nexus/content/groups/public/</url>
		</repository>
	</repositories> 
   
  <dependencies>
      <dependency>
				<groupId>javax.servlet</groupId>
				<artifactId>jstl</artifactId>
				<version>1.2</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>javax.servlet</groupId>
				<artifactId>servlet-api</artifactId>
				<scope>provided</scope>
			</dependency>
      <dependency>
				<groupId>log4j</groupId>
				<artifactId>log4j</artifactId>
			</dependency>
      
      <dependency>
    		<groupId>MOA.id.server</groupId>
    		<artifactId>moa-id-commons</artifactId>
    		<version>1.9.98-SNAPSHOT</version>
    	</dependency>
      <dependency>
    		<groupId>MOA.id.server</groupId>
    		<artifactId>moa-id-lib</artifactId>
    		<!-- <version>1.9.98-SNAPSHOT</version> -->
    	</dependency>
      
      <dependency>
				<groupId>at.gv.util</groupId>
				<artifactId>egovutils</artifactId>
				<version>1.0.4</version>
			</dependency>
      
      <dependency>
				<groupId>org.apache.struts</groupId>
				<artifactId>struts2-core</artifactId>
				<version>2.3.14.3</version>
			</dependency>
			<dependency>
				<groupId>org.apache.struts</groupId>
				<artifactId>struts2-json-plugin</artifactId>
				<version>2.3.14.3</version>
			</dependency>
      
			<dependency>
				<groupId>log4j</groupId>
				<artifactId>log4j</artifactId>
			</dependency>
			<dependency>
				<groupId>commons-lang</groupId>
				<artifactId>commons-lang</artifactId>
				<version>2.6</version>
				<type>jar</type>
				<scope>compile</scope>
			</dependency>
			<dependency>
		  	<groupId>iaik</groupId>
				<artifactId>commons-iaik</artifactId>
				<version>0.7.1</version>
			</dependency>
					
  </dependencies>
  
</project>