blob: 30d2bf27ec02030b151d8759171ede6d7c58c285 [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-transforms</artifactId>
<version>0.10</version>
</parent>
<artifactId>hop-assemblies-plugins-transforms-exceloutput</artifactId>
<version>0.10</version>
<packaging>pom</packaging>
<name>Hop Assemblies Plugins Transforms Excel Output</name>
<description></description>
<properties>
<jxl.version>2.6.12</jxl.version>
</properties>
<dependencies>
<dependency>
<groupId>org.hop</groupId>
<artifactId>hop-transform-exceloutput</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.sourceforge.jexcelapi</groupId>
<artifactId>jxl</artifactId>
<version>${jxl.version}</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>