spring-boot/spring-boot-project/spring-boot-starters/spring-boot-starter-activemq/build.gradle

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
272 B
Groovy
Raw Normal View History

plugins {
id "org.springframework.boot.starter"
}
description = "Starter for JMS messaging using Apache ActiveMQ"
dependencies {
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
2025-03-18 21:28:53 +08:00
api(project(":spring-boot-project:spring-boot-activemq"))
}