Maven Repository - POM file for Testing mule-tests-functional 1.3-rc5 1.3-rc5

Summary

Mule functional test framework (TCK).

Declaration

Here is the list of declaration for mule-tests-functional. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.mule.tests</groupId>
   <artifactId>mule-tests-functional</artifactId>
   <version>1.3-rc5</version>
</dependency>

If you think this Maven repository POM file listing for mule-tests-functional is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Depends on

The mule-tests-functional-1.3-rc5 has 4 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Developmentmule-module-builders 1.3-rc5
Standard configuration builders for Mule
5




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?><project>
  <parent>
    <artifactId>mule-tests</artifactId>
    <groupId>org.mule.tests</groupId>
    <version>1.3-rc5</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>mule-tests-functional</artifactId>
  <name>Mule Functional Test Framework (TCK)</name>
  <version>1.3-rc5</version>
  <description>Mule functional test framework (TCK)</description>
  <dependencies>
    <dependency>
      <groupId>org.mule.tests</groupId>
      <artifactId>mule-tests-core</artifactId>
      <version>1.3-rc5</version>
    </dependency>
    <dependency>
      <groupId>org.mule.modules</groupId>
      <artifactId>mule-module-builders</artifactId>
      <version>1.3-rc5</version>
    </dependency>
    <dependency>
      <groupId>org.mule.modules</groupId>
      <artifactId>mule-module-xml</artifactId>
      <version>1.3-rc5</version>
    </dependency>
    <dependency>
      <groupId>org.mule.modules</groupId>
      <artifactId>mule-module-management</artifactId>
      <version>1.3-rc5</version>
    </dependency>
  </dependencies>
  <distributionManagement>
    <status>deployed</status>
  </distributionManagement>
</project>