<dependency>
<groupId>com.solace.spring.boot</groupId>
<artifactId>solace-java-spring-boot-autoconfigure</artifactId>
<version>1.0.0</version>
</dependency>
libraryDependencies += "com.solace.spring.boot" % "solace-java-spring-boot-autoconfigure" % "1.0.0"
@Grapes(
@Grab(group='com.solace.spring.boot', module='solace-java-spring-boot-autoconfigure', version='1.0.0')
)
<dependency org="com.solace.spring.boot" name="solace-java-spring-boot-autoconfigure" rev="1.0.0" />
<parent> <groupId>com.solace.spring.boot</groupId> <artifactId>solace-java-spring-boot-parent</artifactId> <version>1.0.0</version> </parent>
compile
|-- org.springframework.boot:spring-boot-autoconfigure
|-- com.solacesystems:sol-jcsmp
|-- org.springframework.boot:spring-boot-configuration-processor
|-- org.springframework.cloud:spring-cloud-core
|-- com.solace.cloud.cloudfoundry:solace-spring-cloud-connector:2.0.1
test