Download switchyard-validate-1.1.0.final.jar file

Introduction

You can download switchyard-validate-1.1.0.final.jar in this page.

License

Apache License

Type List

switchyard-validate-1.1.0.final.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.switchyard/switchyard-validate/pom.properties
META-INF/maven/org.switchyard/switchyard-validate/pom.xml
org.switchyard.validate.ValidateLogger.class
org.switchyard.validate.ValidateMessages.class
org.switchyard.validate.config.model.FileEntryModel.class
org.switchyard.validate.config.model.JavaValidateModel.class
org.switchyard.validate.config.model.SchemaCatalogsModel.class
org.switchyard.validate.config.model.SchemaFilesModel.class
org.switchyard.validate.config.model.ValidateNamespace.class
org.switchyard.validate.config.model.ValidateSwitchYardScanner.class
org.switchyard.validate.config.model.XmlSchemaType.class
org.switchyard.validate.config.model.XmlValidateModel.class
org.switchyard.validate.config.model.v1.V1FileEntryModel.class
org.switchyard.validate.config.model.v1.V1JavaValidateModel.class
org.switchyard.validate.config.model.v1.V1SchemaCatalogsModel.class
org.switchyard.validate.config.model.v1.V1SchemaFilesModel.class
org.switchyard.validate.config.model.v1.V1ValidateMarshaller.class
org.switchyard.validate.config.model.v1.V1XmlValidateModel.class
org.switchyard.validate.internal.DuplicateValidatorException.class
org.switchyard.validate.internal.ValidatorFactory.class
org.switchyard.validate.internal.ValidatorFactoryClass.class
org.switchyard.validate.internal.ValidatorRegistryLoader.class
org.switchyard.validate.internal.ValidatorTypes.class
org.switchyard.validate.internal.ValidatorUtil.class
org.switchyard.validate.xml.internal.XmlValidator.class
org.switchyard.validate.xml.internal.XmlValidatorFactory.class
org/switchyard/config/model/descriptor.properties
org/switchyard/validate/ValidateLogger.i18n.properties
org/switchyard/validate/ValidateMessages.i18n.properties
org/switchyard/validate/config/model/v1/validate_1_0.xsd
org/switchyard/validate/config/model/v1/validate_1_1.xsd

Pom

switchyard-validate-1.1.0.final.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors.
-
- Licensed under the Apache License, Version 2.0 (the "License")
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-->
<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>
        <groupId>org.switchyard</groupId>
        <artifactId>switchyard-core-parent</artifactId>
        <version>1.1.0.Final</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    <artifactId>switchyard-validate</artifactId>
    <packaging>jar</packaging>
    <name>SwitchYard: Validate</name>
    <description>The SwitchYard Validate library.</description>
    <url>http://switchyard.org</url>
    <dependencies>
        <!-- internal dependencies -->
        <dependency>
            <groupId>org.switchyard</groupId>
            <artifactId>switchyard-common-cdi</artifactId>
        </dependency>
        <dependency>
            <groupId>org.switchyard</groupId>
            <artifactId>switchyard-config</artifactId>
        </dependency>
        <dependency>
            <groupId>org.switchyard</groupId>
            <artifactId>switchyard-api</artifactId>
        </dependency>
        <dependency>
            <groupId>org.switchyard</groupId>
            <artifactId>switchyard-extensions-java</artifactId>
        </dependency>
        <!-- TODO: Maybe scope this as "provided" ? -->
        <dependency>
            <groupId>org.milyn</groupId>
            <artifactId>milyn-smooks-all</artifactId>
            <exclusions>
                <exclusion>
                    <groupId>xml-apis</groupId>
                    <artifactId>xml-apis</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>xerces</groupId>
                    <artifactId>xercesImpl</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>xerces</groupId>
                    <artifactId>xmlParserAPIs</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <!-- external dependencies -->
        <dependency>
            <groupId>xml-resolver</groupId>
            <artifactId>xml-resolver</artifactId>
        </dependency>
        <dependency>
            <groupId>org.switchyard</groupId>
            <artifactId>switchyard-runtime</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>xmlunit</groupId>
            <artifactId>xmlunit</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.codehaus.jackson</groupId>
            <artifactId>jackson-mapper-asl</artifactId>
        </dependency>
        <dependency>
            <groupId>org.codehaus.jackson</groupId>
            <artifactId>jackson-core-asl</artifactId>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.switchyard</groupId>
   <artifactId>switchyard-validate</artifactId>
   <version>1.1.0.final</version>
</dependency>

Download

If you think the following switchyard-validate-1.1.0.final.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download switchyard-validate-1.1.0.final.jar file




PreviousNext

Related