<plugin name='springSecurityOauth2Provider' version='4.0.0-RC1' grailsVersion='3.0.0 &gt; *'>
  <type>grails.plugin.springsecurity.oauthprovider.SpringSecurityOauth2ProviderGrailsPlugin</type>
  <grailsVersion>3.0.0 &gt; *</grailsVersion>
  <loadAfter>[springSecurityCore]</loadAfter>
  <license>APACHE</license>
  <issueManagement system='GitHub' url='http://github.com/grails-plugins/grails-spring-security-oauth2-provider/issues' />
  <developers>[[name:Brian Saville, email:bksaville@gmail.com], [name:Bobby Vandiver, email:bobby.vandiver88@gmail.com], [name:Roy Willemse, email:roy.willemse@dynamind.nl]]</developers>
  <documentation>http://grails-plugins.github.io/grails-spring-security-oauth2-provider/</documentation>
  <profiles>[web]</profiles>
  <name>spring-security-oauth2-provider</name>
  <description>OAuth2 Provider support for the Spring Security plugin.</description>
  <scm url='http://github.com/grails-plugins/grails-spring-security-oauth2-provider' />
  <title>OAuth2 Provider support for the Spring Security plugin.</title>
  <version />
  <resources>
    <resource>grails.plugin.springsecurity.oauthprovider.Application</resource>
    <resource>grails.plugin.springsecurity.oauthprovider.GormApprovalStoreService</resource>
    <resource>grails.plugin.springsecurity.oauthprovider.GormAuthorizationCodeService</resource>
    <resource>grails.plugin.springsecurity.oauthprovider.GormClientDetailsService</resource>
    <resource>grails.plugin.springsecurity.oauthprovider.GormTokenStoreService</resource>
  </resources>
</plugin>