Skip to content

Commit

Permalink
Temporarily re-add jnaereator
Browse files Browse the repository at this point in the history
This is a workaround for daisy/pipeline-modules#102.

This reverts commit dab002b.
  • Loading branch information
bertfrees committed Jul 22, 2024
1 parent d2ff638 commit 1d5e078
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2480,6 +2480,10 @@
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
</artifactItem>
<artifactItem>
<groupId>org.daisy.libs</groupId>
<artifactId>jnaerator</artifactId>
</artifactItem>
<artifactItem>
<!-- required by jstyleparser -->
<!-- TODO build our own bundle ? -->
Expand Down Expand Up @@ -2649,14 +2653,6 @@
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
</artifactItem>
<!--
JNAerator (including JNA 4.0.0)
the version embedded in tts-adapter-acapela is not used in OSGi
-->
<artifactItem>
<groupId>org.daisy.libs</groupId>
<artifactId>jnaerator</artifactId>
</artifactItem>
</artifactItems>
</configuration>
</execution>
Expand Down

0 comments on commit 1d5e078

Please sign in to comment.