#13 : Fix dependency to tika-app
This commit is contained in:
parent
64254e621b
commit
00d87de418
20
pom.xml
20
pom.xml
|
@ -66,27 +66,9 @@
|
|||
|
||||
<dependency>
|
||||
<groupId>org.apache.tika</groupId>
|
||||
<artifactId>tika-app</artifactId>
|
||||
<artifactId>tika-parsers</artifactId>
|
||||
<version>1.2</version>
|
||||
<scope>compile</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>tika-parsers</artifactId>
|
||||
<groupId>org.apache.tika</groupId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<artifactId>tika-xmp</artifactId>
|
||||
<groupId>org.apache.tika</groupId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<artifactId>slf4j-log4j12</artifactId>
|
||||
<groupId>org.slf4j</groupId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<artifactId>gson</artifactId>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<useProjectArtifact>true</useProjectArtifact>
|
||||
<useTransitiveFiltering>true</useTransitiveFiltering>
|
||||
<includes>
|
||||
<include>org.apache.tika:tika-app</include>
|
||||
<include>org.apache.tika:tika-parsers</include>
|
||||
</includes>
|
||||
</dependencySet>
|
||||
</dependencySets>
|
||||
|
|
Loading…
Reference in New Issue