<?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>eu.espas</groupId>
    <artifactId>uoa-espas-carbon</artifactId>
     <version>3.0-SNAPSHOT</version>
  </parent>
  <artifactId>uoa-espas-pep</artifactId>
  <name>uoa-espas-pep</name>
  <url>http://maven.apache.org</url>

    <build>
      <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>                
                <version>2.16</version>
                <configuration>
                    <systemPropertyVariables>
                        <systemPropertyVariables>
                            <log4j.configuration>${basedir}/src/main/resources/log4j.properties</log4j.configuration>
                        </systemPropertyVariables>
                    </systemPropertyVariables>
                </configuration>
            </plugin>
      </plugins>
  </build>
  
  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </properties>
  
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
      <version>1.2.17</version>
      <type>jar</type>
    </dependency>
    <dependency>
      <groupId>org.wso2.carbon</groupId>
      <artifactId>org.wso2.carbon.authenticator.stub</artifactId>
      <version>4.2.0</version>
      <type>jar</type>
    </dependency>
    <dependency>
      <groupId>org.wso2.carbon</groupId>
      <artifactId>org.wso2.carbon.identity.entitlement.stub</artifactId>
      <version>4.0.0</version>
      <type>jar</type>
    </dependency>
    <dependency>
      <groupId>org.wso2.securevault</groupId>
      <artifactId>org.wso2.securevault</artifactId>
      <version>1.0.0-wso2v2</version>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents.wso2</groupId>
      <artifactId>httpclient</artifactId>
      <version>4.1.1-wso2v1</version>
    </dependency>
    <dependency>
      <groupId>org.apache.axis2.wso2</groupId>
      <artifactId>axis2-client</artifactId>
      <version>1.6.1.wso2v7</version>
    </dependency>
    <dependency>
        <groupId>org.springframework</groupId>
        <artifactId>spring</artifactId>
        <version>2.5.6</version>
    </dependency>
  </dependencies>
  
  <repositories>
      <repository>
          <id>wso2-maven2-repository</id>
          <url>http://dist.wso2.org/maven2</url>
      </repository>
  </repositories>


</project>
