mule-metadata-model-xml
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mule.runtime</groupId>
<artifactId>mule-metadata-model-xml</artifactId>
<version>1.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.mule.runtime</groupId>
<artifactId>mule-metadata-model-parent</artifactId>
<version>1.1.1</version>
</parent>
<artifactId>mule-metadata-model-xml</artifactId>
<properties>
<formatterConfigPath>../formatter.xml</formatterConfigPath>
</properties>
<dependencies>
<dependency>
<groupId>org.mule.runtime</groupId>
<artifactId>mule-metadata-model-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
<version>2.6.0</version>
<!-- Included in the JVM since Java 1.6 -->
<exclusions>
<exclusion>
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.mule.apache</groupId>
<artifactId>xerces2-xsd11</artifactId>
<version>2.11.3</version>
</dependency>
</dependencies>
</project>