xproc-engine-calabash
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.daisy.maven</groupId> <artifactId>xproc-engine-calabash</artifactId> <version>1.1.2</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.maven</groupId> <artifactId>xproc-maven-plugin-parent</artifactId> <version>1.2</version> <relativePath>../parent/</relativePath> </parent> <artifactId>xproc-engine-calabash</artifactId> <version>1.1.2</version> <packaging>bundle</packaging> <name>xproc-engine-calabash</name> <dependencies> <dependency> <groupId>org.daisy.maven</groupId> <artifactId>xproc-engine-api</artifactId> <version>1.1.0</version> </dependency> <dependency> <groupId>org.daisy.libs</groupId> <artifactId>com.xmlcalabash</artifactId> </dependency> <dependency> <groupId>org.daisy.libs</groupId> <artifactId>saxon-he</artifactId> </dependency> <dependency> <groupId>org.daisy.libs</groupId> <artifactId>jing</artifactId> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>14.0</version> </dependency> <dependency> <groupId>xml-resolver</groupId> <artifactId>xml-resolver</artifactId> <version>1.2</version> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.core</artifactId> <version>4.3.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.compendium</artifactId> <version>4.3.0</version> <scope>provided</scope> </dependency> <!-- test dependencies --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <configuration> <instructions> <!-- must match version from parent --> <Import-Package> net.sf.saxon.*;version="[9.8.0,9.8.1)", * </Import-Package> <_dsannotations>*</_dsannotations> </instructions> </configuration> </plugin> </plugins> </build> <scm> <tag>xproc-engine-calabash-1.1.2</tag> </scm> </project>