Skip to content

Commit

Permalink
jnaereator is now embedded in tts-adapter-acapela
Browse files Browse the repository at this point in the history
  • Loading branch information
bertfrees committed Jul 10, 2024
1 parent 0a24d40 commit dab002b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2466,10 +2466,6 @@
<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 @@ -2616,6 +2612,14 @@
<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 dab002b

Please sign in to comment.