pubsubplus-connector-test-common
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.solace.connector.core</groupId> <artifactId>pubsubplus-connector-test-common</artifactId> <version>2.16.6</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-test-common</artifactId> <version>2.16.6</version> <name>PubSub+ Connector Test Common</name> <description>Common library for tests with the PubSub+ Connector Framework</description> <url>https://solace.com/connectors/pubsubplus-connector-framework-parent/pubsubplus-connector-test-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-test-common</connection> <developerConnection>scm:git:git@github.com:SolaceDev/solace-connector-framework.git/pubsubplus-connector-framework-parent/pubsubplus-connector-test-common</developerConnection> <url>https://github.com/SolaceDev/solace-connector-framework.git/pubsubplus-connector-framework-parent/pubsubplus-connector-test-common</url> </scm> <dependencies> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> <version>5.11.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <version>3.26.3</version> <scope>compile</scope> </dependency> </dependencies> </project>