tts-modules-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>tts-modules-parent</artifactId>
<version>1.12.0</version>
</dependency><?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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>modules-parent</artifactId>
<version>1.9</version>
<relativePath />
</parent>
<artifactId>tts-modules-parent</artifactId>
<version>1.12.0</version>
<packaging>pom</packaging>
<name>DAISY Pipeline 2 :: TTS Modules Parent POM</name>
<description>Parent POM for modules related to TTS-based production</description>
<dependencyManagement>
<dependencies>
<!--
TTS Modules BoM
-->
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>tts-modules-bom</artifactId>
<version>1.12.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<!--
Engine BoM
-->
<dependency>
<groupId>org.daisy.pipeline</groupId>
<artifactId>framework-bom</artifactId>
<version>1.12.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<!--
Other modules BoM
-->
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>audio-modules-bom</artifactId>
<version>1.11.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>nlp-modules-bom</artifactId>
<version>1.11.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>scripts-utils-bom</artifactId>
<version>1.11.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>common-utils-bom</artifactId>
<version>1.11.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<!--
test dependencies
-->
<dependency>
<groupId>org.daisy.pipeline.build</groupId>
<artifactId>modules-test-helper</artifactId>
<version>1.0.3</version>
</dependency>
</dependencies>
</dependencyManagement>
<properties>
<!-- must match version from framework-bom -->
<saxon.versionRange>[9.8.0,9.8.1)</saxon.versionRange>
<java.version>1.8</java.version>
</properties>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.5.0</version>
</plugin>
<plugin>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>maven-paxexam-plugin</artifactId>
<version>1.2.4</version>
</plugin>
</plugins>
</pluginManagement>
</build>
<repositories>
<repository>
<id>restlet-repo</id>
<name>Public online Restlet repository</name>
<url>http://maven.restlet.org</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<scm>
<tag>v1.12.0</tag>
</scm>
</project>