spring-cloud-stream-binder-snowflake-stream
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.solacecoe.spring.cloud.stream.binders</groupId> <artifactId>spring-cloud-stream-binder-snowflake-stream</artifactId> <version>1.0.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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.solacecoe.spring.cloud.stream.binders</groupId> <artifactId>spring-cloud-stream-binder-snowflake-stream</artifactId> <version>1.0.1</version> <name>spring-cloud-stream-binder-snowflake-stream</name> <description>Solace Snowflake Stream Connector Binder</description> <url>https://github.com/SolaceTechCOE/spring-cloud-stream-binder-snowflake-stream.git</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/SolaceTechCOE/spring-cloud-stream-binder-snowflake-stream.git</connection> <developerConnection>scm:git:git@github.com:SolaceTechCOE/spring-cloud-stream-binder-snowflake-stream.git</developerConnection> <url>https://github.com/SolaceTechCOE/spring-cloud-stream-binder-snowflake-stream.git</url> </scm> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> <version>2.7.11</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-stream</artifactId> <version>3.2.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.solace.connector.core</groupId> <artifactId>pubsubplus-connector-io-common</artifactId> <version>1.1.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> <version>2.7.11</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.12.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.solace.spring.cloud</groupId> <artifactId>spring-cloud-starter-stream-solace</artifactId> <version>3.3.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <version>1.18.26</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-core</artifactId> <version>5.8.11</version> <scope>compile</scope> </dependency> <dependency> <groupId>net.snowflake</groupId> <artifactId>snowflake-ingest-sdk</artifactId> <version>1.0.2-beta.7</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-fips</artifactId> <version>1.0.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>net.snowflake</groupId> <artifactId>snowflake-jdbc</artifactId> <version>3.13.26</version> <scope>compile</scope> </dependency> </dependencies> </project>