blob: 022613da6e57794c1b0e4df92c5c86ac321383dc [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-sqlite</artifactId>
<version>0.10</version>
<packaging>pom</packaging>
<name>Hop Assemblies Plugins Databases SQLite</name>
<description></description>
<properties>
<sqlite.version>3.28.0</sqlite.version>
</properties>
<dependencies>
<dependency>
<groupId>org.hop</groupId>
<artifactId>hop-databases-sqlite</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>${sqlite.version}</version>
</dependency>
</dependencies>
</project>