Skip to content

Commit

Permalink
Merge pull request quarkusio#12964 from sberyozkin/tika_narayana
Browse files Browse the repository at this point in the history
Confirming that combining tika and narayana-jta has no native image build failures
  • Loading branch information
sberyozkin authored Nov 4, 2020
2 parents ac151ba + 09d9b27 commit d8903a1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions integration-tests/main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@
<artifactId>quarkus-smallrye-context-propagation</artifactId>
</dependency>

<!-- Tika -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-tika</artifactId>
</dependency>

<!-- test dependencies -->
<dependency>
<groupId>io.quarkus</groupId>
Expand Down Expand Up @@ -470,6 +476,19 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-tika-deployment</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit d8903a1

Please sign in to comment.