nimas-fileset-validator
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.daisy.pipeline.modules</groupId> <artifactId>nimas-fileset-validator</artifactId> <version>2.1.5</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.15.1</version> <relativePath>../../parent/</relativePath> </parent> <artifactId>nimas-fileset-validator</artifactId> <version>2.1.5</version> <packaging>bundle</packaging> <name>DAISY Pipeline 2 module :: NIMAS Fileset Validator</name> <dependencies> <dependency> <groupId>org.daisy.pipeline</groupId> <artifactId>framework-core</artifactId> </dependency> <dependency> <groupId>org.daisy.pipeline.modules</groupId> <artifactId>common-utils</artifactId> </dependency> <dependency> <groupId>org.daisy.pipeline.modules</groupId> <artifactId>dtbook-utils</artifactId> </dependency> <dependency> <groupId>org.daisy.pipeline.modules</groupId> <artifactId>fileset-utils</artifactId> </dependency> <dependency> <groupId>org.daisy.pipeline.modules</groupId> <artifactId>validation-utils</artifactId> </dependency> <!-- test dependencies --> <dependency> <groupId>org.daisy.pipeline.modules</groupId> <artifactId>daisy3-utils</artifactId> <scope>test</scope> </dependency> </dependencies> <properties> <expose-services> org.daisy.pipeline.modules.impl.Module_nimas_fileset_validator, org.daisy.pipeline.script.impl.XProcScript_nimas_fileset_validator, org.daisy.pipeline.datatypes.impl.Datatype_px_nimas_fileset_validator_script_mathml_version </expose-services> </properties> </project>