<dependency>
<groupId>io.choerodon</groupId>
<artifactId>choerodon-starter-oauth-resource</artifactId>
<version>0.5.3.RELEASE</version>
</dependency>
libraryDependencies += "io.choerodon" % "choerodon-starter-oauth-resource" % "0.5.3.RELEASE"
@Grapes(
@Grab(group='io.choerodon', module='choerodon-starter-oauth-resource', version='0.5.3.RELEASE')
)
<dependency org="io.choerodon" name="choerodon-starter-oauth-resource" rev="0.5.3.RELEASE" />
<parent> <groupId>io.choerodon</groupId> <artifactId>choerodon-starter-parent</artifactId> <version>0.5.3.RELEASE</version> </parent>
compile
|-- org.springframework.security.oauth:spring-security-oauth2
|-- org.springframework.boot:spring-boot-starter-web
|-- org.springframework.boot:spring-boot-starter-security
|-- org.springframework.security:spring-security-jwt
|-- com.fasterxml.jackson.datatype:jackson-datatype-jsr310
|-- org.springframework:spring-tx
|-- io.choerodon:choerodon-starter-core