<?xml version="1.0" encoding="UTF-8"?>
<!-- =======================================================================    
        Maven Project Configuration File                                        
                                                                                
        The Geotools Project                                                    
            http://www.geotools.org/                                            
                                                                                
        Version: $Id: pom.xml 38443 2011-12-21 15:17:43Z jdeolive $              
     ======================================================================= -->
<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/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>org.geotools.jdbc</groupId>
    <artifactId>gt-jdbc</artifactId>
    <version>2.7.4</version>
  </parent>


  <!-- =========================================================== -->
  <!--     Module Description                                      -->
  <!-- =========================================================== -->
  <groupId>org.geotools.jdbc</groupId>
  <artifactId>gt-jdbc-sqlserver</artifactId>
  <packaging>jar</packaging>
  <name>SQL Server DataStore</name>
  <url>http://maven.geotools.fr/reports/modules/plugin/jdbc/jdbc-sqlserver/</url>

  <scm>
    <connection>
      scm:svn:http://svn.geotools.org/trunk/modules/plugin/jdbc/jdbc-sqlserver
    </connection>
    <url>http://svn.geotools.org/trunk/modules/plugin/jdbc/jdbc-sqlserver</url>
  </scm>

  <description>
	DataStore for SQL Server Database.
  </description>

  <licenses>
    <license>
      <name>Lesser General Public License (LGPL)</name>
      <url>http://www.gnu.org/copyleft/lesser.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>


  <!-- =========================================================== -->
  <!--     Developers and Contributors                             -->
  <!-- =========================================================== -->
  <developers>
    <developer>
      <name>Justin Deoliveira</name>
      <id>jdeolive</id>
      <email>jdeolive@users.sourceforge.net</email>
      <organization>TOPP</organization>
      <roles>
        <role>Module Maintainer</role>
        <role>Java Developer</role>
      </roles>
    </developer>
  </developers>

  <profiles>
    <profile>
      <id>sqlServerDriver</id>
        <dependencies>
          <dependency>
           <groupId>com.microsoft</groupId>
           <artifactId>sqljdbc</artifactId>
           <version>1.2</version>
          </dependency>
        </dependencies>
    </profile>
  </profiles>
</project>
