spring-cloud-stream-binder-jms-tibcoems
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.solace.connector.core.io</groupId> <artifactId>spring-cloud-stream-binder-jms-tibcoems</artifactId> <version>3.2.3</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.solace.connector.core.io</groupId> <artifactId>spring-cloud-stream-binder-jms-tibcoems</artifactId> <version>3.2.3</version> <name>JMS Spring Cloud Stream Binder For Tibco EMS</name> <description>Parent for Spring Cloud Stream Binder implementation for JMS</description> <url>https://solace.com/connectors/spring-cloud-stream-binder-jms-tibcoems</url> <organization> <name>Solace Corporation</name> <url>https://solace.com</url> </organization> <licenses> <license> <name>License Agreement for Solace Software</name> <url>https://solace.com/license-software</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Solace</name> <email>info@solace.com</email> <organization>Solace Corporation</organization> <organizationUrl>https://solace.com</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/SolaceDev/pubsubplus-connector-jms-binder.git/spring-cloud-stream-binder-jms-tibcoems</connection> <developerConnection>scm:git:git@github.com:SolaceDev/pubsubplus-connector-jms-binder.git/spring-cloud-stream-binder-jms-tibcoems</developerConnection> <url>https://github.com/SolaceDev/pubsubplus-connector-jms-binder.git/spring-cloud-stream-binder-jms-tibcoems</url> </scm> <dependencies> <dependency> <groupId>com.tibco</groupId> <artifactId>tibjms</artifactId> <version>10.2.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot</artifactId> <version>3.4.9</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-autoconfigure</artifactId> <version>3.4.9</version> <scope>compile</scope> </dependency> <dependency> <groupId>jakarta.jms</groupId> <artifactId>jakarta.jms-api</artifactId> <version>3.1.0</version> <scope>compile</scope> </dependency> </dependencies> </project>