|
|
|
@ -26,7 +26,7 @@
|
|
|
|
|
</parent>
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
<packaging>bundle</packaging>
|
|
|
|
|
<name>WSO2 Carbon - OAuth Back End Authenticator </name>
|
|
|
|
|
<name>WSO2 Carbon - OAuth Back End Authenticator</name>
|
|
|
|
|
<artifactId>org.wso2.carbon.identity.authenticator.backend.oauth</artifactId>
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
@ -89,14 +89,15 @@
|
|
|
|
|
<Bundle-Name>${pom.artifactId}</Bundle-Name>
|
|
|
|
|
<Bundle-Version>${carbon.device.mgt.version}</Bundle-Version>
|
|
|
|
|
<Bundle-Description>Identity backend Bundle</Bundle-Description>
|
|
|
|
|
<Bundle-Activator>org.wso2.carbon.identity.authenticator.backend.oauth.internal.OauthAuthenticatorServiceComponent</Bundle-Activator>
|
|
|
|
|
<Bundle-Activator>
|
|
|
|
|
org.wso2.carbon.identity.authenticator.backend.oauth.internal.OauthAuthenticatorServiceComponent
|
|
|
|
|
</Bundle-Activator>
|
|
|
|
|
<Private-Package>
|
|
|
|
|
org.wso2.org.wso2.carbon.identity.authenticator.backend.oauth.internal
|
|
|
|
|
</Private-Package>
|
|
|
|
|
<Export-Package>
|
|
|
|
|
org.wso2.carbon.identity.authenticator.backend.oauth.*
|
|
|
|
|
</Export-Package>
|
|
|
|
|
|
|
|
|
|
</instructions>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|