pkg-calabash
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.expath.packaging</groupId>
<artifactId>pkg-calabash</artifactId>
<version>2.1.1</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.expath.packaging</groupId>
<artifactId>pkg-parent</artifactId>
<version>2.1.1</version>
<relativePath>../pkg-parent/pom.xml</relativePath>
</parent>
<artifactId>pkg-calabash</artifactId>
<packaging>jar</packaging>
<name>EXPath Packaging XML Calabash Implementation</name>
<description>Implementation of EXPath Packaging for XML Calabash</description>
<scm>
<connection>scm:git:https://github.com/expath/expath-pkg-java.git</connection>
<developerConnection>scm:git:https://github.com/expath/expath-pkg-java.git</developerConnection>
<url>scm:git:https://github.com/expath/expath-pkg-java.git</url>
<tag>pkg-2.1.1</tag>
</scm>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>pkg-java</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>pkg-saxon</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
</dependency>
<dependency>
<groupId>com.xmlcalabash</groupId>
<artifactId>xmlcalabash</artifactId>
</dependency>
<dependency>
<groupId>org.relaxng</groupId>
<artifactId>jing</artifactId>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<!-- See https://github.com/ndw/xmlcalabash1/issues/351 -->
<id>maven-restlet</id>
<name>Restlet repository</name>
<url>https://maven.restlet.talend.com</url>
</repository>
</repositories>
</project>