blob: 96b0531e7d2092cfb30edea84620bf38adcea5d0 [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>
<groupId>org.hop</groupId>
<artifactId>hop-assemblies-plugins-actions</artifactId>
<version>0.10</version>
</parent>
<artifactId>hop-assemblies-plugins-action-simpleeval</artifactId>
<version>0.10</version>
<packaging>pom</packaging>
<name>Hop Assemblies Plugins Actions Simple evaluation</name>
<description></description>
<dependencies>
<dependency>
<groupId>org.hop</groupId>
<artifactId>hop-action-simpleeval</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>