<?xml version="1.0"?>
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
	<groupId>com.top-logic</groupId>
	<version>7.5.0-M1</version>
	<artifactId>tl-parent-all</artifactId>

	<relativePath>../tl-parent-all</relativePath>
  </parent>
  
  <artifactId>ext-com-microsoft-sqlserver-jdbc</artifactId>
  <packaging>pom</packaging>
  
  <description>Microsoft JDBC driver for Microsoft SQL Server (6.5 up to 2012).</description>
  <url>http://msdn.microsoft.com/data/jdbc</url>
  <licenses>
  	<license>
  		<name>MS-PL (Microsoft Public License)</name>
  		<url>https://www.microsoft.com/en-us/download/details.aspx?id=54670</url>
  	</license>
  </licenses>

  <modules>
  	<module>install</module>
  </modules>
  
  <dependencies>
  	<!-- Just trigger installation of the driver before continuing the build. -->
	<dependency>
	    <groupId>com.top-logic</groupId>
		<artifactId>install-com-microsoft-sqlserver-jdbc</artifactId>
		<version>7.5.0-M1</version>
	    <type>pom</type>
	    <scope>provided</scope>
	</dependency>
	<dependency>
	    <groupId>com.microsoft.sqlserver</groupId>
	    <artifactId>sqljdbc4</artifactId>
	    <version>4.1</version>
	</dependency>
  </dependencies>
</project>
