citrus-validation-xml
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.citrusframework</groupId> <artifactId>citrus-validation-xml</artifactId> <version>4.3.0</version> </dependency>
<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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>citrus-validation</artifactId> <groupId>org.citrusframework</groupId> <version>4.3.0</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>citrus-validation-xml</artifactId> <name>Citrus :: Validation :: XML</name> <dependencies> <dependency> <groupId>org.citrusframework</groupId> <artifactId>citrus-base</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.citrusframework</groupId> <artifactId>citrus-spring</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> </dependency> <dependency> <groupId>org.springframework.ws</groupId> <artifactId>spring-xml</artifactId> </dependency> <!-- JAXB --> <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-runtime</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> </dependency> <dependency> <groupId>wsdl4j</groupId> <artifactId>wsdl4j</artifactId> </dependency> <!-- Xhtml dependencies --> <dependency> <groupId>net.sf.jtidy</groupId> <artifactId>jtidy</artifactId> </dependency> <!-- Test scoped dependencies --> <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-jsr223</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.citrusframework</groupId> <artifactId>citrus-test-support</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.citrusframework</groupId> <artifactId>citrus-validation-hamcrest</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.citrusframework</groupId> <artifactId>citrus-validation-groovy</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.citrusframework</groupId> <artifactId>citrus-testng</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> </dependencies> </project>