blob: 54534bc2c9c00172ea191bce088e58ef5093fdda [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-cache</artifactId>
<version>0.10</version>
<packaging>pom</packaging>
<name>Hop Assemblies Plugins Databases Cache</name>
<description></description>
<properties>
<cache.version>3.0.0</cache.version>
</properties>
<dependencies>
<dependency>
<groupId>org.hop</groupId>
<artifactId>hop-databases-cache</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<!-- License Apache 2.0 -->
<groupId>com.intersystems</groupId>
<artifactId>intersystems-jdbc</artifactId>
<version>${cache.version}</version>
</dependency>
</dependencies>
</project>