blob: e22a987ee74f3f511469a902dffd7191ffb6438b [file] [log] [blame]
<?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>
<parent>
<artifactId>hop-assemblies-plugins-databases</artifactId>
<groupId>org.hop</groupId>
<version>0.10</version>
</parent>
<artifactId>hop-assemblies-plugins-databases-mssqlnative</artifactId>
<version>0.10</version>
<packaging>pom</packaging>
<name>Hop Assemblies Plugins Databases MS SQL Server (Native)</name>
<description></description>
<properties>
<mssqlnative.version>7.4.1.jre8</mssqlnative.version>
</properties>
<dependencies>
<dependency>
<groupId>org.hop</groupId>
<artifactId>hop-databases-mssqlnative</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>${mssqlnative.version}</version>
</dependency>
</dependencies>
</project>