MVN

org.mule.distributions.jca : mule-jca-parent

Maven & Gradle

Dec 06, 2010

Parent for appserver specific JCA Resource Adapters · This is the parent module for the appserver specific jca modules. This does not produce any output but serves as container for the dependencies that are common for all appserver specific jca distributions.

<dependency>
    <groupId>org.mule.distributions.jca</groupId>
    <artifactId>mule-jca-parent</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mule.distributions.jca : mule-jca-parent to add to Maven - Latest Versions:

  • Latest Stable: 3.0.1
  • Latest Release Candidate: 3.1.0-RC1

All Versions

Choose a version of org.mule.distributions.jca : mule-jca-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
3.1.x
mule-jca-parent-3.1.0-RC1
3.0.x
mule-jca-parent-3.0.1
mule-jca-parent-3.0.0
mule-jca-parent-3.0.0-RC2
mule-jca-parent-3.0.0-RC1
mule-jca-parent-3.0.0-M2
mule-jca-parent-3.0.0-M2-20091130
mule-jca-parent-3.0.0-M2-20091124
mule-jca-parent-3.0.0-M1
2.0.x
mule-jca-parent-2.0.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.mule.distributions.jca</groupId>
    <artifactId>mule-jca-parent</artifactId>
    <version>3.0.1</version>
</dependency>