Show
hide
<?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/maven-v4_0_0.xsd">
<parent>
<artifactId>visallo-graph-property-worker-plugin-base</artifactId>
<groupId>org.visallo</groupId>
<version>3.1.4</version>
<relativePath>../../../graph-property-worker-plugin-base/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>visallo-gpw-tika-text-extractor</artifactId>
<name>Visallo: GraphPropertyWorker: Plugin: Tika Text Extractor</name>
<dependencies>
<dependency>
<groupId>org.visallo</groupId>
<artifactId>visallo-core</artifactId>
<version>3.1.4</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<artifactId>guice</artifactId>
<groupId>com.google.inject</groupId>
</exclusion>
<exclusion>
<artifactId>evo-inflector</artifactId>
<groupId>org.atteo</groupId>
</exclusion>
<exclusion>
<artifactId>rhino</artifactId>
<groupId>org.mozilla</groupId>
</exclusion>
<exclusion>
<artifactId>zip4j</artifactId>
<groupId>net.lingala.zip4j</groupId>
</exclusion>
<exclusion>
<artifactId>commons-math3</artifactId>
<groupId>org.apache.commons</groupId>
</exclusion>
<exclusion>
<artifactId>commons-beanutils</artifactId>
<groupId>commons-beanutils</groupId>
</exclusion>
<exclusion>
<artifactId>metrics-core</artifactId>
<groupId>com.codahale.metrics</groupId>
</exclusion>
<exclusion>
<artifactId>vertexium-core</artifactId>
<groupId>org.vertexium</groupId>
</exclusion>
<exclusion>
<artifactId>jackson-module-guice</artifactId>
<groupId>com.fasterxml.jackson.module</groupId>
</exclusion>
<exclusion>
<artifactId>mail</artifactId>
<groupId>javax.mail</groupId>
</exclusion>
<exclusion>
<artifactId>visallo-client-api</artifactId>
<groupId>org.visallo</groupId>
</exclusion>
<exclusion>
<artifactId>simple-orm-core</artifactId>
<groupId>com.v5analytics.simpleorm</groupId>
</exclusion>
<exclusion>
<artifactId>aws-java-sdk</artifactId>
<groupId>com.amazonaws</groupId>
</exclusion>
<exclusion>
<artifactId>owlapi-api</artifactId>
<groupId>net.sourceforge.owlapi</groupId>
</exclusion>
<exclusion>
<artifactId>owlapi-apibinding</artifactId>
<groupId>net.sourceforge.owlapi</groupId>
</exclusion>
<exclusion>
<artifactId>jai-imageio-core</artifactId>
<groupId>com.github.jai-imageio</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.visallo</groupId>
<artifactId>visallo-core-test</artifactId>
<version>3.1.4</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>vertexium-inmemory</artifactId>
<groupId>org.vertexium</groupId>
</exclusion>
<exclusion>
<artifactId>simple-orm-in-memory</artifactId>
<groupId>com.v5analytics.simpleorm</groupId>
</exclusion>
<exclusion>
<artifactId>visallo-model-queue-inmemory</artifactId>
<groupId>org.visallo</groupId>
</exclusion>
<exclusion>
<artifactId>visallo-model-vertexium-inmemory</artifactId>
<groupId>org.visallo</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.10</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>1.3</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>hamcrest-core</artifactId>
<groupId>org.hamcrest</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>hamcrest-core</artifactId>
<groupId>org.hamcrest</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.9.5</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>objenesis</artifactId>
<groupId>org.objenesis</groupId>
</exclusion>
<exclusion>
<artifactId>hamcrest-core</artifactId>
<groupId>org.hamcrest</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
<version>1.5.1</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>mockito-all</artifactId>
<groupId>org.mockito</groupId>
</exclusion>
<exclusion>
<artifactId>powermock-api-support</artifactId>
<groupId>org.powermock</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<version>1.5.1</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>powermock-module-junit4-common</artifactId>
<groupId>org.powermock</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>net.sourceforge.cobertura</groupId>
<artifactId>cobertura</artifactId>
<version>2.0.3</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>asm-tree</artifactId>
<groupId>org.ow2.asm</groupId>
</exclusion>
<exclusion>
<artifactId>asm-commons</artifactId>
<groupId>org.ow2.asm</groupId>
</exclusion>
<exclusion>
<artifactId>asm-util</artifactId>
<groupId>org.ow2.asm</groupId>
</exclusion>
<exclusion>
<artifactId>asm-analysis</artifactId>
<groupId>org.ow2.asm</groupId>
</exclusion>
<exclusion>
<artifactId>oro</artifactId>
<groupId>oro</groupId>
</exclusion>
<exclusion>
<artifactId>jaxen</artifactId>
<groupId>jaxen</groupId>
</exclusion>
<exclusion>
<artifactId>ant</artifactId>
<groupId>org.apache.ant</groupId>
</exclusion>
<exclusion>
<artifactId>servlet-api-2.5</artifactId>
<groupId>org.mortbay.jetty</groupId>
</exclusion>
<exclusion>
<artifactId>jetty</artifactId>
<groupId>org.mortbay.jetty</groupId>
</exclusion>
<exclusion>
<artifactId>jetty-util</artifactId>
<groupId>org.mortbay.jetty</groupId>
</exclusion>
<exclusion>
<artifactId>tools</artifactId>
<groupId>com.sun</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<properties>
<natty.version>0.7</natty.version>
<nekohtml.version>1.9.21</nekohtml.version>
</properties>
</project>
|