pubsubplus-connector-io-common
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.solace.connector.core</groupId>
<artifactId>pubsubplus-connector-io-common</artifactId>
<version>2.18.1</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</groupId>
<artifactId>pubsubplus-connector-io-common</artifactId>
<version>2.18.1</version>
<name>PubSub+ Connector I/O Common</name>
<description>Common library for I/O with the PubSub+ Connector Framework</description>
<url>https://solace.com/connectors/pubsubplus-connector-framework-parent/pubsubplus-connector-io-common</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/solace-connector-framework.git/pubsubplus-connector-framework-parent/pubsubplus-connector-io-common</connection>
<developerConnection>scm:git:git@github.com:SolaceDev/solace-connector-framework.git/pubsubplus-connector-framework-parent/pubsubplus-connector-io-common</developerConnection>
<url>https://github.com/SolaceDev/solace-connector-framework.git/pubsubplus-connector-framework-parent/pubsubplus-connector-io-common</url>
</scm>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
<version>3.5.5</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream</artifactId>
<version>4.3.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>