braille-module
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>nl.dedicon.pipeline</groupId> <artifactId>braille-module</artifactId> <version>2.0.3</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.0</version> <relativePath /> </parent> <groupId>nl.dedicon.pipeline</groupId> <artifactId>braille-module</artifactId> <version>2.0.3</version> <packaging>bundle</packaging> <name>DAISY Pipeline 2 module :: Dedicon</name> <properties> <commons-io.version>2.18.0</commons-io.version> <image-io.version>3.11.0</image-io.version> <log4j.version>2.23.1</log4j.version> <lombok.version>1.18.34</lombok.version> <owasp-dependency-check-maven.version>10.0.3</owasp-dependency-check-maven.version> <owasp-fail-build-on-CVSS>8</owasp-fail-build-on-CVSS> <expose-services> nl.dedicon.pipeline.braille.calabash.impl.BrlMustStartWithNewlineStep$Provider, nl.dedicon.pipeline.braille.calabash.impl.BrlReplaceDoubleFormFeedsStep$Provider, nl.dedicon.pipeline.braille.calabash.impl.BrlUrisStep$Provider, nl.dedicon.pipeline.braille.calabash.impl.EmphasisStep$Provider, nl.dedicon.pipeline.braille.calabash.impl.EmptyBackCoverStep$Provider, nl.dedicon.pipeline.braille.calabash.impl.JacketStep$Provider, nl.dedicon.pipeline.braille.calabash.impl.MessageStep$Provider, nl.dedicon.pipeline.braille.calabash.impl.MetadataStep$Provider, nl.dedicon.pipeline.braille.calabash.impl.ModifyPreviewStep$Provider, nl.dedicon.pipeline.braille.calabash.impl.MoveNotesStep$Provider, nl.dedicon.pipeline.braille.calabash.impl.ProcessingInstructionsStep$Provider, nl.dedicon.pipeline.braille.calabash.impl.SymbolsListStep$Provider, nl.dedicon.pipeline.braille.impl.DediconTranslator$Provider, nl.dedicon.pipeline.braille.impl.TablePath, org.daisy.pipeline.datatypes.impl.Datatype_dedicon_dtbook_to_pef_braille_notation_code, org.daisy.pipeline.datatypes.impl.Datatype_dedicon_dtbook_to_pef_hyphenation, org.daisy.pipeline.datatypes.impl.Datatype_dedicon_dtbook_to_pef_include_document_toc_in_last_volume, org.daisy.pipeline.datatypes.impl.Datatype_dedicon_dtbook_to_pef_line_spacing, org.daisy.pipeline.datatypes.impl.Datatype_dedicon_dtbook_to_pef_move_print_colophon_to_last_volume, org.daisy.pipeline.datatypes.impl.Datatype_dedicon_dtbook_to_pef_move_print_cover, org.daisy.pipeline.datatypes.impl.Datatype_dedicon_dtbook_to_pef_printing, org.daisy.pipeline.datatypes.impl.Datatype_dedicon_dtbook_to_pef_show_inline_print_page_numbers, org.daisy.pipeline.modules.impl.Module_braille_module, org.daisy.pipeline.script.impl.XProcScript_dedicon_dtbook_to_pef </expose-services> </properties> <dependencies> <dependency> <groupId>org.daisy.pipeline.modules.braille</groupId> <artifactId>braille-common</artifactId> </dependency> <dependency> <groupId>org.daisy.pipeline.modules.braille</groupId> <artifactId>braille-css-utils</artifactId> </dependency> <dependency> <groupId>org.daisy.pipeline.modules.braille</groupId> <artifactId>dotify-utils</artifactId> </dependency> <dependency> <groupId>org.daisy.pipeline.modules.braille</groupId> <artifactId>libhyphen-utils</artifactId> </dependency> <dependency> <groupId>org.daisy.pipeline.modules.braille</groupId> <artifactId>liblouis-utils</artifactId> </dependency> <dependency> <groupId>org.daisy.pipeline.modules.braille</groupId> <artifactId>liblouis-utils</artifactId> <classifier>windows</classifier> </dependency> <dependency> <groupId>org.daisy.pipeline.modules.braille</groupId> <artifactId>libhyphen-utils</artifactId> <classifier>windows</classifier> </dependency> <dependency> <groupId>org.daisy.pipeline</groupId> <artifactId>calabash-adapter</artifactId> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.compendium</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> <dependency> <groupId>org.daisy.pipeline.modules</groupId> <artifactId>file-utils</artifactId> </dependency> <dependency> <!-- for CVE-2024-47554 --> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>${commons-io.version}</version> </dependency> <dependency> <groupId>org.daisy.pipeline.modules.braille</groupId> <artifactId>dtbook-to-pef</artifactId> <!-- vulnerability fixes --> <exclusions> <!-- CVE-2017-7525(9.8) --> <exclusion> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-mapper-asl</artifactId> </exclusion> </exclusions> </dependency> <!-- Lombok --> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <optional>true</optional> <version>${lombok.version}</version> </dependency> <!-- vulnerability fixes --> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <version>${log4j.version}</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> <version>${log4j.version}</version> </dependency> <dependency> <groupId>com.twelvemonkeys.imageio</groupId> <artifactId>imageio-jpeg</artifactId> <version>${image-io.version}</version> </dependency> <dependency> <groupId>com.twelvemonkeys.imageio</groupId> <artifactId>imageio-core</artifactId> <version>${image-io.version}</version> </dependency> <dependency> <groupId>com.twelvemonkeys.imageio</groupId> <artifactId>imageio-metadata</artifactId> <version>${image-io.version}</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> </dependency> <!-- test dependencies --> <dependency> <groupId>org.daisy.pipeline</groupId> <artifactId>logging-appender</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.codehaus.woodstox</groupId> <artifactId>stax2-api</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <debug>true</debug> <debuglevel>lines,vars,source</debuglevel> </configuration> </plugin> <plugin> <groupId>org.vafer</groupId> <artifactId>jdeb</artifactId> <version>1.0</version> <executions> <execution> <id>package-deb</id> <phase>package</phase> <goals> <goal>jdeb</goal> </goals> <configuration> <controlDir>src/main/deb/DEBIAN</controlDir> <classifier>all</classifier> <deb>target/${project.artifactId}_${project.version}_all.deb</deb> <dataSet> <data> <type>file</type> <src>target/${project.artifactId}-${project.version}.jar</src> <mapper> <type>perm</type> <prefix>/opt/daisy-pipeline2/modules</prefix> </mapper> </data> </dataSet> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <configuration> <tagNameFormat>v@{project.version}</tagNameFormat> </configuration> </plugin> <!-- Vulnerabilities check --> <plugin> <groupId>org.owasp</groupId> <artifactId>dependency-check-maven</artifactId> <version>${owasp-dependency-check-maven.version}</version> <configuration> <yarnAuditAnalyzerEnabled>false</yarnAuditAnalyzerEnabled> <failBuildOnCVSS>${owasp-fail-build-on-CVSS}</failBuildOnCVSS> <suppressionFiles> <suppressionFile>src/main/resources/owasp/owasp-suppressions.xml</suppressionFile> </suppressionFiles> <nvdApiServerId>nvdApiServerId</nvdApiServerId> </configuration> <executions> <execution> <goals> <!-- TODO https://dedicon.atlassian.net/browse/SEC-117 The dependency check is currently inactive because it requires a Java version higher than 8. However, this application won't build under a higher version. --> <!--<goal>check</goal>--> </goals> </execution> </executions> </plugin> </plugins> </build> <profiles> <profile> <id>mac</id> <activation> <os> <family>mac</family> </os> </activation> <dependencies> <dependency> <groupId>org.daisy.pipeline.modules.braille</groupId> <artifactId>liblouis-utils</artifactId> <classifier>mac</classifier> <scope>test</scope> </dependency> <dependency> <groupId>org.daisy.pipeline.modules.braille</groupId> <artifactId>libhyphen-utils</artifactId> <classifier>mac</classifier> <scope>test</scope> </dependency> </dependencies> </profile> <profile> <id>linux</id> <activation> <os> <name>linux</name> </os> </activation> <dependencies> <dependency> <groupId>org.daisy.pipeline.modules.braille</groupId> <artifactId>liblouis-utils</artifactId> <classifier>linux</classifier> <scope>test</scope> </dependency> <dependency> <groupId>org.daisy.pipeline.modules.braille</groupId> <artifactId>libhyphen-utils</artifactId> <classifier>linux</classifier> <scope>test</scope> </dependency> </dependencies> </profile> <profile> <id>win</id> <activation> <os> <family>windows</family> </os> </activation> <dependencies> <dependency> <groupId>org.daisy.pipeline.modules.braille</groupId> <artifactId>liblouis-utils</artifactId> <classifier>windows</classifier> <scope>test</scope> </dependency> <dependency> <groupId>org.daisy.pipeline.modules.braille</groupId> <artifactId>libhyphen-utils</artifactId> <classifier>windows</classifier> <scope>test</scope> </dependency> </dependencies> </profile> </profiles> <distributionManagement> <repository> <id>ossrh</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> </distributionManagement> <scm> <tag>v2.0.3</tag> </scm> </project>