epub3-validator
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.daisy.pipeline.modules</groupId> <artifactId>epub3-validator</artifactId> <version>1.1.6</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.13.0</version> <relativePath>../../parent/</relativePath> </parent> <artifactId>epub3-validator</artifactId> <version>1.1.6</version> <packaging>bundle</packaging> <name>DAISY Pipeline 2 module :: EPUB 3 Validator</name> <dependencies> <!-- for XProcScriptService --> <dependency> <groupId>org.daisy.pipeline</groupId> <artifactId>framework-core</artifactId> </dependency> <!-- runtime dependencies --> <dependency> <groupId>org.daisy.pipeline.modules</groupId> <artifactId>common-utils</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>org.daisy.pipeline.modules</groupId> <artifactId>epubcheck-adapter</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>org.daisy.pipeline.modules</groupId> <artifactId>ace-adapter</artifactId> <scope>runtime</scope> </dependency> </dependencies> <properties> <expose-services> org.daisy.pipeline.modules.impl.Module_epub3_validator, org.daisy.pipeline.script.impl.XProcScript_epub3_validator </expose-services> </properties> </project>