solace-java-spring-boot-autoconfigure
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.solace.spring.boot</groupId> <artifactId>solace-java-spring-boot-autoconfigure</artifactId> <version>5.4.0</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.solace.spring.boot</groupId> <artifactId>solace-java-spring-boot-autoconfigure</artifactId> <version>5.4.0</version> <name>Solace Spring Boot Autoconfiguration - Java</name> <description>Autoconfiguration for messaging using the Solace Java API</description> <url>https://github.com/SolaceProducts/solace-spring-boot/tree/2.4.0/solace-spring-boot-autoconfigure/solace-java-spring-boot-autoconfigure</url> <organization> <name>Solace</name> <url>https://www.solace.com</url> </organization> <licenses> <license> <name>Apache License, Version 2.0</name> <url>https://github.com/SolaceProducts/solace-spring-boot/blob/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Support for Solace</name> <email>support@solace.com</email> <organization>Solace</organization> <organizationUrl>http://solace.community</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/SolaceProducts/solace-spring-boot.git/solace-spring-boot-parent/solace-java-spring-boot-autoconfigure</connection> <developerConnection>scm:git:git@github.com:SolaceProducts/solace-spring-boot.git/solace-spring-boot-parent/solace-java-spring-boot-autoconfigure</developerConnection> <tag>2.4.0</tag> <url>https://github.com/SolaceProducts/solace-spring-boot.git/solace-spring-boot-parent/solace-java-spring-boot-autoconfigure</url> </scm> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-autoconfigure</artifactId> <version>3.4.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> <version>3.4.4</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>com.solacesystems</groupId> <artifactId>sol-jcsmp</artifactId> <version>10.27.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-oauth2-client</artifactId> <version>3.4.4</version> <scope>compile</scope> <optional>true</optional> </dependency> </dependencies> </project>