<?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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <groupId>org.mirank.test</groupId>
    <artifactId>mytest</artifactId>
    <version>1.0.208</version>

    <scm>
        <url>https://github.com/Miranlfk/wso2-maven-test-repo.git</url>
        <developerConnection>scm:git:https://github.com/Miranlfk/wso2-maven-test-repo.git</developerConnection>
        <connection>scm:git:https://github.com/Miranlfk/wso2-maven-test-repo.git</connection>
        <tag>v1.0.208</tag>
    </scm>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-release-plugin</artifactId>
                <configuration>
                    <preparationGoals>clean install</preparationGoals>
                    <autoVersionSubmodules>true</autoVersionSubmodules>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <configuration>
                    <source>1.7</source>
                    <target>1.7</target>
                </configuration>
            </plugin>
        </plugins>
    </build>
    
  <dependencies>
    <dependency>
        <groupId>org.wso2.carbon</groupId>
        <artifactId>org.wso2.carbon.core</artifactId>
        <version>4.4.0</version>
    </dependency>
      <!--
    <dependency>
     <groupId>org.opensaml</groupId>
     <artifactId>opensaml</artifactId>
     <version>2.6.6</version>
    </dependency>

    <dependency>
     <groupId>org.wso2.carbon.identity.inbound.auth.oauth2</groupId>
     <artifactId>org.wso2.carbon.identity.oauth.common</artifactId>
     <version>6.0.168</version>
    </dependency>

    <dependency>
      <groupId>org.ballerinalang</groupId>
      <artifactId>ballerina-sql</artifactId>
     <version>0.992.0-m1</version>
   </dependency>
  </dependencies>
   -->
    </dependencies>
</project>