mule-transport-jbi
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mule.transports</groupId> <artifactId>mule-transport-jbi</artifactId> <version>1.4.4</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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.mule.transports</groupId> <artifactId>mule-transports</artifactId> <version>1.4.4</version> </parent> <artifactId>mule-transport-jbi</artifactId> <packaging>jar</packaging> <name>JBI Transport</name> <description>Allows JBI components to interact with Mule. Note this is different from Mule-JBI, which is a JBI (JSR-208) implementation based on the Mule framework.</description> <dependencies> <dependency> <groupId>org.mule</groupId> <artifactId>mule-core</artifactId> <version>${version}</version> </dependency> <dependency> <groupId>servicemix</groupId> <artifactId>servicemix-jbi</artifactId> <version>2.0.2</version> <scope>provided</scope> <exclusions> <exclusion> <artifactId>jaxp</artifactId> <groupId>servicemix</groupId> </exclusion> </exclusions> </dependency> </dependencies> </project>